[Pkg-xfce-commits] r8996 - in /desktop/trunk/xfce4-power-manager/debian: changelog patches/01_fix-light-locker-schema-loading.patch patches/series

Yves-Alexis Perez corsac at moszumanska.debian.org
Thu Apr 23 21:13:31 UTC 2015


Author: corsac
Date: Thu Apr 23 21:13:31 2015
New Revision: 8996

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8996
Log:
* debian/patches:
  - 01_fix-light-locker-schema-loading added, make schema search recursive,
    fix detection of light-locker settings.

Added:
    desktop/trunk/xfce4-power-manager/debian/patches/01_fix-light-locker-schema-loading.patch
    desktop/trunk/xfce4-power-manager/debian/patches/series
Modified:
    desktop/trunk/xfce4-power-manager/debian/changelog

Modified: desktop/trunk/xfce4-power-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-power-manager/debian/changelog?rev=8996&op=diff
==============================================================================
--- desktop/trunk/xfce4-power-manager/debian/changelog	(original)
+++ desktop/trunk/xfce4-power-manager/debian/changelog	Thu Apr 23 21:13:31 2015
@@ -1,3 +1,11 @@
+xfce4-power-manager (1.4.4-2) UNRELEASED; urgency=medium
+
+  * debian/patches:
+    - 01_fix-light-locker-schema-loading added, make schema search recursive,
+      fix detection of light-locker settings.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Thu, 23 Apr 2015 22:58:20 +0200
+
 xfce4-power-manager (1.4.4-1) experimental; urgency=medium
 
   * New upstream release.

Added: desktop/trunk/xfce4-power-manager/debian/patches/01_fix-light-locker-schema-loading.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-power-manager/debian/patches/01_fix-light-locker-schema-loading.patch?rev=8996&op=file
==============================================================================
--- desktop/trunk/xfce4-power-manager/debian/patches/01_fix-light-locker-schema-loading.patch	(added)
+++ desktop/trunk/xfce4-power-manager/debian/patches/01_fix-light-locker-schema-loading.patch	Thu Apr 23 21:13:31 2015
@@ -0,0 +1,13 @@
+diff --git a/settings/xfpm-settings.c b/settings/xfpm-settings.c
+index 5330065..a154775 100644
+--- a/settings/xfpm-settings.c
++++ b/settings/xfpm-settings.c
+@@ -1589,7 +1589,7 @@ static void xfpm_settings_light_locker (XfconfChannel *channel,
+     }
+ 
+     schema_source = g_settings_schema_source_get_default();
+-    schema = g_settings_schema_source_lookup (schema_source, "apps.light-locker", FALSE);
++    schema = g_settings_schema_source_lookup (schema_source, "apps.light-locker", TRUE);
+ 
+     if (schema != NULL && get_light_locker_path() != NULL) {
+         security_frame = GTK_WIDGET (gtk_builder_get_object (xml, "security-frame"));

Added: desktop/trunk/xfce4-power-manager/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-power-manager/debian/patches/series?rev=8996&op=file
==============================================================================
--- desktop/trunk/xfce4-power-manager/debian/patches/series	(added)
+++ desktop/trunk/xfce4-power-manager/debian/patches/series	Thu Apr 23 21:13:31 2015
@@ -0,0 +1 @@
+01_fix-light-locker-schema-loading.patch




More information about the Pkg-xfce-commits mailing list