diff options
author | Mike Gabriel <[email protected]> | 2014-02-17 21:31:01 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-17 21:31:01 +0100 |
commit | 1ef1de009cf1303a92a34104766dd29d3726be46 (patch) | |
tree | 24482f030fa073d5f85e19da5e7159a51ac4e139 /data | |
parent | 851092258498b7a8f526726d117a78c12fbf5513 (diff) | |
download | mate-session-manager-1ef1de009cf1303a92a34104766dd29d3726be46.tar.bz2 mate-session-manager-1ef1de009cf1303a92a34104766dd29d3726be46.tar.xz |
Add keywords in desktop files
Closes https://github.com/mate-desktop/mate-session-manager/issues/47
Diffstat (limited to 'data')
-rw-r--r-- | data/mate-session-properties.desktop.in.in | 1 | ||||
-rw-r--r-- | data/mate-wm.desktop.in.in | 1 | ||||
-rw-r--r-- | data/mate.desktop.in | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/data/mate-session-properties.desktop.in.in b/data/mate-session-properties.desktop.in.in index ec533a4..4b5bafd 100644 --- a/data/mate-session-properties.desktop.in.in +++ b/data/mate-session-properties.desktop.in.in @@ -7,6 +7,7 @@ Terminal=false Type=Application StartupNotify=true Categories=GTK;Settings;X-MATE-PersonalSettings; +Keywords=MATE;session;properties;applications;login;start; OnlyShowIn=MATE; X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=mate-session diff --git a/data/mate-wm.desktop.in.in b/data/mate-wm.desktop.in.in index 99f0523..271dbb4 100644 --- a/data/mate-wm.desktop.in.in +++ b/data/mate-wm.desktop.in.in @@ -2,6 +2,7 @@ Type=Application _Name=Window Manager Exec=mate-wm +Keywords=MATE;window;manager;launch;MDM; NoDisplay=true X-MATE-Autostart-Phase=WindowManager X-MATE-Provides=windowmanager diff --git a/data/mate.desktop.in b/data/mate.desktop.in index d356f96..83b3148 100644 --- a/data/mate.desktop.in +++ b/data/mate.desktop.in @@ -5,3 +5,4 @@ Exec=mate-session TryExec=mate-session Icon= Type=Application +Keywords=launch;MATE;desktop;session;
\ No newline at end of file |