Hello everyone. I have had this problem for months but even after updating to Maya it won't go away. I'm still having the problem where I have to keep using the commands
- Code: Select all
killall nautilus
# then
gksu gnome-settings-daemon
just to keep my theme. Otherwise when I restart my computer (or even log out of Cinnamon) I lose my theme. Changing the system settings (Cinnamon or otherwise) doesn't work. I have tried using dconf-tools but that doesn't work. I have tried clearing out ~/.config/nautilus but that doesn't work. I have tried using the Ubuntu-Tweak-Tool but that doesn't work. I have tried using the command
- Code: Select all
sleep 10; /usr/lib/gnome-settings-daemon/gnome-settings-daemon
in the desktop file for gnome-settings-daemon in /etc/xdg/autostart/ but that doesn't work. I have tried adding the script
- Code: Select all
#!/bin/bash
pid=$(pgrep gnome-settings-)
while [ -n "$pid" ];
do
pid=$(pgrep gnome-settings-)
sleep 0
done
exit 0
to /etc/xdg/autostart/gnome-settings-daemon.desktop but that doesn't work, either.
I know it has something to do with the proprietary nVidia driver, but that actually makes my system work the way it was suppose to work. If anyone's wondering I'm using an Intel i7-2600 CPU at 3.4 Gigs with an nVidia GeForce GT 530 graphics card on Linux Mint 13 64-bit edition.