LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   GDM "Lock screen" item fails to lock down. (https://www.linuxquestions.org/questions/suse-opensuse-60/gdm-lock-screen-item-fails-to-lock-down-457093/)

Swan1 06-21-2006 09:05 PM

GDM "Lock screen" item fails to lock down.
 
I have Gnome GDM on SuSE 10.0 brand new installation, but oh sadly sad,
the "Lock screen" menu item fails to lock the desktop. It merely launches the saver screens,
and when any keyboard key is pressed, the login prompt box never shows up, and the
open desktop comes back up directly. In other words, the desktop did not get locked up.

What gives? How do I repair this?

Cheers. . .

prozac 06-23-2006 05:52 AM

maybe you are not checking the password required field in the screen-server setup dialog box.

prozac 06-23-2006 05:54 AM

also there is a section called "similar threads" at the bottom of this page. see if it gives you some insights to solving your problem.

Swan1 06-23-2006 02:33 PM

Quote:

Originally Posted by prozac
maybe you are not checking the password required field in the screen-server setup dialog box.

nope, nope.

Swan1 06-23-2006 02:34 PM

Quote:

Originally Posted by prozac
also there is a section called "similar threads" at the bottom of this page. see if it gives you some insights to solving your problem.

nope, nope.

prozac 06-24-2006 05:54 AM

Quote:

Originally Posted by Swan1
nope, nope.

what kinda response is that?

Swan1 06-24-2006 02:39 PM

Quote:

Originally Posted by prozac
what kinda response is that?

That kind of response comes from the prestigious, though quite intricate, American Gumpian philosophy (after the late 20th Century United-Statesian renowned pragmatic philosopher, the illustrious son of Greenbow, Alabama.) :D

prozac 06-24-2006 11:14 PM

Quote:

Originally Posted by Swan1
That kind of response comes from the prestigious, though quite intricate, American Gumpian philosophy (after the late 20th Century United-Statesian renowned pragmatic philosopher, the illustrious son of Greenbow, Alabama.) :D

:confused::confused:phew! it look like you're more into literature than Linux. have fun while you're abroad.:Pengy:

hirakendu 05-28-2007 01:53 AM

May be you were logged in as root, and gnome doesn't allow to lock screen as root (xscreensaver security feature ;-). If you also have kde installed, try this (from inside gnome, as root) :
kdesktop_lock --forcelock

mihir 02-03-2009 12:00 AM

Script to do the needful
 
Following is the script tweaked to do the needful. Hope this helps. :)

Run this as root.

WARNING: Don't forget to set password of the account "mihir" before trying to execute it.

#!/bin/bash

xhost +local:
su mihir -c gnome-screensaver
su mihir -c "gnome-screensaver-command --lock"

--Mihir Nimbalkar


All times are GMT -5. The time now is 06:37 PM.