diff options
Diffstat (limited to 'src/org.gnome.Software.desktop.in')
-rw-r--r-- | src/org.gnome.Software.desktop.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/org.gnome.Software.desktop.in b/src/org.gnome.Software.desktop.in new file mode 100644 index 0000000..dde6bad --- /dev/null +++ b/src/org.gnome.Software.desktop.in @@ -0,0 +1,18 @@ +[Desktop Entry] +Name=Software +Comment=Add, remove or update software on this computer +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! +Icon=org.gnome.Software +Exec=gnome-software %U +Terminal=false +Type=Application +Categories=GNOME;GTK;System;PackageManager; +# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! +Keywords=Updates;Upgrade;Sources;Repositories;Preferences;Install;Uninstall;Program;Software;App;Store; +StartupNotify=true +MimeType=x-scheme-handler/appstream;x-scheme-handler/apt;x-scheme-handler/snap; +X-GNOME-Bugzilla-Bugzilla=GNOME +X-GNOME-Bugzilla-Product=gnome-software +X-GNOME-Bugzilla-Component=gnome-software +X-GNOME-UsesNotifications=true +DBusActivatable=true |