Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: bmarkus on November 28, 2010, 07:07:20 AM
-
tinycore-filemgr.desktop puts fluff to Office menu, which is not the right place:
[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:
Categories=Utility;
Categories=Application; is not needed.
-
OK. Changed. Thanks.