Installer crashes on clicking release notes.

Bug #1310288 reported by Ajna Fern
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubiquity (Ubuntu)
New
Undecided
Unassigned

Bug Description

Kubuntu 14.04
Clicking on release notes on the first page of the installer crashes it. this happens both on the desktop and when it's just the installer.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.7
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CasperVersion: 1.340
CurrentDesktop: KDE
Date: Sun Apr 20 14:24:49 2014
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/kubuntu.seed boot=casper maybe-ubiquity quiet splash --
LiveMediaBuild: Kubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.1)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
Ajna Fern (ajnafern) wrote :
Revision history for this message
Ajna Fern (ajnafern) wrote :

Just re-read what causes the crash, how did this bug get into release? surely the problem is line 507 of /usr/lib/ubiquity/plugins/ubi-language.py
        if os.direxists("/usr/share/kubuntu-default-settings"):
should be
        if os.path.exists("/usr/share/kubuntu-default-settings"):

Revision history for this message
Ajna Fern (ajnafern) wrote :

or
        if os.path.isdir("/usr/share/kubuntu-default-settings"):

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.