Launcher won't execute a command line in a terminal session - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: General (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=4) +--- Forum: On Topic (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=14) +--- Thread: Launcher won't execute a command line in a terminal session (/showthread.php?tid=897) |
Launcher won't execute a command line in a terminal session - GS8764 - 09-26-2014 I am trying to create a launcher on the desktop that will execute an rsync command when I double-click it. I created the launcher and filled it out with the following entries: Description: Backup Home Directory Command: rsync -avr ... Working Directory: /home/steele Comment: Backup Home Directory Options: Use startup notification: checked Run in terminal: checked I expected it to open a terminal session, then execute the rsync command in that session. When I double-click the launcher, nothing happens (I checked the target of the rsync and a file was not there that should have been copied). I created another one with "echo Hello" as the command and couldn't see anything happening with that either. I'd appreciate any help you can give me. |