~ubuntu-branches/ubuntu/saucy/gsettings-desktop-schemas/saucy

« back to all changes in this revision

Viewing changes to schemas/org.gnome.desktop.screensaver.gschema.xml.in.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Marc Deslauriers
  • Date: 2012-03-09 15:42:58 UTC
  • Revision ID: package-import@ubuntu.com-20120309154258-5vqa1268mow01kcc
Tags: 3.3.90-0ubuntu2
* debian/patches/ubuntu_overlay-scrollbars.patch:
  - define "org.gnome.desktop.interface ubuntu-overlay-scrollbars" to
    let disable the overlay scrollbars, thanks Andrea Cimitan 
    (lp: #934123)
* debian/patches/ubuntu_lock-on-suspend.patch: 
  - use ubuntu- prefix to avoid downstream,upstream confusion
  - the key is "org.gnome.desktop.screensaver ubuntu-lock-on-suspend"

[ Marc Deslauriers ]
* debian/patches/ubuntu_lock-on-suspend.patch: Add a new preference to lock
  the screen when the system suspends. (LP: #938076)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
      <_summary>Time before locking</_summary>
16
16
      <_description>The number of seconds after screensaver activation before locking the screen.</_description>
17
17
    </key>
 
18
    <key name="ubuntu-lock-on-suspend" type="b">
 
19
      <default>true</default>
 
20
      <_summary>Lock on suspend</_summary>
 
21
      <_description>Set this to TRUE to lock the screen when the system suspends.</_description>
 
22
    </key>
18
23
    <key name="embedded-keyboard-enabled" type="b">
19
24
      <default>false</default>
20
25
      <_summary>Allow embedding a keyboard into the window</_summary>