Comment 4 for bug 1394923

Revision history for this message
ockels (ockels) wrote :

Confirmed on Xubuntu 14.04.1 fresh install. Selecting systemwide language gives depency errors.

Here's a quick fix:

#!/bin/bash
wget http://nl.archive.ubuntu.com/ubuntu/pool/main/l/language-pack-gnome-nl/language-pack-gnome-nl_14.04+20140410_all.deb
wget http://nl.archive.ubuntu.com/ubuntu/pool/main/l/language-pack-gnome-nl-base/language-pack-gnome-nl-base_14.04+20140410_all.deb
wget http://nl.archive.ubuntu.com/ubuntu/pool/main/l/language-pack-nl/language-pack-nl_14.04+20140410_all.deb
wget http://nl.archive.ubuntu.com/ubuntu/pool/main/l/language-pack-nl-base/language-pack-nl-base_14.04+20140410_all.deb

sudo dpkg -i --ignore-depends=language-pack-gnome-nl --ignore-depends=language-pack-gnome-nl-base language-pack-gnome-nl_14.04+20140410_all.deb language-pack-gnome-nl-base_14.04+20140410_all.deb language-pack-nl_14.04+20140410_all.deb language-pack-nl-base_14.04+20140410_all.deb

save as fix.sh and run sudo sh fix.sh in a terminal.

Afterwards you'll be able to apply systemwide language settings in the control panel.