User Tools

Site Tools


wiki:remmina_tools_when_right_clicking

Fix Remmina right click tools

If the tools in below screenshot don't work install the gnome-terminal first

sudo apt install gnome-terminal

then change the /usr/share/remmina/external_tools to look like below

#!/bin/sh
 
####################
# Main Script
####################
#gnome-terminal -e $(dirname $0)/$1
 
# if [ -x "/usr/bin/x-terminal-emulator" ];
# then
#  TERMNAME="/usr/bin/x-terminal-emulator"
# else
#  TERMNAME="gnome-terminal"
# fi
 
TERMNAME="gnome-terminal"
$TERMNAME -e "$1" &
 
#if [ "$2" = "1" ]
#then
#  echo "Hit a key to continue…"
#  Pause
#fi

Tested on

  • Xubuntu 18.04
  • Xubuntu 20.04

References

wiki/remmina_tools_when_right_clicking.txt · Last modified: 2020/11/28 18:43 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki