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:
Florian Müllner 2010-06-23 01:10:43 +02:00
parent 771648893f
commit 7c4d4b8695

View File

@ -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>