LDM_DEBUG_TERMINAL Proposal
Warren Togami <[email protected]>
| Newsgroups | gmane.linux.terminal-server.devel |
|---|---|
| Message-ID | <[email protected]> |
#!/bin/sh
# Run Terminal on Client for Debugging Purposes
# Be sure that one of the terminal apps are installed in the chroot.
# Set LDM_DEBUG_TERMINAL=yes in lts.conf to enable.
if boolean_is_true "$LDM_DEBUG_TERMINAL"; then
for terminal in gnome-terminal konsole xterm; do
if [ -x /usr/bin/$terminal ]; then
/usr/bin/$terminal &
break
fi
done
fi
Hi folks,
I would like to put this into ldm-trunk/rc.d/S99-debug-terminal. This
would be especially helpful in debugging issues like the environment
from which local apps would run. Any objections?
LDM_DEBUG_TERMINAL would be disabled by default, of course.
Warren Togami
[email protected]
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_____________________________________________________________________
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