summaryrefslogtreecommitdiffstats
path: root/data/org.gnome.gedit.desktop.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--data/org.gnome.gedit.desktop.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/data/org.gnome.gedit.desktop.in b/data/org.gnome.gedit.desktop.in
new file mode 100644
index 0000000..0200813
--- /dev/null
+++ b/data/org.gnome.gedit.desktop.in
@@ -0,0 +1,26 @@
+[Desktop Entry]
+Name=Text Editor
+Comment=Edit text files
+Exec=gedit %U
+Terminal=false
+Type=Application
+StartupNotify=true
+MimeType=text/plain;
+# TRANSLATORS: Do NOT translate or transliterate this text!
+# This is an icon file name.
+Icon=org.gnome.gedit
+Categories=GNOME;GTK;Utility;TextEditor;
+Actions=new-window;new-document;
+# TRANSLATORS: Do NOT translate or localize the semicolons!
+# The list MUST also end with a semicolon!
+# Search terms to find this application.
+Keywords=Text;Editor;Plaintext;Write;gedit;
+DBusActivatable=true
+
+[Desktop Action new-window]
+Name=New Window
+Exec=gedit --new-window
+
+[Desktop Action new-document]
+Name=New Document
+Exec=gedit --new-document