[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-13 Thread Oliver Grawert
the final fix will be in hal 0.5.9 in feisty+1 closing with workaround in g-p-m gnome-power-manager (2.18.2-0ubuntu3) feisty; urgency=low . * fix #81227 harder by matching all acpi power buttons instead of only these which have an udi with acpi_PWRF ** Changed in: hal (Ubuntu) St

Re: [Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-12 Thread Ante Karamatić
U Čet, 12. 04. 2007., u 12:19 +, Ante Karamatić je napisao/la: > acpi_PWRF condition ButtonPressed = power I forgot to mention that it works as expected for me too. Sorry. -- Logout screen appears twice [Feisty] https://bugs.launchpad.net/bugs/81227 You received this bug notification becaus

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-12 Thread Oliver Grawert
ivoks: no, thats not related ... + if (strcmp (type, GPM_BUTTON_POWER) == 0 && \ + strcmp (udi, "/org/freedesktop/Hal/devices/acpi_PWRF") == 0) { + gpm_debug ("ignoring acpi event in favor of inputdevice event"); + return; + } + as you

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-12 Thread Eddie
Ah-ha! Well my Compaq n410c produces the expected result: Start monitoring devicelist: - computer_logicaldev_input_0 condition ButtonPressed = power acpi_PWRF condition ButtonPressed = power Which is why it works for me... -- Logout screen appears

Re: [Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-12 Thread Ante Karamatić
U Čet, 12. 04. 2007., u 12:01 +, Oliver Grawert je napisao/la: > can everybody who still sees it attach the output of lshal -m while > pressing the power button ? currently g-p-m is set to ignore all > events from and uid=/org/freedesktop/Hal/devices/acpi_PWRF and only > accept the ones fro

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-12 Thread Jonh Wendell
[EMAIL PROTECTED]:~$ lshal -m Start monitoring devicelist: - computer_logicaldev_input_1 condition ButtonPressed = power acpi_PBTN condition ButtonPressed = power -- Logout screen appears twice [Feisty] https://bugs.launchpad.net/bugs/81227 You rec

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-12 Thread Guido Conaldi
Here is my lshal. ** Attachment added: "lshal -m" http://librarian.launchpad.net/7300020/lshal%20-m -- Logout screen appears twice [Feisty] https://bugs.launchpad.net/bugs/81227 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for hal

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-12 Thread Oliver Grawert
can everybody who still sees it attach the output of lshal -m while pressing the power button ? currently g-p-m is set to ignore all events from and uid=/org/freedesktop/Hal/devices/acpi_PWRF and only accept the ones from input devices. -- Logout screen appears twice [Feisty] https://bugs.lau

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-12 Thread Jonh Wendell
Like Guido commented above, this is still an issue for me. This upload didn't solve the problem :( -- Logout screen appears twice [Feisty] https://bugs.launchpad.net/bugs/81227 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for hal in ub

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-12 Thread Eddie
Bug has been fixed on my Compaq n410c in the latest round of updates, which included the 2.18.2-0ubuntu2 gpm update. Good work people! -- Logout screen appears twice [Feisty] https://bugs.launchpad.net/bugs/81227 You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-12 Thread Guido Conaldi
yes, Oliver. I restarted before trying. I'm using Feisty 32bit up-to- date. -- Logout screen appears twice [Feisty] https://bugs.launchpad.net/bugs/81227 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for hal in ubuntu. -- desktop-bugs

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-12 Thread Oliver Grawert
even after logging out/in or restarting ? note that after an uipgrade the old binary still runs in memory -- Logout screen appears twice [Feisty] https://bugs.launchpad.net/bugs/81227 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for ha

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-12 Thread Guido Conaldi
I have just installed gdm 2.18.2-0ubuntu2 on my vaio s1xp, but the logout menu still appears twice. -- Logout screen appears twice [Feisty] https://bugs.launchpad.net/bugs/81227 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for hal in u

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-11 Thread Oliver Grawert
i just got told that the proper hal fix is in 0.5.9 (which we dont have in feisty yet), the link shall be: http://gitweb.freedesktop.org/?p=hal.git;a=commitdiff;h=f30d5efd1458cc43ec90563ea4028a26fdef7689 -- Logout screen appears twice [Feisty] https://bugs.launchpad.net/bugs/81227 You received th

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-11 Thread Oliver Grawert
a gpm package with a workaround was uploaded (2.18.2-0ubuntu2) but is waiting for the release candidate archive freeze to end before it gets accepted for build. it should be ready soon after RC is out. ** Changed in: hal (Ubuntu) Status: Confirmed => In Progress -- Logout screen appears t

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-25 Thread Paul Sladen
Note that: /etc/acpi/powerbtn.sh will do a direct "shutdown -h" if it does not find a policy manager (gnome-power-manager/kpowersave) already running. Is 'hal' generating a 'power' keypress based on the ACPI event and then an ACPI event based on the keypress. -- Logout screen appears twice [

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-25 Thread Paul Sladen
Just tested here locally, using the method in the first comment; I get the following messages: computer_logicaldev_input_1 condition ButtonPressed = power acpi_PWRF condition ButtonPressed = power but only one log-out dialogue. If I click '[Cancel]' then I do not get a second dialogue. --

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-18 Thread Elliot Hughes
As this is a confirmed bug in hal, and could not have been caused by ACPI (as far as I know) I am rejecting this bug. Thanks for reporting it. ** Changed in: acpi-support (Ubuntu) Status: Unconfirmed => Rejected -- Logout screen appears twice [Feisty] https://launchpad.net/bugs/81227 --

Re: [Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-14 Thread Peter Whittaker
On Wed, 2007-03-14 at 07:46 +, jens_acamedia wrote: > why does > "lshal -m > file" > not work I wondered this myself, and have no explanation. I suppose - and this is a guess - the lshal dev chose to directly manipulate streams when lshal is invoked with --monitor (-m) to prevent lshal itself

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-13 Thread jens_acamedia
why does "lshal -m > file" not work while "lshal -m > /dev/tty1" works fine. i cant capture it unless its piped to a file since my computer shuts down when i press powerbutton. help appreciated..thanks -- Logout screen appears twice [Feisty] https://launchpad.net/bugs/81227 -- desktop-bugs m

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-13 Thread jens_acamedia
on and off during feisty over the last month my power button has been shutting the laptop (acer 1644) directly without even asking me. some updates fix it and then it happens again. right now powerbutton causes direct shutdown - dont want to do it now but ill send output when can... -- Logout scr

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-13 Thread Ralf Nieuwenhuijsen
Same here: [EMAIL PROTECTED]:~$ lshal -m Start monitoring devicelist: - computer_logicaldev_input_0 condition ButtonPressed = power acpi_PWRF condition ButtonPressed = power -- Logout screen appears twice [Feisty] https://launchpad.net/bugs/81227

Re: [Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-13 Thread anubhavrakshit
On pressing power button this is the output [EMAIL PROTECTED]:~ > lshal -m Start monitoring devicelist: - acpi_PWRF condition ButtonPressed = power computer_logicaldev_input_0 condition ButtonPressed = power On 3/13/07, Peter Whittaker <[EMAIL PR

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-13 Thread Peter Whittaker
Ralf, we should be able to detect the behavior you posit in comment#13. Could you try this test and report back, please? Open a terminal window Run lshal -m Press the keyboard power off key The command "lshal -m" monitors for important events and device property changes - the keycod

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-12 Thread Étienne Bersac
Confirmed on MacBook. No dialog should pops while one is poping. I don't understand how multiple popups can be instanciated. Regards, Étienne. -- Logout screen appears twice [Feisty] https://launchpad.net/bugs/81227 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubunt

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-12 Thread Johan Brannlund
Actually, it'd help if I read the bug more carefully. It *does* happen for me too. Sorry for the noise! -- Logout screen appears twice [Feisty] https://launchpad.net/bugs/81227 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-12 Thread Ralf Nieuwenhuijsen
Interestingly, when I use the power-off key on my keyboard (which sends the exact same keycode I think) it does not show up twice. My guess is there are two keycodes that will trigger a 'shutdown' and some computers are sending both. Linux is catching both and therefore giving two shut-down screen

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-12 Thread Ralf Nieuwenhuijsen
I have a Medion PC with an AMD64 here. (a supermarket pc) Same issue. It may not be universal, but its seems its very common. -- Logout screen appears twice [Feisty] https://launchpad.net/bugs/81227 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/list

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-12 Thread Eddie
Oops, forgot to mention that I get this issue with a Compaq n410c, in reply to the issue-only-affects-VAIOs comment above. Eddie -- Logout screen appears twice [Feisty] https://launchpad.net/bugs/81227 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-12 Thread Stéphane Graber
Same issue on a Toshiba A100-193 -- Logout screen appears twice [Feisty] https://launchpad.net/bugs/81227 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-12 Thread Johan Brannlund
I just wanted to mention that this does *not* happen for me (HP nx6125), so it's not a universal bug. Limited to Vaio laptops, maybe? -- Logout screen appears twice [Feisty] https://launchpad.net/bugs/81227 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mail

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-03-08 Thread Guido Conaldi
I have the same problem using Fiesty Herd 5 on a sony vaio vgn-S1XP. It could be interesting to note that, at least in the case of vaio laptops, there is a general regress in all the functions related to hot-keys (I guess the power button is also monitored by sonypi). -- Logout screen appears t

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-02-28 Thread Oliver Grawert
apparently hal gets two events from different sources for the powerbutton: [watch_device_condition_cb] gpm-hal.c:574 (10:42:25):emitting device-condition : /org/freedesktop/Hal/devices/computer_logicaldev_input, ButtonPressed (power) [watch_device_condition_cb] gpm-hal.c:574 (10:42:25):e

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-02-21 Thread williamts99
Which is exactly the same reason that I didn't file a bug about it. :-) -- Logout screen appears twice [Feisty] https://launchpad.net/bugs/81227 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-02-21 Thread Jonh Wendell
Ralf, "all those nerds and tweakers like us", when wish fill a bug, they search for an already filled bug, exactly like you did. This can be one reason for "I didn't find a dozen duplicates about this." -- Logout screen appears twice [Feisty] https://launchpad.net/bugs/81227 -- desktop-bugs mai

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-02-18 Thread Ralf Nieuwenhuijsen
I can confirm this behavior. I wanted to post a bug about this, but found it was already here. I do hope it gets fixed or at least some work-around found for feisty. It does not install confidence about the quality even though its just minor nuisance. Because it _is_ something everyone should noti

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-02-15 Thread Vincenzo Ciancia
This also happens to me, and this even happens when suspending to ram. Sometimes I suspend to ram and at resume I find the logout screen there again (and I see it close before suspension), other times it just suspends again right after resume - duplicate "power button" events should somewhat be dis

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-02-14 Thread Vassilis Pandis
** Attachment added: "my dmesg" http://librarian.launchpad.net/6439096/dmesg -- Logout screen appears twice [Feisty] https://launchpad.net/bugs/81227 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-02-14 Thread Jonh Wendell
I guess this bug is not g-p-m's fault. Looking at /var/log/messages while pressed the power button, i see two entries like that (in portuguese): Feb 14 16:27:15 wendell-laptop gnome-power-manager: (wendell) Sair interativo do GNOME porque o botão liga-desliga foi pressionado Feb 14 16:27:15 wende

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-02-14 Thread Eddie
I can confirm this, using the latest feisty gpm dated: 14/2/07. Eddie -- Logout screen appears twice [Feisty] https://launchpad.net/bugs/81227 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-02-01 Thread Jonh Wendell
** Changed in: gnome-power-manager (Ubuntu) Importance: Undecided => Medium Status: Unconfirmed => Confirmed ** Changed in: gnome-power-manager (Ubuntu) Assignee: (unassigned) => Ubuntu Desktop Bugs -- Logout screen appears twice [Feisty] https://launchpad.net/bugs/81227 -- desk