summaryrefslogtreecommitdiff
path: root/data/org.gnome.Terminal.desktop.in
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2021-02-23 22:34:11 +0100
committerChristian Persch <chpe@src.gnome.org>2021-02-23 22:34:11 +0100
commit79ed7130dcc10ae72d8c598186eb8e53ec805a78 (patch)
treebea762d33ec4bb7d90f9fa09fe9f0cf74d6196d1 /data/org.gnome.Terminal.desktop.in
parent3f9ac97d36a254ff9951a7101b4da9afeff76b2a (diff)
downloadgnome-terminal-79ed7130dcc10ae72d8c598186eb8e53ec805a78.tar.gz
build: Replace autotools with meson
Re-done from scratch.
Diffstat (limited to 'data/org.gnome.Terminal.desktop.in')
-rw-r--r--data/org.gnome.Terminal.desktop.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/data/org.gnome.Terminal.desktop.in b/data/org.gnome.Terminal.desktop.in
new file mode 100644
index 00000000..915c077f
--- /dev/null
+++ b/data/org.gnome.Terminal.desktop.in
@@ -0,0 +1,21 @@
+[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;
+
+[Desktop Action new-window]
+Name=New Window
+Exec=gnome-terminal --window
+
+[Desktop Action preferences]
+Name=Preferences
+Exec=gnome-terminal --preferences