diff options
Diffstat (limited to 'data/org.gnome.Terminal.desktop.in')
-rw-r--r-- | data/org.gnome.Terminal.desktop.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/org.gnome.Terminal.desktop.in b/data/org.gnome.Terminal.desktop.in new file mode 100644 index 0000000..06c7214 --- /dev/null +++ b/data/org.gnome.Terminal.desktop.in @@ -0,0 +1,22 @@ +[Desktop Entry] +Name=Terminal +Comment=Use the command line +Keywords=shell;prompt;command;commandline;cmd; +TryExec=gnome-terminal +Exec=gnome-terminal +Icon=org.gnome.Terminal +Type=Application +Categories=GNOME;GTK;System;TerminalEmulator; +StartupNotify=true +StartupWMClass=Gnome-terminal +X-GNOME-SingleWindow=false +Actions=new-window;preferences; +X-ExecArg=-- + +[Desktop Action new-window] +Name=New Window +Exec=gnome-terminal --window + +[Desktop Action preferences] +Name=Preferences +Exec=gnome-terminal --preferences |