[Bug 419184] Re: nautilus inhibits logout

2009-08-31 Thread Launchpad Bug Tracker
This bug was fixed in the package nautilus - 1:2.27.91-0ubuntu2 --- nautilus (1:2.27.91-0ubuntu2) karmic; urgency=low * debian/patches/90_git_change_fix_inhibit_issue.patch: - git change to fix an inhibit issue (lp: #419184) -- Sebastien Bacher seb...@ubuntu.com Mon, 31 Aug

[Bug 419184] Re: nautilus inhibits logout

2009-08-29 Thread kylea
Luca Ok thanks - all good will wait -- nautilus inhibits logout https://bugs.launchpad.net/bugs/419184 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 419184] Re: nautilus inhibits logout

2009-08-28 Thread Ryan
Spoke too soon - back to the inhibiting logout message on this shutdown. The hang usually shows something about sending programs terminate signals, then just hangs, but will echo keyboard input. Don't think it's related to the nautilus shutdown/logout issue. ** Attachment added: window shot of

[Bug 419184] Re: nautilus inhibits logout

2009-08-28 Thread A. Walton
The shutdown thing should have nothing to do with Nautilus. The issue with the screenshot is fixed in HEAD now Ryan (and is actually the bug reported here). The machine not shutting down should not be a Nautilus issue, as you can always press log out anyways and that will kill Nautilus from the

[Bug 419184] Re: nautilus inhibits logout

2009-08-28 Thread Chris Coulson
People experiencing issues with shutting down are experiencing a known bug with the 2.6.31-7 kernel, which is already reported somewhere on Launchpad, and it is unrelated to the Nautilus issue here. -- nautilus inhibits logout https://bugs.launchpad.net/bugs/419184 You received this bug

[Bug 419184] Re: nautilus inhibits logout

2009-08-28 Thread kylea
Nautilus wait trashing message is gone, - has returned. Copy the point on shutdown I think is this https://bugs.launchpad.net/ubuntu/+source/linux/+bug/418509 -- nautilus inhibits logout https://bugs.launchpad.net/bugs/419184 You received this bug notification because you are a member of

[Bug 419184] Re: nautilus inhibits logout

2009-08-28 Thread Luca Ferretti
Kylea, the nautilus bug was fixed on git.gnome.org, not yet available in karmic. In fact the status of this bug is Fix Commited, not Fix Released :) The shutdown issues, intead, should be now fixed in karmic after kernel update. At least in my karmic virtual machine. -- nautilus inhibits logout

[Bug 419184] Re: nautilus inhibits logout

2009-08-27 Thread kylea
After latest updates on 27/8 the Nautilus wait trashing message is gone, however the PC will not fully shutdown, have to press and hold power button. Does anyone else have this behaviour? -- nautilus inhibits logout https://bugs.launchpad.net/bugs/419184 You received this bug notification

[Bug 419184] Re: nautilus inhibits logout

2009-08-27 Thread Ryan
Kylea - yes. Same thing here. -- nautilus inhibits logout https://bugs.launchpad.net/bugs/419184 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 419184] Re: nautilus inhibits logout

2009-08-26 Thread Luca Ferretti
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/30852113/Dependencies.txt ** Attachment added: usr_lib_nautilus.txt http://launchpadlibrarian.net/30852114/usr_lib_nautilus.txt -- nautilus inhibits logout https://bugs.launchpad.net/bugs/419184 You received this bug

[Bug 419184] Re: nautilus inhibits logout

2009-08-26 Thread A. Walton
We definitely added uninhibit calls at the job's finish, so either we're leaking jobs or for whatever reason the Uninhibit call isn't working. Does valgrind complain we're leaking *Job structs? Can you add a break in nautilus-file-operations.c:finalize_common and make sure we're actually calling

[Bug 419184] Re: nautilus inhibits logout

2009-08-26 Thread Luca Ferretti
Andrew, by now I was able to perform only the dbus-monitor test, there is the log: method call sender=:1.79 - dest=org.freedesktop.DBus serial=18 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch string

[Bug 419184] Re: nautilus inhibits logout

2009-08-26 Thread Luca Ferretti
One more test launching nautilus from terminal. Here is the log l...@luca-virtual:~$ nautilus Initializing nautilus-gdu extension ** (nautilus:3602): WARNING **: No marshaller for signature of signal 'UploadFinished' ** (nautilus:3602): WARNING **: No marshaller for signature of signal

[Bug 419184] Re: nautilus inhibits logout

2009-08-26 Thread Jon Arnold
Just an addition- this bug keeps me from doing a full soft-shutdown. I have to power off. -- nautilus inhibits logout https://bugs.launchpad.net/bugs/419184 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 419184] Re: nautilus inhibits logout

2009-08-26 Thread A. Walton
** (nautilus:3602): CRITICAL **: nautilus_uninhibit_power_manager: assertion `cookie 0' failed This was all I needed to see. Another g_return_if_fail() with the test in the wrong direction. Fixed in trunk. ** Changed in: nautilus (Ubuntu) Status: Incomplete = Fix Committed -- nautilus