Skip to content

launcher.sh is compatible with xfce4-terminal and gnome-terminal now.

Lebensgefahr requested to merge Lebensgefahr/Remmina:master into master

Description

launcher.sh was completely broken. I have added the definition of the terminal emulator in a sequence xfce4-terminal -> gnome-terminal -> x-terminal-emulator. And in case of using xfce4-emulator an additional parameter "--disable-server" was added. Without this parameter xfce4-terminal lost all environment variables passed through to it by remmina.

Related Issue

#584 (closed)

Motivation and Context

It solves the problem of using external-tools.

How Has This Been Tested?

This changes tested with xfce4-terminal and gnome-terminal in Ubuntu 20.04

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Merge request reports