Kororaa 14 Beta3 – Remove KDE themed Firefox in GNOME

I accidentally included the KDE Oxygen theme for the GNOME version of Beta3 (it was correct in Beta2). This means that GNOME users of Kororaa will get a KDE themed Firefox – not quite what I had in mind! KDE users don’t need to do anything, and should have a nice, pretty Firefox.

So, thanks to Arv3n for posting it in the forums, I have fixed it for the next release, but you can also fix it yourself in Beta3. Here’s how.

System wide (for any new accounts created):
sudo rm -Rf /usr/lib*/firefox-3.6/defaults/profile/extensions/\{C1F83B1E-D6EE-11DE-B441-1AD556D89593\}
sudo rm -Rf /usr/lib*/firefox-3.6/defaults/profile/extensions/plasmanotify@andreas-demmer.de
sudo sed -i '/.*oxygen.*/d' /usr/lib*/firefox-3.6/defaults/profile/prefs.js

Your account, close Firefox and run:
rm -Rf ~/.mozilla/firefox/*/extensions/\{C1F83B1E-D6EE-11DE-B441-1AD556D89593\}
rm -Rf ~/.mozilla/firefox/*/extensions/plasmanotify@andreas-demmer.de
sed -i '/.*oxygen.*/d' ~/.mozilla/firefox/*/prefs.js

Sorry about that!!!

-c

Leave a Reply

Your email address will not be published. Required fields are marked *