~noskcaj/ubuntu/saucy/xfce4-power-manager/systemd

« back to all changes in this revision

Viewing changes to debian/patches/06_fix-suspend-auth-check.patch

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2013-08-13 06:56:35 UTC
  • mfrom: (6.2.13 sid)
  • Revision ID: package-import@ubuntu.com-20130813065635-gu2mh06aw8n2id6w
Tags: 1.2.0-2ubuntu1
* Merged from debian unstable. Remaining changes:
  - 06_fix-suspend-auth-check.patch: added, correctly check for suspend
    permissions before disabling the corresponding drop-down menu item.
    lp #929537
  - 08_show_preferences_lxde.patch: Hide settings menu only on desktop
    environment which have another power manager.
  - xubuntu_fix-status-icon-other-devices.patch: fix broken status icons
    for other devices (phone, wireless kbd, mouse, etc.).
  - Switch to using logind for session tracking. Depend on systemd-services
  instead of consolekit recommends, and add libsystemd-login-dev build
  dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Bug: https://bugzilla.xfce.org/show_bug.cgi?id=8438
7
7
Bug-Ubuntu: https://bugs.launchpad.net/xfce4-power-manager/+bug/929537
8
8
 
9
 
--- xfce4-power-manager-1.0.10.orig/src/xfpm-power.c
10
 
+++ xfce4-power-manager-1.0.10/src/xfpm-power.c
11
 
@@ -502,7 +502,7 @@ xfpm_power_show_tray_menu (XfpmPower *po
 
9
Index: xfce4-power-manager/src/xfpm-power.c
 
10
===================================================================
 
11
--- xfce4-power-manager.orig/src/xfpm-power.c   2013-08-13 06:55:06.025861865 +1000
 
12
+++ xfce4-power-manager/src/xfpm-power.c        2013-08-13 06:55:06.021861845 +1000
 
13
@@ -502,7 +502,7 @@
12
14
     
13
15
     gtk_widget_set_sensitive (mi, FALSE);
14
16