diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-20 19:24:28 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-20 19:24:28 +0100 |
commit | ddfece703bd71c548f8ec2e22d775b021af9c186 (patch) | |
tree | 26bab2d3c489d8a70615ce6a6754d56f69a6318c | |
parent | 777305f396a3458e6143b28b1064ebb16f0fd8b3 (diff) | |
parent | ea2afe440a203f640fccee5f032436bee3a535f2 (diff) | |
download | caja-ddfece703bd71c548f8ec2e22d775b021af9c186.tar.bz2 caja-ddfece703bd71c548f8ec2e22d775b021af9c186.tar.xz |
Merge branch 'master' of github.com:mate-desktop/mate-file-manager
-rw-r--r-- | data/caja-computer.desktop.in.in | 3 | ||||
-rw-r--r-- | data/caja-home.desktop.in.in | 3 | ||||
-rw-r--r-- | src/mate-network-scheme.desktop.in | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/data/caja-computer.desktop.in.in b/data/caja-computer.desktop.in.in index 0734d8ac..3377680b 100644 --- a/data/caja-computer.desktop.in.in +++ b/data/caja-computer.desktop.in.in @@ -7,9 +7,10 @@ Icon=computer Terminal=false StartupNotify=true Type=Application -Categories=GTK;Core; +Categories=GTK;System;Core; Keywords=browse;disks;folders;local;remote;computer;MATE; OnlyShowIn=MATE; +NoDisplay=true X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=caja X-MATE-Bugzilla-Component=general diff --git a/data/caja-home.desktop.in.in b/data/caja-home.desktop.in.in index 6890e210..2c22fed2 100644 --- a/data/caja-home.desktop.in.in +++ b/data/caja-home.desktop.in.in @@ -7,9 +7,10 @@ Icon=user-home Terminal=false StartupNotify=true Type=Application -Categories=GTK;Core; +Categories=GTK;System;Core; Keywords=home;personal;folder;open;MATE; OnlyShowIn=MATE; +NoDisplay=true X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=caja X-MATE-Bugzilla-Component=general diff --git a/src/mate-network-scheme.desktop.in b/src/mate-network-scheme.desktop.in index 57f109e1..023c2cd3 100644 --- a/src/mate-network-scheme.desktop.in +++ b/src/mate-network-scheme.desktop.in @@ -7,6 +7,7 @@ Terminal=false StartupNotify=true Type=Application Icon=network-workgroup -Categories=Core; +Categories=GTK;System;Core; Keywords=bookmarks;browse;local;network;locations;MATE; OnlyShowIn=MATE; +NoDisplay=true |