I knew about the .desktop files, but I haven't had much luck with them.
I mistakenly edited a .desktop file using textedit last night, and it saved it as an RTF type text file.
After cleaning it up in Leafpad, I still cannot get the app to associate itself with it's desktop file.
I was hoping for a click and save GUI app like the Tab settings in Sharp/Cacko.
I also noticed, some of the (working) .desktop files in pdaxrom have a bunch of junk characters in them and some have long lists of stuff that I have no clue what's contained in the long list is used for.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=153136\"][{POST_SNAPBACK}][/a][/div]
I recommend leafpad (GUI) or nano (console) to edit such files.
I have come accross several reasons why a .desktop file does not lead to a menu entry:
- the Icon entry isn't valid. For example, the GIMP packages from the feeds install only links as icon files in the /usr/share/pixmaps directory, no real files. These links point into nirwana.
- the .desktop file is installed under /usr/local/share/applications instead of /usr/share/applications. It seems that that locatoin is not parsed for .desktop files.
- The TryExec entry, if present, points ot a binary which is not available. The TryExec is used for the menu creation to decide if a menu entry is created or not. If the program in TryExec can be executed, the menu entry is created, otherwise it isn't.
daniel