Si comme moi vous préférez le thème Kubuntu ( bleu ) à la place du thème couleur caca, je vous invite à installer l'extension
Firefox GreaseMonkey :
https://addons.mozilla.org/en-US/firefox/addon/748/
Puis ajouter ce script :
// ==UserScript==
// @name kubuntu-redirect
// @namespace http://ubuntu-fr.org/
// @description rediriger de http://*.ubuntu-fr.org vers http://*.kubuntu-fr.org
// @include http://*ubuntu-fr.org/*
// ==/UserScript==
//
// écrit en 2010 par sputnick
// contributeur : eisd du canal IRC #javascript sur freenode
/(?:forum|doc|www)\.ubuntu-fr\.org/.exec(location.host) && location.replace(location.href.replace("ubuntu-fr.org", "kubuntu-fr.org"));
Vous pouvez le télécharger ici :
http://www.sputnick-area.net/scripts/ubuntu-redirect.user.js