Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: bmarkus on November 28, 2010, 07:07:20 AM

Title: fluff improper .desktop category
Post by: bmarkus on November 28, 2010, 07:07:20 AM
tinycore-filemgr.desktop puts fluff to Office menu, which is not the right place:

Quote
[Desktop Entry]
Encoding=UTF-8
Name=FileMgr
Comment=File Manager
GenericName=FLUFF
Exec=fluff /home/tc
Icon=fluff
Terminal=false
StartupNotify=true
Type=Application
Categories=Application;Office;
X-FullPathIcon=/usr/share/pixmaps/fluff.png

Utility (or System) would fit better:

Quote
Categories=Utility;

Categories=Application; is not needed.
Title: Re: fluff improper .desktop category
Post by: roberts on November 28, 2010, 09:52:06 AM
OK. Changed. Thanks.