Created
September 24, 2018 20:30
-
-
Save strickc/1ca0ea68b5ed18b839fe04454a1f8088 to your computer and use it in GitHub Desktop.
Unity desktop launcher open terminal with initial bash commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Version=1.0 | |
Name=sourceStart | |
Comment=Source Developement Console | |
Exec=gnome-terminal -x /bin/bash -ic "cd ~/source; echo Starting in source dir; exec bash" | |
Terminal=false | |
X-MultipleArgs=true | |
Type=Application | |
Icon=utilities-terminal | |
StartupNotify=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment