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

« back to all changes in this revision

Viewing changes to debian/patches/xubuntu_fix-status-icon-other-devices.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:
3
3
Origin: other, https://bugzilla.xfce.org/attachment.cgi?id=3981
4
4
Bug: https://bugzilla.xfce.org/show_bug.cgi?id=8188
5
5
 
6
 
--- xfce4-power-manager-1.0.10.orig/src/xfpm-battery.c
7
 
+++ xfce4-power-manager-1.0.10/src/xfpm-battery.c
8
 
@@ -314,15 +314,15 @@ xfpm_battery_refresh_icon (XfpmBattery *
 
6
Index: xfce4-power-manager/src/xfpm-battery.c
 
7
===================================================================
 
8
--- xfce4-power-manager.orig/src/xfpm-battery.c 2013-08-13 06:55:11.769890348 +1000
 
9
+++ xfce4-power-manager/src/xfpm-battery.c      2013-08-13 06:55:11.765890328 +1000
 
10
@@ -320,15 +320,15 @@
9
11
     {
10
12
        if ( !battery->priv->present || battery->priv->state == XFPM_DEVICE_STATE_EMPTY )
11
13
        {