I am having some trouble with OpenSUSE 11.0
Everything seems to work just fine except one little thing. I have changed the Theme editor and have tried to use Emerald Theme Manager but the theme i have chosen only appears when i run emerald --replace in a terminal. If i kill the process i have manually started or close the terminal window i lose all window decorations. Obviously i need to make that process run on startup but i don’t know how. Can anyone help or redirect me to an appropriate thread? (first time using the forum).
sorry for double posting but i didn’t see an “edit” button anywhere.
I tried that:
If you are using KDE go to ~/home/yourname/.kde/Autostart and add a file like this:
Code:
#! /bin/sh
sleep 5
emerald --replace ccp &
This should start emerald when you start KDE.
Make sure you select compiz & emerald in the fusion -icon options.
I am using KDE4 so i used the /home/<name>/.kde4/Autostart directory but when i rebooted the system i got a message that i needed to specify which application should this file be treated with.
That’s right in KDE4.0 it does not seem to work, I get the same message. Don’t know why KDE4.0 would not recognise it as such. Maybe make it executable with: chmod +x emerald
I actually was able to solve the problem by performing in a terminal the following:
echo “USE_EMERALD=yes” >> ~/.config/compiz/compiz-manager
as a simple user.