Comment 60 for bug 1182784

Revision history for this message
lokster (lokiisyourmaster) wrote : Re: Install with non English language fails on Keyboard: "ubi-console-setup failed with exit code 141" or "Installer Crashed"

Encountered this bug in remastered Kubuntu 14.04, ubiquity 2.18.8.4, bulgarian locale.
Fixed it by replacing in the following in /usr/lib/ubiquity/plugins/ubi-console-setup.py:
l = 'C'
with
l = self.controller.dbfilter.get_locale()

it appears on several locations in the file.