[Bug 417824] Re: Gnome-panel loads very late after session start

2011-07-13 Thread Martijn van Brummelen
*** This bug is a duplicate of bug 271258 *** https://bugs.launchpad.net/bugs/271258 Problem still excists on LTS2 gnome-power-manager --verbose --no-daemon 2>&1 | tee gpm.debug.log.txt (gnome-power-manager:2280): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:2273:

[Bug 417824] Re: Gnome-panel loads very late after session start

2009-09-04 Thread Martin Pitt
*** This bug is a duplicate of bug 271258 *** https://bugs.launchpad.net/bugs/271258 ** This bug has been marked a duplicate of bug 271258 Acer Orbicam gspca's module fails -- Gnome-panel loads very late after session start https://bugs.launchpad.net/bugs/417824 You received this bug noti

[Bug 417824] Re: Gnome-panel loads very late after session start

2009-09-04 Thread Martin Pitt
*** This bug is a duplicate of bug 271258 *** https://bugs.launchpad.net/bugs/271258 Thanks for the ssh access. I confirmed that dk-p doesn't crash, but just suffers from a lot of delays from system calls due to problems with the webcam: [92197.690399] vc032x: I2c Bus Busy Wait 2c [92197.6904

[Bug 417824] Re: Gnome-panel loads very late after session start

2009-09-04 Thread mac_v
I first ran the dbus command , it *did* give a reply ,somewhat similar to what you have posted above in comment #10 so then i did: $sudo killall devkit-power-daemon $sudo /usr/lib/devicekit-power/devkit-power-daemon -v 2>&1 | tee /tmp/dkp.log $ dbus-send --system --print-reply --dest=org.freedesk

[Bug 417824] Re: Gnome-panel loads very late after session start

2009-09-04 Thread Martin Pitt
I don't think this is a panel bug, closing for now. ** Changed in: gnome-panel (Ubuntu) Status: New => Invalid ** Changed in: devicekit-power (Ubuntu) Status: New => Incomplete ** Changed in: devicekit-power (Ubuntu) Assignee: (unassigned) => Martin Pitt (pitti) -- Gnome-pan

[Bug 417824] Re: Gnome-panel loads very late after session start

2009-09-04 Thread Martin Pitt
I don't think it's a D-Bus ACL problem, the default policy is alright. I suspect that doing that call might crash devkit-power-daemon. If that dbus-send call reproduces the bug, please do sudo killall devkit-power-daemon sudo /usr/lib/devicekit-power/devkit-power-daemon -v 2>&1 | tee /tmp/dkp.

[Bug 417824] Re: Gnome-panel loads very late after session start

2009-09-04 Thread Martin Pitt
OK, I checked the code in dkp_client_enumerate_devices_private() which throws that timeout, and it tries this D-Bus call: $ dbus-send --system --print-reply --dest=org.freedesktop.DeviceKit.Power /org/freedesktop/DeviceKit/Power org.freedesktop.DeviceKit.Power.EnumerateDevices method return send

[Bug 417824] Re: Gnome-panel loads very late after session start

2009-09-04 Thread mac_v
Those commands dont time out , as per Martin Pitt's suggestion to run dbus-monitor --system, i'm attaching the log. I'v done the following steps: $ killall gnome-power-manager $ dbus-monitor --system 2>&1 | tee dbus-monitor.log.txt $ gnome-power-manager --verbose --no-daemon 2>&1 | tee gpm.debug.l

[Bug 417824] Re: Gnome-panel loads very late after session start

2009-09-04 Thread mac_v
While running the dbus-monitor also tried to open update-manager and power manager prefs. So something about those might be there in the log too. -- Gnome-panel loads very late after session start https://bugs.launchpad.net/bugs/417824 You received this bug notification because you are a member

[Bug 417824] Re: Gnome-panel loads very late after session start

2009-09-04 Thread Martin Pitt
I cannot reproduce this behavior and I don't get the d-bus timeouts on gnome-power-manager either. Can you please do these three commands in a Terminal and check if any of them time out? dbus-send --system --print-reply --dest=org.freedesktop.DeviceKit.Power /org/freedesktop/DeviceKit/Power org.fr

[Bug 417824] Re: Gnome-panel loads very late after session start

2009-08-25 Thread Pedro Villavicencio
** Changed in: gnome-panel (Ubuntu) Importance: Undecided => Low ** Changed in: devicekit-power (Ubuntu) Importance: Undecided => Low -- Gnome-panel loads very late after session start https://bugs.launchpad.net/bugs/417824 You received this bug notification because you are a member of Ubu

[Bug 417824] Re: Gnome-panel loads very late after session start

2009-08-23 Thread mac_v
Running $ gnome-power-manager --verbose (gnome-power-manager:26070): devkit-power-gobject-WARNING **: Couldn't enumerate devices: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout ex

[Bug 417824] Re: Gnome-panel loads very late after session start

2009-08-23 Thread mac_v
** Also affects: devicekit-power (Ubuntu) Importance: Undecided Status: New -- Gnome-panel loads very late after session start https://bugs.launchpad.net/bugs/417824 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-panel in

[Bug 417824] Re: Gnome-panel loads very late after session start

2009-08-23 Thread mac_v
And the .xsession-errors file ** Attachment added: ".xsession-errors" http://launchpadlibrarian.net/30704333/.xsession-errors ** Changed in: gnome-panel (Ubuntu) Status: Incomplete => New -- Gnome-panel loads very late after session start https://bugs.launchpad.net/bugs/417824 You rec

[Bug 417824] Re: Gnome-panel loads very late after session start

2009-08-23 Thread mac_v
I do a regular session start with auto login. Luckily i caught Chris on irc :) other info ~$ env | grep DBUS DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-O5fzOQAWbm,guid=c89acb85b14c09506690a54a4a91b08d ~$ ck-list-sessions Session1: unix-user = '1000' realname = 'Vishnoo'

[Bug 417824] Re: Gnome-panel loads very late after session start

2009-08-23 Thread Chris Coulson
Thank you for your bug report. I can't reproduce this though. The error messages there suggest that the session manager cannot be contacted (which explains the panel delay and lack of shutdown options). How are you starting your session? You're just using a standard configuration (with GDM) right?

[Bug 417824] Re: Gnome-panel loads very late after session start

2009-08-23 Thread mac_v
Another issue , is the system shutdown icon is missing from the panel , since the FUSA is still being reworked , the user-switch-applet doesnt have a shutdown option. At present shutdown/reboot only from the terminal is possible. ** Description changed: Binary package hint: gnome-panel

[Bug 417824] Re: Gnome-panel loads very late after session start

2009-08-23 Thread mac_v
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/30701331/Dependencies.txt -- Gnome-panel loads very late after session start https://bugs.launchpad.net/bugs/417824 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to