Skip to content

Instantly share code, notes, and snippets.

@strickc
Created September 24, 2018 20:30
Show Gist options
  • Save strickc/1ca0ea68b5ed18b839fe04454a1f8088 to your computer and use it in GitHub Desktop.
Save strickc/1ca0ea68b5ed18b839fe04454a1f8088 to your computer and use it in GitHub Desktop.
Unity desktop launcher open terminal with initial bash commands
[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