Re: rewriting local apps menu code
Άλκης Γεωργόπουλ ος <[email protected]>
| Newsgroups | gmane.linux.terminal-server.devel |
|---|---|
| Message-ID | <1233472818.8525.13.camel@alkisg> |
I don't think command line parameters aren supposed to be included in
the "TryExec" line of .desktop files.
"TryExec" in the .desktop files are what the DE should look for in order
to show or not this menu item. Meaning, if a .desktop file contains
"TryExec=myapp", then gnome looks for "myapp" in the path, and if it's
not there, it doesn't display the menu.
So, TryExec should either
* be removed completely from the resulting .desktop file,
* or modified to "TryExec=xprop" without parameters,
* or even better, if the exact application path is known, to
"TryExec=/opt/ltsp/<arch>/path/to/bin", not involving xprop at all.
(this would require finding out the chroot directory _and_ the chroot
PATH and looking for the application in it - I don't think it's worth
the trouble)
Kind regards,
Alkis
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_____________________________________________________________________
Ltsp-developer mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-developer
For additional LTSP help, try #ltsp channel on irc.freenode.net