[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2015-01-17 Thread David Oftedal
I'm still seeing this bug on 14.10.

I'm trying the logind.conf workaround.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2015-01-17 Thread David Oftedal
I have xfce4-power-manager 1.4.1-0ubuntu1.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2015-01-14 Thread Jeremy Gabriel
I am running Xubuntu 14.04 and have this issue, though I'm more
concerned with the fact that my computer goes to sleep after a period of
inactivity despite having both A/C and battery set to Never in the
Power Manager. The workaround I use is a script that I added to the
Application Autostart list:

xset s off
xset dpms 0 0 0
xset -dpms s off

I realize there is a bit of redundancy in using those three commands but
I have tried different combinations and found using all three to be the
only successful method.

An interesting thing to note is that everytime I update Xubuntu base I
have to remove the command from the Autostart list and then add it again
(unchecking and then checking the box does not work for me).

Hope this helps,
Jeremy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-09-26 Thread Spatialist
I had the same issue: 
 - close the lid of my ubuntu 14.04 laptop
 - laptop goes in suspend
 - wake up to a black screen (reboot or console and kill x to get desktop back)

 fiddled around with powertools and no luck.
 BUT: 
 Light locker (screensaver) settings where also set to start a screen saver etc.
 ===Disabled light locker and now===
 Close lid-suspend-open lid-wakeup is working!

 So check if multiple screen savers/powertools are interfering...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-05-29 Thread Bug Watch Updater
Launchpad has imported 15 comments from the remote bug at
https://bugzilla.xfce.org/show_bug.cgi?id=9335.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2012-09-26T18:59:40+00:00 nirik wrote:

This may be marked a dupe of https://bugzilla.xfce.org/show_bug.cgi?id=9326
(This could be handled in xfce4-session by calling systemd-inhibit on session 
start, but could be solved here by calling the dbus calls to inhibit systemd 
when xfce4-power-manager is actually running). 

As of systemd version 190, systemd now takes over handling lid button, power 
and sleep buttons, etc. 
This overrides xfce4-power-manager. It would be nice if xfce4 session could 
inhibit this on startup. 

From the systemd NEWS file:

* logind's inhibition logic has been updated. By default,
  logind will now handle the lid switch, the power and sleep
  keys all the time, even in graphical sessions. If DEs want
  to handle these events on their own they should take the new
  handle-power-key, handle-sleep-key and handle-lid-switch
  inhibitors during their runtime. A simple way to achiveve
  that is to invoke the DE wrapped in an invocation of:

  systemd-inhibit --what=handle-power-key:handle-sleep-key
:handle-lid-switch ...

See also: http://www.freedesktop.org/wiki/Software/systemd/inhibit

It may be that xfce4-power-manager should take this instead of
xfce4-session... which would allow for systemd to handle things still in
cases where xfce4-power-manager was not running.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xfce4-power-
manager/+bug/1222021/comments/0


On 2012-10-07T20:13:18+00:00 Raphgro wrote:

Kevin,
is it maybe possible to inhibit systemd by a script snippet via xinitrc that 
calls startxfce4? I guess strongly this should be only a configuration issue.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xfce4-power-
manager/+bug/1222021/comments/1


On 2012-10-07T20:56:53+00:00 nirik wrote:

(In reply to comment #1)
 Kevin,
 is it maybe possible to inhibit systemd by a script snippet via xinitrc that
 calls startxfce4? I guess strongly this should be only a configuration issue.

Yes, but this means that it inhibits it for the entire session.

So, if for example, you don't have xfce4-power-manager installed, or
running, nothing at all will handle the buttons and they won't work.

It seems cleaner to me to have xfce4-power-manager do this itself, and
drop the inhibit on exit.

Of course it may not be easy to implement, so short term we may want to
go with a session wide inhibit in xfce4-session (thus the other bug).

Reply at: https://bugs.launchpad.net/ubuntu/+source/xfce4-power-
manager/+bug/1222021/comments/2


On 2012-10-20T08:17:14+00:00 Raphgro wrote:

I can reproduce on Manjaro (ArchLinux). The system is going into standby
mode twice, when on power supply, and first to standby, then to
hibernation, after woke up from standby.

$ xfconf-query -vl -c xfce4-power-manager
/xfce4-power-manager/brightness-level-on-battery  50
/xfce4-power-manager/brightness-on-ac 120
/xfce4-power-manager/brightness-on-battery90
/xfce4-power-manager/critical-power-action1
/xfce4-power-manager/dpms-on-ac-off   11
/xfce4-power-manager/dpms-on-ac-sleep 10
/xfce4-power-manager/hibernate-button-action  2
/xfce4-power-manager/inactivity-on-ac 20
/xfce4-power-manager/inactivity-on-battery15
/xfce4-power-manager/lid-action-on-ac 1
/xfce4-power-manager/lid-action-on-battery2
/xfce4-power-manager/power-button-action  3
/xfce4-power-manager/show-tray-icon   2
/xfce4-power-manager/sleep-button-action  1
/xfce4-power-manager/spin-down-on-ac  true

Reply at: https://bugs.launchpad.net/ubuntu/+source/xfce4-power-
manager/+bug/1222021/comments/3


On 2012-10-20T08:18:38+00:00 Raphgro wrote:

When on battery, first to standby, then really in hibernation, after
woke up from first standby (guess systemd introduces the standby).

Reply at: https://bugs.launchpad.net/ubuntu/+source/xfce4-power-
manager/+bug/1222021/comments/4


On 2012-10-20T14:57:21+00:00 Raphgro wrote:

There is DBus server implementation for
org.freedesktop.PowerManagement.Inhibit available.

see http://git.xfce.org/xfce/xfce4-power-manager/tree/src/xfpm-inhibit.c

Maybe systemd can 

[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-04-25 Thread Scaramanga
I did. https://bugs.launchpad.net/ubuntu/+source/xfce4-power-
manager/+bug/1307545

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-04-21 Thread Kevin Otte
Scaramanga: Did you file a new bug and tag it as a regression per
comment 32? I am also seeing this behavior but didn't want to duplicate
the report.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-04-14 Thread Scaramanga
I just upgraded to Xubuntu 14.04 from 13.10. This issue is still not
fixed. My laptop goes into hibernation or sleep when I close the lid. In
Power Manager the action for closing the lid is set to 'lock screen'
both for battery and AC powering. I have restarted after changes and
tried multiple times.

The workaround mentioned in the bug description still works fully.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-02-06 Thread Uwe Geuder
Hmm, downgraded xfce-power-manager to the previously installed version,
didn't help. Same exercise for gnome-settings-manager (which updated at
the same time), did not help. Well, because downgrading did not help, I
upgraded both of them to the current version again. Result: everything
works fine. No clue what was going on there.

Sorry about the noise.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-02-05 Thread Uwe Geuder
After installing update xfce4-power-manager (1.2.0-2ubuntu1.1) my screen
brightness control is broken. (Well, I installed several updates, but
this one seems to be the most likely culprit to me). I'll try to
downgrade the package again to verify my suspicion. Right now I'm
running on battery, so I don't want to try it immediately.

If turns out to be a regression, do you prefer to handle it here in the
same report or in a new one? (Yes, I am aware of apport-collect)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-01-31 Thread Launchpad Bug Tracker
This bug was fixed in the package xfce4-power-manager - 1.2.0-2ubuntu1.1

---
xfce4-power-manager (1.2.0-2ubuntu1.1) saucy; urgency=medium

  * Add patches from debian svn branch to fix systemd. LP: #1222021
  * Run dh-autoreconf to continue to allow arm64 to build
 -- Jackson Doak nosk...@ubuntu.com   Wed, 22 Jan 2014 10:34:16 +1100

** Changed in: xfce4-power-manager (Ubuntu Saucy)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-01-28 Thread Jeremy Tang
Installed xfce4-power-manager 1.2.0-2ubuntu1.1 and xfce4-power-manager
1.2.0-2ubuntu1.1 from saucy-proposed, on Xubuntu 13.10 32bit. Closing
the lid now behaves correctly!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-01-24 Thread Dmitry Shachnev
No more to do for ubuntu-sponsors here, unsubscribing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-01-24 Thread Casey Marshall
Oh, and these are the package versions I upgraded to  tested:

ii  xfce4-power-manager 1.2.0-2ubuntu1.1
 amd64power manager for Xfce desktop
ii  xfce4-power-manager-data1.2.0-2ubuntu1.1
 all  power manager for Xfce desktop, arch-indep files

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-01-24 Thread Casey Marshall
I'm running 13.10 and familiar with the issue, though I've mostly
ignored it. This package from proposed fixed it for me today. I've got
suspend-on-close for battery power, lock-screen-on-close for AC. Nice
work!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-01-24 Thread Jackson Doak
Thanks for testing Casey. This should get move to release fairly soon.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-01-23 Thread Brian Murray
Hello Jerre, or anyone else affected,

Accepted xfce4-power-manager into saucy-proposed. The package will build
now and be available at http://launchpad.net/ubuntu/+source/xfce4-power-
manager/1.2.0-2ubuntu1.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-01-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/xfce4-power-manager

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-01-22 Thread Alberto Salvia Novella
** Changed in: xfce4-power-manager (Ubuntu Saucy)
   Importance: High = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-01-21 Thread Jackson Doak
** Description changed:

- Laptop sleeps when lid is closed, regardless of Power Manager settings.
- This also occurs in the Live install where Sleep is not even an option
- for lid closure actions. Confirmed in Ubuntu Studio 13.10 Beta 1 x64 and
- Xubuntu 13.10 Beta 1. Does not occur in Ubuntu Studio 13.04.
+ [Impact]
+ High. All users with laptops are affected.
+ The Laptop sleeps when lid is closed, regardless of Power Manager settings. 
This also occurs in the Live install where Sleep is not even an option for lid 
closure actions.
+ 
+ [Test Case]
+ Close the lid of any laptop running xubuntu, lubuntu or ubuntu studio 13.10.
+ The device will go to sleep regardless of xfce4-power-manager's settings.
+ 
+ [Regression potential]
+ Low. The patch has been extensively tested is Xubuntu, SUSE, Debian, and 
upstream.
+ This change doesn't affect external packages.
+ 
+ [Patch]
+ Merge lp:~noskcaj/ubuntu/saucy/xfce4-power-manager/systemd
+ This contains two patches and enables dh-autoreconf to force xdt-autogen to 
run.
+ 
+ [Original Bug]
+ Laptop sleeps when lid is closed, regardless of Power Manager settings. This 
also occurs in the Live install where Sleep is not even an option for lid 
closure actions. Confirmed in Ubuntu Studio 13.10 Beta 1 x64 and Xubuntu 13.10 
Beta 1. Does not occur in Ubuntu Studio 13.04.
  
  WORKAROUND: This can be adjusted in /etc/systemd/logind.conf. Just set
  HandleLidSwitch and other the events you want handled by systemd to
  ignore - you have to delete # in the beginning of the respective lines
  -, save, close the file, and restart.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xfce4-power-manager 1.2.0-2ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-2.1-lowlatency 3.11.0-rc5
  Uname: Linux 3.11.0-2-lowlatency x86_64
  ApportVersion: 2.12.1-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.336
  Date: Sat Sep  7 04:34:32 2013
  LiveMediaBuild: Ubuntu-Studio 13.10 Saucy Salamander - Alpha amd64 
(20130902)
  MarkForUpload: True
  SourcePackage: xfce4-power-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

** Branch linked: lp:~noskcaj/ubuntu/saucy/xfce4-power-manager/systemd

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-01-21 Thread Jackson Doak
** Description changed:

  [Impact]
  High. All users with laptops are affected.
  The Laptop sleeps when lid is closed, regardless of Power Manager settings. 
This also occurs in the Live install where Sleep is not even an option for lid 
closure actions.
  
  [Test Case]
  Close the lid of any laptop running xubuntu, lubuntu or ubuntu studio 13.10.
  The device will go to sleep regardless of xfce4-power-manager's settings.
+ Please also test that upower suspend/hibernate still works.
  
  [Regression potential]
  Low. The patch has been extensively tested is Xubuntu, SUSE, Debian, and 
upstream.
  This change doesn't affect external packages.
  
  [Patch]
  Merge lp:~noskcaj/ubuntu/saucy/xfce4-power-manager/systemd
  This contains two patches and enables dh-autoreconf to force xdt-autogen to 
run.
  
  [Original Bug]
  Laptop sleeps when lid is closed, regardless of Power Manager settings. This 
also occurs in the Live install where Sleep is not even an option for lid 
closure actions. Confirmed in Ubuntu Studio 13.10 Beta 1 x64 and Xubuntu 13.10 
Beta 1. Does not occur in Ubuntu Studio 13.04.
  
  WORKAROUND: This can be adjusted in /etc/systemd/logind.conf. Just set
  HandleLidSwitch and other the events you want handled by systemd to
  ignore - you have to delete # in the beginning of the respective lines
  -, save, close the file, and restart.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xfce4-power-manager 1.2.0-2ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-2.1-lowlatency 3.11.0-rc5
  Uname: Linux 3.11.0-2-lowlatency x86_64
  ApportVersion: 2.12.1-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.336
  Date: Sat Sep  7 04:34:32 2013
  LiveMediaBuild: Ubuntu-Studio 13.10 Saucy Salamander - Alpha amd64 
(20130902)
  MarkForUpload: True
  SourcePackage: xfce4-power-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

** Changed in: xfce4-power-manager
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-01-21 Thread Micah Gersten
This is the debian dir diff from the branch that Jackson attached.
Jackson gave me the DEP-3 headers for the 06_add-shutdown-reboot-
functionality-for-systemd.patch after I asked for them.  I'm going ahead
and uploading since it builds fine.

** Patch added: Saucy SRU debdiff
   
https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1222021/+attachment/3954073/+files/xfce4-power-manager-saucy-sru.diff

** Changed in: xfce4-power-manager (Ubuntu Saucy)
 Assignee: Jackson Doak (noskcaj) = Micah Gersten (micahg)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: [SRU] xfce4-power-manager does not inhibit systemd from handling buttons and lid events

2014-01-21 Thread Micah Gersten
** Changed in: xfce4-power-manager (Ubuntu Saucy)
   Status: In Progress = Triaged

** Changed in: xfce4-power-manager (Ubuntu Saucy)
 Assignee: Micah Gersten (micahg) = (unassigned)

** Changed in: xfce4-power-manager (Ubuntu Saucy)
   Status: Triaged = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  [SRU] xfce4-power-manager does not inhibit systemd from handling
  buttons and lid events

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs