WTF⁈ ShowOnlyIn=GNOME

Todd Zullinger tmz at pobox.com
Fri Jul 20 15:38:40 UTC 2007


Christopher Stone wrote:
> Why are tons of apps setting ShowOnlyIn=GNOME; in their .desktop file?
>
> This does not bode well for KDE users.
>
> # grep -i onlyshowin /usr/share/applications/*.desktop|grep -i gnome|wc -l
> 63

You're not catching the kde folder with your grep there.  Try it like
this and maybe your feelings will change:

$ grep -rli 'onlyshowin=kde' /usr/share/applications/ | wc -l
145

$ grep -rli 'onlyshowin=gnome' /usr/share/applications/ | wc -l
56

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Time may be a great healer, but it's a lousy beautician.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 542 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20070720/8b1d9fe5/attachment.sig>


More information about the fedora-devel-list mailing list