Just to re-cap, to get this bug fixed at least two checks/actions (in pseudo-code) should be done:
// if the default language is not listed at all, it's a sure sign repositories haven't been refreshed if (default_language !exists in language list) { apt-get update } // if language support for the default language isn't installed, it should be if (language list[default_language] != INSTALLED) { install(default_language) } Currently neither is done. -- language packs are not installed if network is not available during install https://bugs.launchpad.net/bugs/135752 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs