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

2014-04-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~agateau/ubiquity/kde-partman-fix-model-updates2

-- 
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

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


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

2014-04-15 Thread Launchpad Bug Tracker
This bug was fixed in the package ubiquity - 2.18.5

---
ubiquity (2.18.5) trusty; urgency=medium

  * KDE frontend fixes:
   - LP: #1038522 Fix manual partitioning in installer crashes when handling 
many
 partitions
   - LP: #1285705: read release notes not working
   - LP: #1038522: [kde] manual partitioning in installer crashes when
 handling many partitions
 -- Jonathan Riddell jridd...@ubuntu.com   Tue, 15 Apr 2014 13:22:24 +0100

** Changed in: ubiquity (Ubuntu Trusty)
   Status: Triaged = Fix Released

-- 
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

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


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

2014-04-01 Thread Peter Antoniac
** Changed in: ubiquity (Ubuntu Trusty)
   Status: Incomplete = Triaged

-- 
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

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


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

2013-10-13 Thread Vincent Saelzler
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

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


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

2013-05-19 Thread dnel
I'm getting this bug with Kubuntu 13.04 32bit booted from a USB pen
drive on a Samsung N110 netbook.

I am re-using pre-existing partitions, a small /boot partition and the
rest uses LVM LV's. I am formatting the root and using /home as is with
data in place.

On changing the 3rd partition the installer drops out with no errors
being displayed on the GUI. The crash occurs whether or not the 3rd
partition selected is swap space.

-- 
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

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


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

2012-11-30 Thread Yazer Eid
I've had such crash before using Kubuntu 12.04 or 12.04.1 also Mint 13
KDE. My observation was that it happened only when I had more than one
hard disks available the installer.

My workaround:

- Attach only the disk that you want to install Kubuntu on
- Install Kubuntu
- Attach the other harddisks

-- 
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

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs