I’ve just solved a funky little problem with Compiz and Emerald, whereby Emerald wasn’t used for window decorations, and changing the Theme via the Emerald Theme Manager accomplished nothing - this is after upgrading to Ubuntu Hardy Heron, by the way. If you don’t have Emerald installed, it can be done by running, in a Terminal:
sudo apt-get install emerald
or via the Synaptic Package Manager. The same goes for the CompizConfig Settings Manager:
apt-get install compizconfig-settings-manager
Anyway, the problem boiled down to Compiz not using Emerald for Window Decoration, and was thankfully veyr easy to solve, by pointing Compiz to the Emerald binary. Open up the compizConfig Settings Manager - System -> Preferences -> Advanced Desktop Effects Settings and select the “Effects” category from the left menu. Click on “Window Decoration” from the selectionin the right pane, and for Command, enter:
/usr/bin/emerald
Make sure it’s enabled, and close the CompizConfig Settings Manager. In order for the new settings to take effect, wither restart X by pressing Ctrl+Alt+Backspace, or run the following in a Terminal:
compiz --replace &
emerald --replace &
Now Compiz is using Emerald for my Window Decorations, and I can once again change the Emerald Theme dynamically via the Emerald Theme Manager.
| US $76.00 (12 Bids) End Date: Friday Sep-05-2008 15:56:55 PDT Bid now | Add to watch list |
| US $152.50 (10 Bids) End Date: Friday Sep-05-2008 16:15:12 PDT Bid now | Add to watch list |
| US $99.00 (16 Bids) End Date: Friday Sep-05-2008 17:04:00 PDT Bid now | Add to watch list |
| US $12.59 (1 Bid) End Date: Friday Sep-05-2008 17:50:00 PDT Bid now | Add to watch list |
| US $305.00 (13 Bids) End Date: Friday Sep-05-2008 18:30:00 PDT Bid now | Add to watch list |
| US $122.50 (12 Bids) End Date: Friday Sep-05-2008 18:51:14 PDT Bid now | Add to watch list |
No related posts.























May 14th, 2008 at 4:12 pm
thanks for the article! i could not find the CompizConfig Setting Manager - turns out I had to install it first -
apt-get install compizconfig-settings-manager
May 15th, 2008 at 4:04 am
Arthur: yup, I already had the manager installed, but I’ve updated the article for people who don’t. Cheers!
July 6th, 2008 at 12:41 am
Didn’t work for me. But I used fusion-icon to do basically the same thing. I installed fusion-icon, ran it, and right-clicked the little blue icon to make the menu come up. From the menu I chose “Select Window Decorator”, then changed it from GTK Window Decorator to Emerald.
I also recommend putting fusion-icon in sessions, so it runs automatically, It’s handy for changing the window manager if necessary. Google Earth sometimes doesn’t like Compiz.
July 19th, 2008 at 10:21 pm
Right, After I installed both compiz and emerald, I changed command in Window Decoration to /usr/bin/emerald –replace. It seems to me it works fine.
System -> Preferences -> Advanced Desktop Effects Settings
Effects section: Window Decoration
Command: /usr/bin/emerald –replace
Also, it works for different decorators, for instance gtk-window-decorator.
July 26th, 2008 at 4:32 pm
Thanks! now it fnally works
i was already wondering what i did wrong…