shell: Make sure the shell doesn't show up in itself
Spotted by Matthias Clasen <mclasen@redhat.com>
This commit is contained in:
parent
2083f0a045
commit
f3b74b019b
1 changed files with 5 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
<!-- Avoid the shell having a launcher for itself -->
|
<!-- Avoid the shell having a launcher for itself -->
|
||||||
<Exclude>
|
<Exclude>
|
||||||
<Filename>gnomecc.desktop</Filename>
|
<Filename>gnome-control-center.desktop</Filename>
|
||||||
</Exclude>
|
</Exclude>
|
||||||
|
|
||||||
<!-- Personal category -->
|
<!-- Personal category -->
|
||||||
|
@ -122,7 +122,10 @@
|
||||||
<And>
|
<And>
|
||||||
<Category>Settings</Category>
|
<Category>Settings</Category>
|
||||||
<Not>
|
<Not>
|
||||||
|
<Or>
|
||||||
<Category>X-GNOME-Settings-Panel</Category>
|
<Category>X-GNOME-Settings-Panel</Category>
|
||||||
|
<Filename>gnome-control-center.desktop</Filename>
|
||||||
|
</Or>
|
||||||
</Not>
|
</Not>
|
||||||
</And>
|
</And>
|
||||||
</Include>
|
</Include>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue