[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [plasmashell] [Bug 348529] New: Turn off screen after lock screen
From:       Rewarp <rewarp () thestrayworld ! com>
Date:       2015-06-01 0:35:30
Message-ID: bug-348529-17878 () http ! bugs ! kde ! org/
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=348529

            Bug ID: 348529
           Summary: Turn off screen after lock screen
           Product: plasmashell
           Version: master
          Platform: openSUSE RPMs
               URL: https://forum.kde.org/viewtopic.php?f=289&t=126643&p=3
                    35754
                OS: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
          Assignee: kde@davidedmundson.co.uk
          Reporter: rewarp@thestrayworld.com
                CC: bhush94@gmail.com, plasma-bugs@kde.org

Since locking the screen means no interaction with the computer, it would be
more natural for there to be a time-out feature for the screen to turn itself
off after a set amount of time, to save energy.

The following code was contributed by luebking on the KDE forums which can
implement this feature. I hope that there will be a simple GUI toggle for this
feature in future versions of the lock screen or power management settings.

[code]
qdbus org.freedesktop.ScreenSaver /org/freedesktop/ScreenSaver Lock
sleep 20
if [ "`qdbus org.freedesktop.ScreenSaver /org/freedesktop/ScreenSaver
GetActive`" = "true" ]; then
   xset dpms force off
fi
[/code]

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic