Slackware, Fedora, Red Hat, Open Source, Perl, PHP, MySQL, and other junk.
Trace: » Miscellaneous Linux » Slackware » Newest articles » Agrarian & environmental » About the junktrap » Creating a custom Kickstart CD for Red Hat » Apache, MySQL, and other web-based stuff » Installing Fedora 7 on an IBM Thinkpad R31 » DokuWiki » Fedora & Red Hat
Fedora & Red Hat
Fedora Core on linuxquestions.org
Linux Home Server How-To (Fedora Core 5 specific)
Compiz
To get compiz to start with your selected emerald theme automatically, as root edit /usr/bin/compiz-manager and locate the lines:
# Don't use emerald by default (to avoid additional requirements)
USE_EMERALD=${USE_EMERALD:-no}
Change it to read:
USE_EMERALD=${USE_EMERALD:-yes}
