[Bug 1038522] Re: [kde] manual partitioning in installer crashes when handling many partitions

Vincent Saelzler kickflippin22 at hotmail.com
Sun Oct 13 23:01:40 UTC 2013


Someone on a forum suggested a tweak in PartitionModel.py.
Supposedly, it solves:
AttributeError: 'Partition' object has no attribute 'parent'

Original
--------------------------------------------------
parentItem = childItem.parent()
---------------------------------------------------

Tweak
---------------------------------------------------
try:
        parentItem = childItem.parent()
except AttributeError:
        parentItem = self.rootItem
--------------------------------------------------

Reference:
http://askubuntu.com/questions/287338/kubuntu-13-04-installer-crashes-on-manual-partition-setup

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1038522

Title:
  [kde] manual partitioning in installer crashes when handling many
  partitions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1038522/+subscriptions




More information about the kubuntu-bugs mailing list