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.
Attachment:
pgpJ4jkxb38rH.pgp
Description: PGP signature
-- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list