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 Ubuntu
Bugs, which is subscribed to 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
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs