Quantcast

Change default theme in GNOME

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Change default theme in GNOME

chromeos
I have a problem in changing the default theme in GNOME. I have tried changing the theme in Test Drive and adding modified %gconf.xml files to ~/.gconf/desktop/gnome/interface or /etc/skel/.gconf/desktop/gnome/interface, but the theme doesn't apply. I also tried to add gconftool-2 scripts whenever appliance boots, but still no success. How to do it?
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Change default theme in GNOME

chromeos
Ok, nobody replied so I will write what I have found out.

You have to run this script at the end of build:

gconftool-2 --direct --config-source xml::/etc/gconf/gconf.xml.vendor/ --type string --set /desktop/gnome/interface/gtk_theme "Clearlooks"
gconftool-2 --direct --config-source xml::/etc/gconf/gconf.xml.vendor/ --type string --set /apps/metacity/general/theme "Clearlooks"
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Change default theme in GNOME

init7
Thanks for sharing the solution!
Will try this now.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Change default theme in GNOME

Boyercam
In reply to this post by chromeos
I persume "clearlooks" can be changed to a different theme?
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Change default theme in GNOME

chromeos
Yes, "Clearlooks" can be changed to anything.

But how can we change a default GNOME3 theme in openSUSE 12.1? Is gconftool-2 still usable?
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Change default theme in GNOME

chromeos
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Change default theme in GNOME

OZBG
Not sure if you got your answer, but yeah those scripts work for me and my application which uses openSUSE 12.1 and Gnome 3.. Yay for post-build scripts lol
Loading...