[Bug 625670] Re: Not all desktop items are themed

2010-11-05 Thread aidanjt
I get this bug as well. The only time it shows itself is when the installation is on my OCZ Vertex 2E SSD, if I install on a WD Raptor, login session starts correctly. This bug is present with Ubuntu, but not, for example, Gentoo, so I must assume that some parallelisation of session startup that

[Bug 625670] Re: Not all desktop items are themed

2011-03-26 Thread aidanjt
I gave #28 a shot, it works for me too. @RossH: You might have left out #!/bin/sh at the top of /etc/gdm/PostLogin/Default, I copied /etc/gdm/PostLogin/Default.sample to /etc/gdm/PostLogin/Default and appended the killall command. -- You received this bug notification because you are a member of

Re: [Bug 625670] Re: Not all desktop items are themed

2011-03-27 Thread aidanjt
@Andrew Potter: And /etc/gdm/PostLogin/Default has +x permissions? On 27 March 2011 08:06, dualityim <625...@bugs.launchpad.net> wrote: > Strange that my method works for some people but not others. Not sure > what is going on here... > > -- > You received this bug notification because you are a d

Re: [Bug 649809] Re: the session settings manager can try starting before the login screen one exits

2011-09-29 Thread aidanjt
I haven't had any gsd problems with either natty nor oneiric (and I think maverick is fixed now?). -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/649809 Title: the session settings man

Re: [Bug 625670] Re: Not all desktop items are themed

2011-05-08 Thread aidanjt
It's fixed in Natty. If you want to stick with Maverick, then paste/enter this command into a terminal: sudo cp -n /etc/gdm/PostLogin/Default.sample /etc/gdm/PostLogin/Default && echo "killall -9 gnome-settings-daemon" | sudo tee -a /etc/gdm/PostLogin/Default That'll work around the problem. --

Re: [Bug 625670] Re: Not all desktop items are themed

2010-12-05 Thread aidanjt
The other reoccurring motif seems to be that everyone experiencing this bug has an SSD. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu. https://bugs.launchpad.net/bugs/625670 Title: Not all desktop i

[Bug 625670] Re: Not all desktop items are themed

2011-01-23 Thread aidanjt
I threw this script together based on what #13 wrote, works a treat, for me at least: #!/bin/bash killall -9 gnome-settings-daemon gnome-settings-daemon & killall -9 nautilus I personally double click it when I log in, manually, as I log out/reboot so rarely. But it might work just as well if y