[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-10-13 Thread Javier Jardón
** Changed in: indicator-power (Ubuntu) Status: In Progress = 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/854717 Title: Broken panel icons and dialog style during ubiquity-dm

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-23 Thread Javier Jardón
** Changed in: indicator-power 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/854717 Title: Broken panel icons and dialog style during ubiquity-dm and OEM

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-23 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/indicator-power/ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854717 Title: Broken panel icons and dialog style during ubiquity-dm and OEM

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-23 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-power - 0.9-0ubuntu1 --- indicator-power (0.9-0ubuntu1) oneiric; urgency=low * New upstream release. - Use correct dgettext and g_dngettext calls (LP: #846895) - Ensure we use the same icon for all charge levels if we are in the

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/indicator-power -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854717 Title: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-21 Thread Martin Pitt
I see two processes during the greeter: One which is in state Z (zombie), and one running. The zombie one is a child of ubiquity-dm, the running one of init. A killall -9 gnome-settings-daemon, and restarting it helps. That doesn't clean up the zombie, of course. So it seems that there are two

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-21 Thread Martin Pitt
Indeed when I boot the image, I can see the panel being built with the correct icons, and then they change to the broken ones. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854717 Title: Broken

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-21 Thread Martin Pitt
I temporarily chmod 0'ed the session, application, sound, and power indicator libs in /usr/lib/indicators3/6/, and that caused g-s-d to start up properly. I still have a gnome-screensaver process running, I don't know where that is coming from (perhaps from g-s-d itself), but that doesn't seem to

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-21 Thread Martin Pitt
It is the loading of libpower.so in src/panel/panel.c which triggers the early gnome-settings-daemon. As a workaround for beta-2 I suggest to just disable this from indicators[]: // Reboot, shut down, ... /usr/lib/indicators3/6/libpower.so, The comment is misleading, reboot,

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-21 Thread Martin Pitt
Adding g-s-d task, as at the end of the day g-s-d should not fail to set the theme when being dbus activated through indicator-power. Note that even if this works, ubiquity-dm then doesn't wait() for the g-s-d instance that it spawns, so the zombie process stays around. That's only a minor thing,

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-21 Thread Martin Pitt
The early g-s-d spawned by indicator-power just has this to say: ** (gnome-settings-daemon.real:2789): WARNING **: Unable to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files Nothing else in the

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubiquity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854717 Title: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration To

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-21 Thread Launchpad Bug Tracker
This bug was fixed in the package ubiquity - 2.7.34 --- ubiquity (2.7.34) oneiric; urgency=low * Disable setting the ubiquity/online debconf question for now. We're not actually using it for anything yet (LP: #855277). * Disable the power indicator as it's causing g-s-d to

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-21 Thread Pedro Villavicencio
** Changed in: gnome-settings-daemon (Ubuntu Oneiric) Status: New = Triaged ** Changed in: gnome-settings-daemon (Ubuntu Oneiric) Importance: Undecided = High ** Changed in: gnome-settings-daemon (Ubuntu Oneiric) Assignee: (unassigned) = Canonical Desktop Team

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-21 Thread Chris Coulson
When g-s-d is started by DBus, you need to call org.gnome.SettingsDaemon.Awake to get it to load any plugins -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854717 Title: Broken panel icons and

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-21 Thread Martin Pitt
Ah, thanks Chris for pointing this out. So ubiquity-dm could check if it's already running; if so, call .Awake(), if not, launch it by itself. I just talked to Javier, he'll change indicator-power to not activate g-s-d by itself, but just watch dbus for g-s-d to appear. That will also nicely take

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-21 Thread Javier Jardón
Fix committed to indicator-power in http://bazaar.launchpad.net/~jjardon /indicator-power/master/revision/112 ** Also affects: indicator-power Importance: Undecided Status: New ** Changed in: indicator-power Status: New = Fix Committed ** Changed in: indicator-power (Ubuntu)

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-21 Thread Carla Sella
On Oneiric Beta2 20110921.1 image the broken icons aren't there any more, everything seems ok and fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854717 Title: Broken panel icons and dialog

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-21 Thread Jean-Baptiste Lallement
Thanks for verifying the fix Carla. That's much appreciated. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854717 Title: Broken panel icons and dialog style during ubiquity-dm and OEM

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-20 Thread Jean-Baptiste Lallement
screenshot of ubiquity welcome screen. ** Summary changed: - Broken panel icons and dialog style during OEM install/final user configuration + Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration ** Description changed: Oneiric Alternate

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-20 Thread Jean-Baptiste Lallement
** Description changed: Oneiric Alternate 20110920.4 OEM Installation Oneiric Desktop 20110920 During the configuration of the final user, the icons on the top panel are broken and the style of the dialog is weird (no title and labels, the pink style of the top part of the dialog and

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-20 Thread Carla Sella
During test of live usb persistent key I have the same problem of broken icons and a pink dialog. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854717 Title: Broken panel icons and dialog style

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-20 Thread Carla Sella
** Attachment added: Screenshot https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/854717/+attachment/2431957/+files/Screenshot%20at%202011-09-20%2015%3A45%3A44.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-20 Thread Evan Dandrea
After investigating, it looks like gnome-settings-daemon isn't setting the theme, despite running. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854717 Title: Broken panel icons and dialog style

[Bug 854717] Re: Broken panel icons and dialog style during ubiquity-dm and OEM install/final user configuration

2011-09-20 Thread Evan Dandrea
*** (gnome-settings-daemon:1305): WARNING **: Name taken or bus went away - shutting down -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854717 Title: Broken panel icons and dialog style during