Mailinglist Archive: opensuse (2459 mails)

< Previous Next >
RE: [opensuse] screen lock
  • From: Philip Dowie <philip.dowie@xxxxxxxxxxxxxxxxxxxxxx>
  • Date: Wed, 5 Mar 2008 08:48:10 +1300
  • Message-id: <E50D0676A6F98941BC86ED082F8F2AA41DF5F20C11@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
SUSE 10.3 KDE 3.5.7 new system install.

I have been looking for the place to disable the kde screen lock. I know there
was a mailing list item in the past but I must not be using the right search
parameters. I found one setting under powersaver but it does not disable it.

can anyone point me in the right direction.

Thanks

I can think of two ways to do it - one is via the control center, which might
not be what you want,
The other way I can think of is you could write a little script:

#!/bin/bash
ARGS=`echo $@ | sed -re 's/--forcelock//g'`
/path/to/renamed/kdesktop_lock --dontlock ${ARGS}

You'd then install this script in place of the original binary, which you would
rename as something else.

Wouldn't stop your users from finding the renamed binary and running it
directly, but it would effectively strip out the argument that locks the
desktop, and put in one that prevents it from locking.


--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups
References