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 -->
|
||||
<Exclude>
|
||||
<Filename>gnomecc.desktop</Filename>
|
||||
<Filename>gnome-control-center.desktop</Filename>
|
||||
</Exclude>
|
||||
|
||||
<!-- Personal category -->
|
||||
|
@ -122,7 +122,10 @@
|
|||
<And>
|
||||
<Category>Settings</Category>
|
||||
<Not>
|
||||
<Category>X-GNOME-Settings-Panel</Category>
|
||||
<Or>
|
||||
<Category>X-GNOME-Settings-Panel</Category>
|
||||
<Filename>gnome-control-center.desktop</Filename>
|
||||
</Or>
|
||||
</Not>
|
||||
</And>
|
||||
</Include>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue