Your message dated Wed, 29 May 2013 09:44:28 +0200
with message-id <[email protected]>
and subject line Re: [Pkg-acpi-devel] Bug#710202: acpid: mate settings daemon
is not supported by debian/powerbtn.sh
has caused the Debian Bug report #710202,
regarding acpid: mate settings daemon is not supported by debian/powerbtn.sh
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
710202: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710202
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: acpid
Version: 1:2.0.18-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu saucy ubuntu-patch
Dear Maintainer,
Setup: in Mate settings I've setup to put laptop to sleep when power
button is pressed.
Actions: press power button.
Result: laptop turns off.
Expected result: laptop goes to sleep mode.
Reason: Mate DE uses 'mate-settings-daemon' instead of
'gnome-settings-daemon'. Powerbtn.sh doesn't check if
'mate-settings-daemon' is running and since no other sessings daemon
(from gnome or kde) is running it assumes default behaviour and shuts
system down.
* debian/powerbtn.sh: add support for mate-settings-daemon. LP: #1184831
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers raring-updates
APT policy: (500, 'raring-updates'), (500, 'raring-security'), (500, 'raring')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.8.0-22-generic (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog'
=== modified file 'debian/powerbtn.sh'
--- debian/powerbtn.sh 2012-05-30 17:45:36 +0000
+++ debian/powerbtn.sh 2013-05-28 01:35:28 +0000
@@ -34,6 +34,7 @@
[ -r /usr/share/acpi-support/power-funcs ] && getXconsole
PMS="gnome-settings-daemon kpowersave xfce4-power-manager"
PMS="$PMS guidance-power-manager.py dalston-power-applet"
+PMS="$PMS mate-settings-daemon"
if pidof x $PMS > /dev/null; then
exit
--- End Message ---
--- Begin Message ---
> Reason: Mate DE uses 'mate-settings-daemon' instead of
Last time I checked there was no mate package in Debian, thus it is not and
will not be supported by acpi-support, acpid is the wrong package anyway.
> Thanks for considering the patch.
I wonder what that patch is supposed to accomplish. Please check your patch
before sending it to the bug tracking system. You're patching a file in
/usr/share/doc/acpid/examples. I doubt that'll solve your problem at all!
Michael
--
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
Jabber: michael.meskes at gmail dot com
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL
--- End Message ---