View Single Post
d-iivil's Avatar
Posts: 2,154 | Thanked: 2,186 times | Joined on Dec 2009 @ Hellsinki, Finland
#1023
Originally Posted by etuoyo View Post
I love this theme. The eye candy in the deep blue option is amazing. Hoever, I use a lot of my own customisations (backgrounds, icons, etc). Each time I update it reverts back to default and I have to copy back all my customisations using WinSCP. Is there a way to update and not have the theme revert to all the defaults?

I have got round this by copying everything to the default theme but this means I lose any benefit that come when you update.
To keep your customizations you need to create new scheme for your custom stuff:
sudo gainroot
cp -rf /opt/plastic-schemes/DarkBlue /opt/plastic-schemes/CustomDarkBlue

and then do your customizations to that CustomDarkBlue -scheme (and set to use that scheme). That way they won't get overwritten during upgrade

For icons it's the same. Create copy of plastic icons:
sudo gainroot
cp -rf /usr/share/icons/black-plastic-icons /usr/share/icons/custom-plastic-icons

Then edit your icons as you want, and then edit this file:
/usr/share/icons/custom-plastic-icons/index.theme

Edit the line that says "Name=black-plastic-icons" to "Name=custom-plastic-icons". Then go back to edit your schemes gtkrc -file (/opt/plastic-schemes/CustomDarkBlue/gtk-2.0/gtkrc). Edit the line that says "gtk-icon-theme-name = "black-plastic-icons"" to be "gtk-icon-theme-name = "custom-plastic-icons""

That's it Now you have your own custom scheme with it's own custom iconset and they won't get overwritten during upgrade.
__________________
If you're rich and you think I deserve a cold beer, you may donate one or two :-P

80's style stadium rock is back - FIRENOTE
Hi-Octane heavy metal - FORCE MAJEURE

Last edited by d-iivil; 2010-08-30 at 10:41.
 

The Following 2 Users Say Thank You to d-iivil For This Useful Post: