diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:02:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:02:09 +0000 |
commit | 0f7ab3dc0ed5cfddfc3002992f0525756b6b670e (patch) | |
tree | 4f520e757f99f136e01abe1dd2e0d1fad5c3cd11 /data/org.gnome.Terminal.desktop.in | |
parent | Initial commit. (diff) | |
download | gnome-terminal-upstream.tar.xz gnome-terminal-upstream.zip |
Adding upstream version 3.46.8.upstream/3.46.8upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 |