mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Do not exclude Documentation from applications
There is currently no way of launching the desktop-wide help other then running yelp explicitly from the run dialog or a terminal. It should instead be included with the rest of applications. https://bugzilla.gnome.org/show_bug.cgi?id=622458
This commit is contained in:
parent
771648893f
commit
7c4d4b8695
1 changed files with 4 additions and 1 deletions
|
|
@ -32,7 +32,10 @@
|
|||
<OnlyUnallocated/>
|
||||
<Include>
|
||||
<And>
|
||||
<Not><Category>Core</Category></Not>
|
||||
<Or>
|
||||
<Category>Documentation</Category>
|
||||
<Not><Category>Core</Category></Not>
|
||||
</Or>
|
||||
<Not><Category>Settings</Category></Not>
|
||||
<Not><Category>Screensaver</Category></Not>
|
||||
</And>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue