[Bug 714484] Re: Exaile doen't start after last upgrade

2011-08-10 Thread Bug Watch Updater
** Changed in: exaile (Debian) Status: Unknown => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/714484 Title: Exaile doen't start after last upgrade To manage notifications abou

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-04-11 Thread dann frazier
** Bug watch added: Debian Bug tracker #622282 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622282 ** Also affects: exaile (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622282 Importance: Unknown Status: Unknown -- You received this bug notification because yo

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package exaile - 0.3.2.1-0buntu1 --- exaile (0.3.2.1-0buntu1) natty; urgency=low * New upstream release (LP: #714484, LP: #630221). * Drop debian/patches/jamendo_plugin_fix.diff, fixed upstream. * debian/patches/10_ubuntu_defaults.diff: - Don't e

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-13 Thread Andrew Starr-Bochicchio
** Changed in: exaile (Ubuntu Natty) Status: Confirmed => In Progress ** Changed in: exaile (Ubuntu Natty) Assignee: (unassigned) => Andrew Starr-Bochicchio (andrewsomething) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-13 Thread Aren Olson
** Changed in: exaile Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/714484 Title: Exaile doen't start after last upgrade -- ubuntu-bugs mailing list ub

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-13 Thread Gillen Daniel
The patch you supplied works for me on natty. Thx -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/714484 Title: Exaile doen't start after last upgrade -- ubuntu-bugs mailing list ubuntu-bugs@lists.u

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-12 Thread Johannes Sasongko
Thanks everyone who tested. I've committed something resembling #3, but please check if it works. The patch is at http://bazaar.launchpad.net /~exaile-devel/exaile/0.3.2.x/diff/3452 By the way, this is the last bug blocking 0.3.2.1. Once we get a confirmation of the fix, we should be good for a re

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-12 Thread Launchpad Bug Tracker
** Branch linked: lp:exaile/0.3.2 ** Branch linked: lp:exaile -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/714484 Title: Exaile doen't start after last upgrade -- ubuntu-bugs mailing list ubuntu

Re: [Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-12 Thread Andrew Starr-Bochicchio
On natty: $ apt-cache policy python-gobject python-gobject: Installed: 2.27.0+git20110131-0ubuntu6 Candidate: 2.27.0+git20110131-0ubuntu6 Version table: *** 2.27.0+git20110131-0ubuntu6 0 500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages 100 /var/lib/dpkg/stat

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-12 Thread Gillen Daniel
Tested on natty: $ python gobject-multi-inherit-2.py Traceback (most recent call last): File "gobject-multi-inherit-2.py", line 14, in c.connect('b', lambda *x: None) TypeError: : unknown signal name: b -- $ python gobject-multi-inherit-3.py OK -- You received this bug notificati

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-12 Thread Book 'em Dano
Exaile is not working for me after a fresh install of Xubuntu Natty Alpha 2; here's some debug info: 15:27:05,412:INFO: Loading Exaile 0.3.2.0... (xl.main) 15:27:05,413:INFO: Loading settings... (xl.main) 15:27:05,524:DEBUG : Provider tags registered for service covers (xl.providers) 15

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-12 Thread Johannes Sasongko
** Attachment added: "gobject-multi-inherit-3.py" https://bugs.launchpad.net/ubuntu/+source/exaile/+bug/714484/+attachment/1845603/+files/gobject-multi-inherit-3.py -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-12 Thread Johannes Sasongko
So far no responses in the pygtk list. Andrew / others, can you test the 2 new attached files (#2 and #3) on natty? They are slightly modified versions of the previous attachment; just want to see if one of them can be used as a workaround. ** Attachment added: "gobject-multi-inherit-2.py" ht

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-10 Thread Johannes Sasongko
I'm posting a question in the PyGTK mailing list, asking whether the error is expected. http://www.daa.com.au/pipermail/pygtk/2011-February/019394.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/71

Re: [Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-10 Thread Andrew Starr-Bochicchio
On Thu, Feb 10, 2011 at 2:03 PM, Johannes Sasongko wrote: > I'm attaching a test case that can be used to check if this is indeed > the problem. If it is, we'll have to ask the (Py)GObject people whether > it's intended. Can anyone on natty run this and see whether you get an > error (it prints "O

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-10 Thread Johannes Sasongko
I suspect this has something to do with how we implement the PlaylistsPanel class: it inherits from 2 GObject classes, and the append-items signal comes from the second parent. IIRC GObject itself doesn't support multiple inheritance, so I'm absolutely confused why this works/worked. I'm attachin

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-10 Thread Brian Murray
** Also affects: exaile (Ubuntu Natty) Importance: High Status: Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/714484 Title: Exaile doen't start after last upgrade -- ubuntu-bug

Re: [Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-10 Thread fidencio
I can't reproduce on Fedora and I'm using: pygobject: 2.21.5-3 python2: 2.7.8 As Aren said, probably this is a bug in prerelease version of (py)gobject. -- Fabiano FidĂȘncio -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-10 Thread Aren Olson
For reference, the current arch versions (which do NOT reproduce the problem) are: pygobject: 2.26.0-2 python2: 2.7.1-4 So it seems possible this is a bug in the prerelease version of (py)gobject that natty is using. -- You received this bug notification because you are a member of Ubuntu Bugs,

Re: [Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-10 Thread Andrew Starr-Bochicchio
Versions in natty: python-gobject: Installed: 2.27.0+git20110131-0ubuntu6 Candidate: 2.27.0+git20110131-0ubuntu6 python: Installed: 2.7.1-0ubuntu5 Candidate: 2.7.1-0ubuntu5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-10 Thread Johannes Sasongko
I'm not getting this bug in ArchLinux (0.3.2 and trunk), and reportedly it's fine in Fedora as well (0.3.2). Yesterday I tried stock Ubuntu Netbook and it worked (trunk). So... not sure; issue with the specific PyGObject version maybe? Are you able to downgrade pygobject to see if that's the probl

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-10 Thread Andrew Starr-Bochicchio
I just reproduced this with rev 3793 of lp:exaile. The traceback is essentially the same, some line numbers have changed: Traceback (most recent call last): File "/home/andrew/usr/lib/exaile/exaile.py", line 61, in main() File "/home/andrew/usr/lib/exaile/exaile.py", line 58, in main

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-10 Thread Andrew Starr-Bochicchio
** Changed in: exaile (Ubuntu) Importance: Undecided => High ** Changed in: exaile (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/714484 Title: Exaile doe

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-10 Thread Johannes Sasongko
I don't know if this is an upstream bug, but I'm reporting there as well to get it looked at before 0.3.2.1. ** Also affects: exaile Importance: Undecided Status: New ** Changed in: exaile Importance: Undecided => Critical ** Changed in: exaile Status: New => Triaged ** Chan

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-09 Thread Gillen Daniel
Same issue here. Fresh Xubuntu 11.04 amd64 alpha2 install with latest updates (until 09.02.2011). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/714484 Title: Exaile doen't start after last upgrade

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-07 Thread NGAGE13
I have this bug in Ubuntu 11.04(GNOME). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/714484 Title: Exaile doen't start after last upgrade -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-07 Thread Nikolay Morozov
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/714484 Title: Exaile doen't start after last upgrade -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listin