Merge lp:~regulus-kean/light-locker-settings/bug-1306917 into lp:light-locker-settings

Proposed by Regulus Kean
Status: Needs review
Proposed branch: lp:~regulus-kean/light-locker-settings/bug-1306917
Merge into: lp:light-locker-settings
Diff against target: 16 lines (+2/-2)
1 file modified
light-locker-settings/light-locker-settings.py (+2/-2)
To merge this branch: bzr merge lp:~regulus-kean/light-locker-settings/bug-1306917
Reviewer Review Type Date Requested Status
Light Locker Settings Team Pending
Review via email: mp+227774@code.launchpad.net

Description of the change

First attempt to fix bug LP: #1306917 by changing the default settings in light-locker-manager.py so that they match with the defaults of the light-locker executable.

To post a comment you must log in.

Unmerged revisions

88. By Regulus Kean

First attempt to fix bug LP: #1306917 by changing the default settings in light-locker-manager.py so that they match with the defaults of the light-locker executable.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'light-locker-settings/light-locker-settings.py'
2--- light-locker-settings/light-locker-settings.py 2014-05-15 02:16:35 +0000
3+++ light-locker-settings/light-locker-settings.py 2014-07-22 15:46:35 +0000
4@@ -313,10 +313,10 @@
5 '''Parse command-line arguments from the Exec line.'''
6 # Defaults
7 use_light_locker = False
8- lock_after_screensaver = False
9+ lock_after_screensaver = True
10 late_locking = False
11 lock_on_suspend = False
12- lock_time = 10
13+ lock_time = 5
14
15 # Get the settings from the configuration file.
16 if "light-locker" in options_line:

Subscribers

People subscribed via source and target branches