Re: (no subject)
Bob Schmertz <rschmertz-/[email protected]> Thu, 5 Aug 2004 08:39:40 -0700 (PDT)
| Newsgroups | gmane.comp.gnome.apps.gqview.user |
|---|---|
| Message-ID | <[email protected]> |
--- mlaba-IjDXvh/[email protected] wrote: > Hello, > every time I use Gqview in slideshow (fullscreen), xscreensaver > activates, even if I use a keyboard. Is there any way to stop > xscreensaver? Again, a hack (although I'm not quite as clear how this would be implemented): check the man page for xscreensaver-command for ways around this. One simple thing might to run something like the following script in a terminal before starting up GQview: #!/bin/bash while true do sleep 30 xscreensaver-command -deactivate done Having something built into GQview that does this automatically would be nice, though. ===== Cheers, Bob Schmertz ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com