Skip to content

Instantly share code, notes, and snippets.

@shelling
Created October 27, 2010 14:49
Show Gist options
  • Select an option

  • Save shelling/649164 to your computer and use it in GitHub Desktop.

Select an option

Save shelling/649164 to your computer and use it in GitHub Desktop.
customized gnome-terminal launcher
[Desktop Entry]
Name=Terminal
Comment=Use the command line
TryExec=gnome-terminal
Exec=gnome-terminal -geometry=120x40+120+120
Icon=utilities-terminal
Type=Application
X-GNOME-DocPath=gnome-terminal/index.html
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-terminal
X-GNOME-Bugzilla-Component=BugBuddyBugs
X-GNOME-Bugzilla-Version=2.30.2
Categories=GNOME;GTK;Utility;TerminalEmulator;
StartupNotify=true
OnlyShowIn=GNOME;
X-Ubuntu-Gettext-Domain=gnome-terminal
.PHONY: all
all:
cp gnome-terminal.desktop /usr/share/applications
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment