[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-24 Thread Martin Pitt
Starting software-properties-gtk is enough to trigger it. Bug is in aptdaemon. ** Changed in: software-properties (Ubuntu Quantal) Status: Fix Committed = Invalid ** Changed in: aptdaemon (Ubuntu Quantal) Milestone: None = quantal-alpha-3 ** Changed in: aptdaemon (Ubuntu Quantal)

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-24 Thread Launchpad Bug Tracker
This bug was fixed in the package aptdaemon - 0.45+bzr848-0ubuntu1 --- aptdaemon (0.45+bzr848-0ubuntu1) quantal; urgency=low * New upstream snapshot: - aptdaemon/client.py: Prefer GI GObject module. (LP: #1026066) - lintian supports skipping user profiles since 2.5.9, make

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-23 Thread dino99
Thanks Edward for your howto above into post #20, now both synaptic System Sources can be set back again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026066 Title: software-properties-gtk

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-23 Thread Davide Depau
Sorry, I've changed bug visibility for mistake... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026066 Title: software-properties-gtk crashed with ImportError in /usr/lib/python3

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-23 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/1026066 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-23 Thread Jean-Baptiste Lallement
** Also affects: software-properties (Ubuntu Quantal) Importance: Medium Status: Fix Committed ** Also affects: aptdaemon (Ubuntu Quantal) Importance: Undecided Status: Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-23 Thread janakaravi
** Changed in: software-properties (Ubuntu Quantal) Status: Fix Committed = Confirmed ** Changed in: aptdaemon (Ubuntu Quantal) Status: Triaged = Fix Released ** Changed in: software-properties (Ubuntu Quantal) Status: Confirmed = Fix Released -- You received this bug

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-23 Thread Jean-Baptiste Lallement
** Changed in: software-properties (Ubuntu Quantal) Status: Fix Released = Fix Committed ** Changed in: aptdaemon (Ubuntu Quantal) Status: Fix Released = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-22 Thread Paddy Landau
I have manually installed the fix in comment #7 (thank you, Martin Pitt). I confirm that it now works from the terminal, Synaptic Package Manager, Ubuntu Software Centre, and Settings. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-22 Thread Paddy Landau
Oh, I should add that I wasn't sure which item to fix, because there were two, so I fixed them both: /usr/share/pyshared/aptdaemon/client.py /usr/lib/python3/dist-packages/aptdaemon/client.py -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-22 Thread dino99
Have made changes as posted above into comment #18 : dbus.mainloop.glib.DBusGMainLoop(set_as_default=True) if 'gobject' in sys.modules: import gobject as GObject else: from gi.repository import GObject from . import enums but got error: File

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-22 Thread Edward Donovan
dino99, I'm not sure what went wrong for you, either. Could it be a different type of quote character in your file? Hm. This may be what you have already done, but I'll spell out what I did to apply Martin's patch for aptdaemon, until a fixed aptdaemon package is released: Here's a direct

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-22 Thread Edward Donovan
Paddy, that's good to note we have two versions of the file on our systems. For the moment, at least, we have python-aptdaemon, and python3-aptdaemon packages in Quantal installs. It's the python3 file that's getting included by software-propeties-gtk. So fixing just

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-22 Thread Edward Donovan
So, a lot of people trying to run Quantal are being bothered by this bug. This fix has been committed. Is there more I can do, to push the release of a fixed aptdaemon package? Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-22 Thread Elfy
#20 got mine going - no idea I what I was doing wrong following #7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026066 Title: software-properties-gtk crashed with ImportError in /usr/lib/python3

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-21 Thread tsj
Same error. Newly installed 64-bit quantal from the daily build. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026066 Title: software-properties-gtk crashed with ImportError in /usr/lib/python3

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-20 Thread Eduard Gotwig
** Description changed: This is what happens when I try to run software-properties-gtk: andrei@andrei-quantal:~$ software-properties-gtk Traceback (most recent call last): - File /usr/bin/software-properties-gtk, line 37, in module - from

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-20 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu Package testing tracker. A list of all reports related to this bug can be found here: http://packages.qa.ubuntu.com/qatracker/reports/bugs/1026066 ** Tags added: package-qa-testing -- You received this bug notification because you are a member of Ubuntu

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-19 Thread Martin Pitt
That happened to me a few days ago as well. I fixed that in http://bazaar.launchpad.net/~aptdaemon- developers/aptdaemon/main/revision/848 ** Changed in: aptdaemon (Ubuntu) Status: Confirmed = Fix Committed ** Changed in: software-properties (Ubuntu) Status: Confirmed = Fix

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-19 Thread Elfy
Whether the upates I just received (main server) where the ones you released I am not sure Package: software-properties-gtk Status: install ok installed Priority: optional Section: admin Installed-Size: 362 Maintainer: Michael Vogt michael.v...@ubuntu.com Architecture: all Source:

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-19 Thread dino99
0.91 is still crashing on quantal i386 if i try to open it (same error as into comment #8 above ) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026066 Title: software-properties-gtk crashed with

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-19 Thread John Belton
I'm still getting random closures when I try to update and if I try to access thesettings to check what is set. I have used the terminal to do updates but the setting status doesn't seem to apply as some updates listed as proposed don't get updated but when I originally set the options I ticked

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-19 Thread Doug McMahon
The fix per comment #7 is in aptdaemon, not software-properties-gtk has not been released yet Can confirm that manually editing, (replacing lines 40 -43), /usr/lib/python3/dist-packages/aptdaemon/client.py as shown in the link allows software-properties-gtk to start up run Though it is a

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-19 Thread Jessica Lambiase
Same bug for me. Quantal i386. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026066 Title: software-properties-gtk crashed with ImportError in /usr/lib/python3

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-19 Thread Edward Donovan
Yeah, I think aptdaemon should be marked Fix Committed, not yet Fix Released, but I can't change it myself. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026066 Title: software-properties-gtk

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-19 Thread Brian Murray
** Changed in: aptdaemon (Ubuntu) Status: Fix Released = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026066 Title: software-properties-gtk crashed with ImportError in

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-19 Thread Anastasia Antonitsi
after fresh dvdom install,update-grade and all the stuff we do when upgrading, me too confirming this one, its pretty annoying. some details, i had synaptic doing some installs, and like many here described i was browsing the software center, only other app i had was etherape and gkrellm but these

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-18 Thread Alin Andrei
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026066 Title: software-properties-gtk crashed with ImportError in /usr/lib/python3

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-18 Thread Apport retracing service
** Tags removed: need-duplicate-check ** Changed in: software-properties (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026066 Title:

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: software-properties (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026066

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-18 Thread TK
This crash occurs for me when either clicking the Settings button on the Software Updater or attempting to select the menu item Settings/Repositories in Synaptic Package Manager -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-18 Thread dino99
confirm post #3 above on quantal i386 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026066 Title: software-properties-gtk crashed with ImportError in /usr/lib/python3

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-18 Thread Edward Donovan
#3 and #4 : yeah, both of those buttons call 'software-properties-gtk' and produce the same result as if you run it directly. Which at the moment is this crash. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-18 Thread Edward Donovan
** Also affects: aptdaemon (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026066 Title: software-properties-gtk crashed with ImportError in

[Bug 1026066] Re: software-properties-gtk crashed with ImportError in /usr/lib/python3/dist-packages/aptdaemon/client.py: No module named gobject

2012-07-18 Thread Edward Donovan
So, as of version 0.89, software-properties-gtk uses aptdaemon's client module, client.py. And that's breaking. /usr/lib/python3/dist-packages/aptdaemon/client.py has this at line 40: if 'gi.repository' in sys.modules: from gi.repository import GObject else: import gobject as GObject I