Results 1 to 2 of 2
Hi all,
I have an LTSP deployment and wondering if its possible to somehow freeze a clients display.
I tried using the slay tool in debian, running
Code:
slay -SIGSTOP ...
- 06-26-2008 #1Just Joined!
- Join Date
- May 2007
- Location
- England
- Posts
- 9
how to temp freeze desktop (sigstop?) using ltsp
Hi all,
I have an LTSP deployment and wondering if its possible to somehow freeze a clients display.
I tried using the slay tool in debian, running. Although this does freeze the desktop, it also freezes the program, and as im using it as part of a script, prevents the rest of the script from running. Other signals like CONT work fine using slay, just not stop.Code:slay -SIGSTOP username
Any ideas why? or is there another way?
thanks
- 06-26-2008 #2
Every application running on a XWindow system can lock any input as long as it wants to with the XGrabKeyboard. All applications keep running but the user input will be disabled.


Reply With Quote
