Re: disabling gnome screensaver
Len Lawrence <lcl-s9phx+4gxdMG2Il/[email protected]> Thu, 03 Dec 2009 08:29:48 +0000
| Newsgroups | gmane.linux.mandrake.newbie |
|---|---|
| Message-ID | <[email protected]> |
Chris wrote: > Trying to follow the directions in the xscreensaver man page however > something isn't right. Below is what's to be entered on the cli, > > gconftool-2 --type boolean -s > \ /apps/gnome_settings_daemon/screensaver/start_screensaver \ false > > however, when entering this I keep getting: > > Error: Parse error: Didn't understand ` false' (expected true or false) > > and I've tried everything I could think of. What am I missing? > > That second backslash ensures that the parameter value is passed as " false" rather than "false". Remove that and see what happens. Backslash is an escape character which instructs the shell to pass the following character rather than treat it as a separator, but you probably already knew that. It can be used at the end of a line as a continuation marker; i.e. ignore the newline. Len ____________________________________________________ Want to buy your Pack or Services from Mandriva? Go to http://store.mandriva.com Join the Club : http://www.mandrivaclub.com ____________________________________________________