PDA

View Full Version : [Solved] freebsd gnome themes and compiz


ericturgeon
June 3rd, 2010, 06:51
With Compiz it is possible to use gnome theme like Ubuntu or we can only use Emerald theme?

mickey
June 3rd, 2010, 08:34
That should be possible, if you use the gtk-window-decorator instead of emerald.

ericturgeon
June 3rd, 2010, 14:36
Do you know how to do that?

ericturgeon
June 3rd, 2010, 15:42
I find that but it doesn't work.
http://forums.freebsd.org/showthread.php?t=12840

mickey
June 3rd, 2010, 17:16
Do you know how to do that?

You have to start the decorator after starting up compiz. Basically there are two ways to do that. Either manually by running it from the shell or your compiz start script or whatever:
gtk-window-decorator --replace &

or by using the compiz config settings manager (ccsm) to configure the Window Decorations plugin. The options of the Window Decorations plugin contain a text field, titled Command, there you can enter the decorator commandline directly i.e.
gtk-window-decorator --replace
This way compiz will start the decorator by itself when none is running, and you don't have to do it manually.

And make sure that the Window Decorations plugin is checked in ccsm, otherwise you will not get window decorations at all.