Comment 4 for bug 109341

Revision history for this message
Guillaume Martres (smarter) wrote :

The situation on gutsy:
* kfirefox-index.html has <link rel="stylesheet" href="kubuntu.css" type="text/css" /> but should have ../kubuntu.css like in feisty.
Quick fix:
sudo ln -s /usr/share/ubuntu-artwork/kubuntu.css /usr/share/ubuntu-artwork/home/kubuntu.css
sudo ln -s /usr/share/ubuntu-artwork/images /usr/share/ubuntu-artwork/home/images
* the locales-kubuntu/index-*.html files have same stylesheet declaration as kfirefox-index
Quick fix:
sudo ln -s /usr/share/ubuntu-artwork/kubuntu.css /usr/share/ubuntu-artwork/home/locales-kubuntu/kubuntu.css
sudo ln -s /usr/share/ubuntu-artwork/images /usr/share/ubuntu-artwork/home/locales-kubuntu/images
* the locales-kubuntu/kindex-*.html files have <link rel="stylesheet" href="../kubuntu.css" type="text/css" /> and so works with previous fix for kfirefox-index, these files are translated, however the homepage of firefox is always index-something.html which is not translated.