Comment 27 for bug 625670

Revision history for this message
aidanjt (aidanjt) wrote :

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 you add it to the Gnome start-up applications list.

Anyway, this is all just an ugly work around, are we ever going to see an actual fix from the Ubuntu devs? Or is it just another 'wait for the next version to fix a serious bug'?