Sorry we haven't followed up until now; generally speaking I find it
logistically very difficult to do serious work on the DVD for a variety
of awkward reasons.

Could you apply the following patch to /usr/share/ubiquity/install.py
(edit it by hand and massage to fit if necessary; it's in the
install_language_packs method), re-run this test, and attach
/var/log/syslog and /var/log/installer/debug to this bug report? Thanks
in advance.

=== modified file 'scripts/install.py'
--- scripts/install.py  2008-10-30 17:34:58 +0000
+++ scripts/install.py  2009-01-05 18:06:53 +0000
@@ -1220,6 +1220,7 @@ exit 0"""
         for pkg in self.langpacks:
             cachedpkg = self.get_cache_pkg(cache, pkg)
             if cachedpkg is None or not cachedpkg.isInstalled:
+                syslog.syslog(syslog.LOG_WARNING, "Language pack not 
installed: %s" % cachedpkg.name)
                 incomplete = True
                 break
         if incomplete:


** Changed in: ubiquity (Ubuntu)
       Status: New => Incomplete

-- 
Incomplete language support even with all languages preseeded
https://bugs.launchpad.net/bugs/290398
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

Reply via email to