Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ssh open gui app on host

export DISPLAY=:0;
gedit

#That will open gedit on host. No xserver required.
#And just in case, I found these commands somewhere...
export DISPLAY=:0; nohup "gedit" &>/dev/null
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #ssh #open #gui #app #host
ADD COMMENT
Topic
Name
1+2 =