On Fri, Mar 27, 2009 at 01:53:14PM +0530, Jigish Gohil wrote:
> Hello Community
>
> Gadi suggested that LDM can be used to launch full DE as a localapps,
> effectively making client a "fat" client. As a bonus we get all the
> goodness that LDM provides such as single point of authentication from
> the server without changing anything in the client image, local sound,
> printing etc.
>
> Here is what we had to do to make IceWM available as a localapp via LDM.
>
> cat /usr/bin/localapps-icewm
> #!/bin/bash
> #ltsp-localapps icewm-session
> ltsp-localapps icewm-session
> zenity --info --text "Only Click OK if you want \n to log out from the
> session"
> Needed the zenity hack to keep the session alive otherwise it ended
> after ltsp-localapps command was run thinking localapps-icewm had
> exited.
why not:
ltsp-localapps --wait icewm-session ??
i had implemented the code to handle --wait for exactly this purpose.
oh, i did need to implement some other hack to keep it running server-side as
well... still, using --wait is probably a good idea. it prevents additional
localapps from getting started up, which should just be handled by the locally
running session. i suppose --wait could do xatom queries until some
flag was set to handle xsession exit...
live well,
vagrant
------------------------------------------------------------------------------
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net