User Tools

Site Tools


wiki:remmina_tools_when_right_clicking

This is an old revision of the document!


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

References

wiki/remmina_tools_when_right_clicking.1606574531.txt.gz · Last modified: 2020/11/28 15:42 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