rev 12465 - in kde-extras/kpowersave/trunk/debian: . patches

Michael Biebl biebl at alioth.debian.org
Sat Oct 25 15:04:57 UTC 2008


Author: biebl
Date: 2008-10-25 15:04:57 +0000 (Sat, 25 Oct 2008)
New Revision: 12465

Modified:
   kde-extras/kpowersave/trunk/debian/changelog
   kde-extras/kpowersave/trunk/debian/patches/04-default_config.patch
Log:
* debian/patches/04-default_config.patch
  - Change ActionOnPowerButton to LOGOUT_DIALOG. Closes: #486512
  - Change ActionOnLidClose to SUSPEND2RAM.

Modified: kde-extras/kpowersave/trunk/debian/changelog
===================================================================
--- kde-extras/kpowersave/trunk/debian/changelog	2008-10-25 09:59:43 UTC (rev 12464)
+++ kde-extras/kpowersave/trunk/debian/changelog	2008-10-25 15:04:57 UTC (rev 12465)
@@ -15,6 +15,9 @@
   * debian/copyright
     - Update copyright notice and list of authors.
   * Switch to quilt for patch management. 
+  * debian/patches/04-default_config.patch
+    - Change ActionOnPowerButton to LOGOUT_DIALOG. Closes: #486512
+    - Change ActionOnLidClose to SUSPEND2RAM.
 
  -- Michael Biebl <biebl at debian.org>  Sat, 11 Oct 2008 12:12:27 +0200
 

Modified: kde-extras/kpowersave/trunk/debian/patches/04-default_config.patch
===================================================================
--- kde-extras/kpowersave/trunk/debian/patches/04-default_config.patch	2008-10-25 09:59:43 UTC (rev 12464)
+++ kde-extras/kpowersave/trunk/debian/patches/04-default_config.patch	2008-10-25 15:04:57 UTC (rev 12465)
@@ -1,7 +1,19 @@
 Index: kpowersave-0.7.3/src/config/kpowersaverc_default
 ===================================================================
 --- kpowersave-0.7.3.orig/src/config/kpowersaverc_default	2007-09-17 19:39:45.000000000 +0200
-+++ kpowersave-0.7.3/src/config/kpowersaverc_default	2008-10-11 12:15:03.000000000 +0200
++++ kpowersave-0.7.3/src/config/kpowersaverc_default	2008-10-25 16:51:58.000000000 +0200
+@@ -1,9 +1,9 @@
+ [General]
+ lockOnSuspend=true
+ lockOnLidClose=true
+-ActionOnLidClose=
++ActionOnLidClose=SUSPEND2RAM
+ ActionOnLidCloseValue=
+-ActionOnPowerButton=SHUTDOWN
++ActionOnPowerButton=LOGOUT_DIALOG
+ ActionOnPowerButtonValue=
+ ActionOnSleepButton=SUSPEND2RAM
+ ActionOnS2DiskButton=SUSPEND2DISK
 @@ -12,7 +12,7 @@
  AutoSuspendCountdownTimeOut=30
  Autostart=true




More information about the pkg-kde-commits mailing list