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
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
@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
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
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.
--
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
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