[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-19 Thread Martin Pitt
pygobject patch committed upstream. I'll release 3.1.92 upstream today and will upload to Debian/Ubuntu afterwards. ** Changed in: pygobject (Ubuntu Precise) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-19 Thread Launchpad Bug Tracker
This bug was fixed in the package pygobject - 3.1.92-1 --- pygobject (3.1.92-1) experimental; urgency=low * New upstream release. - Fix Gtk override API for tree models to send out only one signal after the data is set. (LP: #939450) -- Martin Pitt martin.p...@ubuntu.com

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-19 Thread Bug Watch Updater
** Changed in: pygobject Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/939450 Title: ubiquity crashed with TypeError: argument of type

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-18 Thread Jason Warner
** Tags added: rls-p-tracking -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/939450 Title: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-15 Thread Martin Pitt
For the record, I now have patches for both the double signal problem (this bug), as well as the underlying problem of being unable to use insert_with_valuesv(). Both are sent upstream for peer review. ** Changed in: pygobject (Ubuntu Precise) Status: Triaged = In Progress -- You

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-15 Thread Launchpad Bug Tracker
This bug was fixed in the package ubiquity - 2.9.29 --- ubiquity (2.9.29) precise; urgency=low [ Oliver Grawert ] * disable gnome-settings-daemon power management plugin during install to make sure things like lid closing or accidential pressing of power or suspend

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/ubiquity -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/939450 Title: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-14 Thread Martin Pitt
** Also affects: ubiquity (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/939450 Title: ubiquity crashed with TypeError: argument

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: pygobject (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gtk+3.0 in Ubuntu.

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: pygobject (Ubuntu Precise) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gtk+3.0 in Ubuntu.

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-14 Thread Martin Pitt
Err, except that I'm unable to reassign to ubiquity -- LP says 'None' is a binary package. This bug has been assigned to its source package 'gtk+3.0' instead. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gtk+3.0 in Ubuntu.

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-14 Thread Martin Pitt
Reassigning back to Ubiquity. The GtkListStore documentation makes it quite clear (section Atomic Operations) that list insertion is not atomic, and that there might be signals with None/NULL values in between. So I think for robustness this ought to be fixed in ubiquity. That said, I'm happy to

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-14 Thread Martin Pitt
I had a closer look at the overrides in pygobject, and it's quite some effort to rewrite them using the atomic API. I can't guarantee that I'll have them ready this week. So you could either use Gtk.ListStore.insert_with_valuesv() yourself instead of using the override API, or make the signal

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-14 Thread Stéphane Graber
I did the needed changes to ubiquity to use insert_with_valuesv() but I hit https://bugzilla.gnome.org/show_bug.cgi?id=671610 Are you planning on fixing that one this week or should I revert my ubiquity change so we still have a working manual partitioner when started from the live session? (it's

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-14 Thread Stéphane Graber
I meant https://bugzilla.gnome.org/show_bug.cgi?id=672065 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/939450 Title: ubiquity crashed with TypeError: argument of type 'NoneType'

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-14 Thread Stéphane Graber
** Changed in: ubiquity (Ubuntu Precise) Importance: Undecided = Critical -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/939450 Title: ubiquity crashed with TypeError: argument

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-14 Thread Bug Watch Updater
** Changed in: pygobject Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/939450 Title: ubiquity crashed with TypeError: argument of type 'NoneType' is

Re: [Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-14 Thread Martin Pitt
Hello Stéphane, Stéphane Graber [2012-03-14 20:09 -]: Are you planning on fixing that one this week Yes, I'm working on the empty strings in GValue arrays bug right now, and I'm close to a solution. Once that's fixed, I'll continue working on the atomic list store append patch, which is

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-13 Thread Stéphane Graber
Subscribing Martin to evaluate the pygi override from the linked bug report. I don't necessarily mind patching ubiquity to deal with the None value but I'm guessing we aren't the only one in this situation, so a pygi workaround/fix sounds better to me. -- You received this bug notification

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-12 Thread Bug Watch Updater
** Changed in: gtk Status: Unknown = New ** Changed in: gtk Importance: Unknown = Medium -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/939450 Title: ubiquity crashed with

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-10 Thread anatoly techtonik
Seems like Ubuntu badly needs installer tests with Sikuli or something similar. Just run into the same problem. Looking forward to try workaround #14. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gtk+3.0 in Ubuntu.

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-07 Thread Bob
Is there a work-around available? I'm setting up a new system, and REALLY wanted to start with 12.04, even though it's still in Beta. I've got a partition on the disk I want to save, which is why I selected Something else. -- You received this bug notification because you are a member of

Re: [Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-07 Thread Luke Yelavich
Yes there is a work-around. Boot the live CD, choose Try Ubuntu, and launcht e installer from the desktop. THis bug is accessibility related, so if you follow those instructions, no accessibility will be enabled, allowing the advanced partitioner to work. -- You received this bug notification

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-07 Thread Luke Yelavich
** Bug watch added: GNOME Bug Tracker #671610 https://bugzilla.gnome.org/show_bug.cgi?id=671610 ** Also affects: gtk via https://bugzilla.gnome.org/show_bug.cgi?id=671610 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-07 Thread Bob
To anyone else who checks, the work-around suggested in #14 is indeed working. Thanks! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/939450 Title: ubiquity crashed with TypeError:

[Desktop-packages] [Bug 939450] Re: ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py

2012-03-06 Thread Luke Yelavich
Still debugging this, as its a GTK bug. WIll be filing an upstrea bug once the bad commit is found and will link this bug to upstream bugzilla. ** Package changed: ubiquity (Ubuntu Precise) = gtk+3.0 (Ubuntu Precise) -- You received this bug notification because you are a member of Desktop