aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2009-10-14 19:19:01 +0200
committerSebastien Bacher <seb128@ubuntu.com>2009-10-14 19:19:01 +0200
commit035a5078a63a8a2773cd07b5138c6903c0e579ef (patch)
tree216265ce2b711a58789cf5adf1f0cd4a9061f0ba
parent08a565e3208f5fcee8cf0781727775d1de6da28e (diff)
downloadayatana-indicator-session-035a5078a63a8a2773cd07b5138c6903c0e579ef.tar.gz
ayatana-indicator-session-035a5078a63a8a2773cd07b5138c6903c0e579ef.tar.bz2
ayatana-indicator-session-035a5078a63a8a2773cd07b5138c6903c0e579ef.zip
releasing version 0.1.7-0ubuntu3
-rw-r--r--debian/changelog8
-rw-r--r--debian/patches/01_locking_on_autologin.patch15
2 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b5fdc73..3c64d8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+indicator-session (0.1.7-0ubuntu3) karmic; urgency=low
+
+ * debian/patches/01_locking_on_autologin.patch:
+ - don't stop users to lock their screen on autologin configs,
+ thank David Barth (lp: #438936)
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 14 Oct 2009 19:16:24 +0200
+
indicator-session (0.1.7-0ubuntu2) karmic; urgency=low
* debian/patches/mc5-fixes.patch (LP: #427643)
diff --git a/debian/patches/01_locking_on_autologin.patch b/debian/patches/01_locking_on_autologin.patch
new file mode 100644
index 0000000..88b255f
--- /dev/null
+++ b/debian/patches/01_locking_on_autologin.patch
@@ -0,0 +1,15 @@
+diff -Nur -x '*.orig' -x '*~' indicator-session-0.1.7/src/lock-helper.c indicator-session-0.1.7.new/src/lock-helper.c
+--- indicator-session-0.1.7/src/lock-helper.c 2009-10-14 19:15:55.000000000 +0200
++++ indicator-session-0.1.7.new/src/lock-helper.c 2009-10-14 19:16:16.000000000 +0200
+@@ -130,9 +130,11 @@
+ gboolean
+ will_lock_screen (void)
+ {
++/*
+ if (gdm_auto_login) {
+ return FALSE;
+ }
++*/
+ if (is_guest) {
+ return FALSE;
+ }