Autostart Emerald
People who are using compiz have two ways to automatically start emerald upon login.
Using Sessions
This method involves adding following command to sessions.
emerald --replace &
Using compiz-decorator
This method involves changing a line inside the file /usr/bin/compiz-decorator from
USE_EMERALD="no"
to
USE_EMERALD="yes"
Comments