Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    May 2007
    Location
    England
    Posts
    9

    Arrow 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
    Code:
    slay -SIGSTOP username
    . 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.

    Any ideas why? or is there another way?

    thanks

  2. #2
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •