[Bug 326848] New: system resumes from suspend with desktop unlocked
https://bugzilla.novell.com/show_bug.cgi?id=326848 Summary: system resumes from suspend with desktop unlocked Product: openSUSE 10.2 Version: Final Platform: x86-64 OS/Version: openSUSE 10.2 Status: NEW Severity: Normal Priority: P5 - None Component: KDE AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: s.barylski@epmf.org QAContact: qa@suse.de Found By: Other Suspend to RAM/disk is a very usefull feature. I often use it to shut my Linux down in a flash. I can wake the system up easily and come back to my KDE desktop anytime. The problem is the system always resumes with the desktop unlocked. I can't make it ask me to input my password after waking up. I made sure the settings of KPowersave are ok (configure -> common settings -> screen lock). "Lock screen before suspend/hibernate" is marked on my openSUSE however the system doesn't lock the desktop before suspending. Besides, screen locking works smoothly. I also try to explicitely specify one lock method but in vain. I reported the bug to the KDE Bug Tracking System. They thought it was a general system bug rather then KDE one. http://bugs.kde.org/show_bug.cgi?id=149893 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dkukawka@novell.com AssignedTo|bnc-team-screening@forge.provo.novell.com |dkukawka@novell.com Status|NEW |ASSIGNED Component|KDE |Mobile Devices -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848#c1 --- Comment #1 from Danny Kukawka <dkukawka@novell.com> 2007-09-20 12:31:18 MST --- Please check if you may disabled DPMS via KPowersave. Could you may attach your ~/.kde/share/config/kpowersaverc ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |s.barylski@epmf.org -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848#c2 Sebastian Barylski <s.barylski@epmf.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|s.barylski@epmf.org | --- Comment #2 from Sebastian Barylski <s.barylski@epmf.org> 2007-09-20 13:31:34 MST --- My ~/.kde/share/config/kpowersaverc: [General] ActionOnS2DiskButton=SHUTDOWN AlreadyStarted=true batteryCritical=0 batteryCriticalAction= batteryLow=0 batteryLowAction= batteryWarning=0 What is interesting is that when I choose "suspend" straight from KPowersave icon menu system locks the screen before suspending properly. However, it does not when I choose "suspend" from openSUSE Kickoff menu. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848#c3 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|dkukawka@novell.com |kde-maintainers@suse.de Status|ASSIGNED |NEW --- Comment #3 from Danny Kukawka <dkukawka@novell.com> 2007-09-24 05:11:20 MST --- IIRC the "openSUSE Kickoff" menu don't call KPowersave to do the suspend calls. This would be the only explanation for a difference between the call via KPowersave and the call via kickoff (kickoff menu should call the related KPowersave DCOP method to get the same behavior as via KPowersave menu). I reassign this to the KDE guys to evaluate. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848#c4 --- Comment #4 from Lubos Lunak <llunak@novell.com> 2007-09-26 07:19:48 MST --- Confirmed, KPowersave locks, Kickoff doesn't lock (it uses liblazy, I have no idea what that is supposed to trigger). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848#c5 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hmacht@novell.com Status|NEW |NEEDINFO Info Provider| |dkukawka@novell.com --- Comment #5 from Dirk Mueller <dmueller@novell.com> 2007-09-26 07:37:30 MST --- ok, since kpowersave is not integrated with liblazy: any concrete information on what should be called? why can't liblazy do the correct thing? we have to patch this in ksmserver then as well. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848#c6 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|dkukawka@novell.com | --- Comment #6 from Danny Kukawka <dkukawka@novell.com> 2007-09-26 08:41:15 MST --- As I already proposed a long time ago (min. 6 months I think, but don't ask for the bug number): KDE should call (if KPowersave is running) the DCOP interface of KPowersave to suspend the machine and all would be fine. Use: - QStringList allowed_sleepingStates() on kpowersave::KPowersaveIface to find out which states are allowed currently. - do_{standBy,suspendToDisk,suspendToRAM}() on kpowersave::KPowersaveIface to call the related sleeping states. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848#c7 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amantia@kde.org --- Comment #7 from Danny Kukawka <dkukawka@novell.com> 2007-10-17 12:16:39 MST --- *** Bug 333650 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=333650 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848#c8 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ruedas@dtm.ciw.edu --- Comment #8 from Danny Kukawka <dkukawka@novell.com> 2007-11-28 00:22:20 MST --- *** Bug 284445 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=284445 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848#c9 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |behlert@novell.com Severity|Normal |Critical Component|Mobile Devices |KDE OS/Version|openSUSE 10.2 |openSUSE 10.3 Product|openSUSE 10.2 |openSUSE 10.3 Platform|x86-64 |All --- Comment #9 from Danny Kukawka <dkukawka@novell.com> 2007-11-28 00:28:37 MST --- This problem is present in 10.3! I increase the Severity. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 User rplewe@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=326848#c10 Rasmus Plewe <rplewe@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rplewe@novell.com --- Comment #10 from Rasmus Plewe <rplewe@novell.com> 2007-12-07 07:30:54 MST --- *** Bug 346459 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=346459 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 User roland.kletzing@materna.de added comment https://bugzilla.novell.com/show_bug.cgi?id=326848#c13 roland kletzing <roland.kletzing@materna.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roland.kletzing@materna.de --- Comment #13 from roland kletzing <roland.kletzing@materna.de> 2008-03-29 03:51:36 MST --- same problem here. latest update to factory and supend to disk still resumes to unlocked desktop, regardless if i suspend via kde kickoff or kpowersave. only difference is that i`m getting "suspend failed" message when resuming from kde kickoff suspend to disk. but it didn`t fail - suspend works really fine. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P1 - Urgent -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 Stephan Binner <stbinner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Critical |Major -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 User llunak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=326848#c17 Lubos Lunak <llunak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nice@titanic.nyme.hu --- Comment #17 from Lubos Lunak <llunak@novell.com> 2008-11-14 05:24:17 MST --- *** Bug 444756 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=444756 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 User nice@titanic.nyme.hu added comment https://bugzilla.novell.com/show_bug.cgi?id=326848#c18 --- Comment #18 from Tamás Németh <nice@titanic.nyme.hu> 2008-11-14 05:45:45 MST --- Sorry for asking this, but are you aware that this bug applies to not only KDE3, but KDE4 (in openSUSE 11.1-Beta-5) too? (And hence we ask you to solve it in openSUSE 11.1?) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 User llunak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=326848#c19 Lubos Lunak <llunak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Component|KDE |KDE4 Workspace Product|openSUSE 10.3 |openSUSE 11.1 Version|Final |Beta 5 --- Comment #19 from Lubos Lunak <llunak@novell.com> 2008-11-14 06:54:26 MST --- Yes. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 User llunak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=326848#c20 Lubos Lunak <llunak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |funtasyspace@yahoo.com --- Comment #20 from Lubos Lunak <llunak@novell.com> 2008-11-18 07:41:54 MST --- *** Bug 435177 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=435177 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 User roland.kletzing@materna.de added comment https://bugzilla.novell.com/show_bug.cgi?id=326848#c21 --- Comment #21 from roland kletzing <roland.kletzing@materna.de> 2008-11-18 14:10:48 MST ---
only difference is that i`m getting "suspend failed" message when resuming from kde kickoff suspend to disk. but it didn`t fail - suspend works really fine.
i have also seen this very often, but never opened a bug report for this. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kde-maintainers@suse.de |llunak@novell.com Status|ASSIGNED |NEW -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 User llunak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=326848#c22 --- Comment #22 from Lubos Lunak <llunak@novell.com> 2008-11-20 01:59:29 MST --- Fix for KDE4 submitted. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 User nice@titanic.nyme.hu added comment https://bugzilla.novell.com/show_bug.cgi?id=326848#c23 --- Comment #23 from Tamás Németh <nice@titanic.nyme.hu> 2008-11-20 02:05:47 MST --- Many thanks! When will we be able to test it? In the next beta release of openSUSE or later? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |SHIP_STOPPER- -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 User llunak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=326848#c24 Lubos Lunak <llunak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|KDE4 Workspace |KDE3 Keywords| |Fix_is_Ready Product|openSUSE 11.1 |openSUSE 11.0 Version|Beta 5 |Final --- Comment #24 from Lubos Lunak <llunak@novell.com> 2008-11-20 06:56:05 MST --- Submitted for KDE3 too. Do we want an online update for this for older distros (kdebase3/suspend-kpowersave.diff)? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 Lubos Lunak <llunak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|llunak@novell.com |kde-maintainers@suse.de -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Fix_is_Ready | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 Lubos Lunak <llunak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Fix_is_Ready Summary|system resumes from suspend |[Fix_is_Ready:11.0]system |with desktop unlocked |resumes from suspend with | |desktop unlocked -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 User nice@titanic.nyme.hu added comment https://bugzilla.novell.com/show_bug.cgi?id=326848#c25 --- Comment #25 from Tamás Németh <nice@titanic.nyme.hu> 2009-02-12 11:15:01 MST --- This bug was fixed in "standard" openSUSE 11.1, but beware: the problem came back with KDE 4.2 !!! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=326848 Stephan Binner <stbinner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kde-maintainers@suse.de |llunak@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com