[Bug 136022] Re: Track list doesn't goto current track after searching playing

2012-01-02 Thread Foppe Hemminga
** Changed in: exaile (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/136022 Title: Track list doesn't goto current track after searching playing To

[Bug 440648] Re: exaile.py assert failure: Gtk:ERROR:/build/buildd/gtk+2.0-2.18.0/gtk/gtktreestore.c:522:gtk_tree_store_get_path: assertion failed: (G_NODE (iter-user_data)-parent != NULL)

2012-01-02 Thread Foppe Hemminga
Hi nicoco31, I ran into this bug report. Thanks for reporting. The bug report is from 2009 and version 0.3.0.1 of Exaile. I am closing this bug by marking it 'invalid'. If however you still experence this particular bug in a later version of Exaile don't hesitate to re-open this bugreport. **

[Bug 614675] Re: no key combination to skip to next track

2011-12-29 Thread Foppe Hemminga
*** This bug is a duplicate of bug 906038 *** https://bugs.launchpad.net/bugs/906038 ** This bug has been marked a duplicate of bug 906038 Keyboard navigation features -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 660785] Re: Song plays not scrobbled to last.fm after machine has been suspended

2011-12-29 Thread Foppe Hemminga
Thanks for reporting this bug. I checked the most recent code I could find. It reads (/usr/share/plugin/audioscrobble line 212): if playtime 240 or playtime float(track.get_tag_raw('__length')) / 2.0: # Submit So it intended behavior is to wait for some 'airtime'

[Bug 695869] Re: Exaile randomly exits

2011-12-29 Thread Foppe Hemminga
*** This bug is a duplicate of bug 909229 *** https://bugs.launchpad.net/bugs/909229 ** This bug has been marked a duplicate of bug 909229 TypeError: Notify.Notification.set_icon_from_pixbuf() argument 1 must be gtk.gdk.Pixbuf, not None -- You received this bug notification because you

[Bug 865234] Re: Exaile doesn't respond to keyboard shortcuts

2011-12-29 Thread Foppe Hemminga
*** This bug is a duplicate of bug 906038 *** https://bugs.launchpad.net/bugs/906038 ** This bug has been marked a duplicate of bug 906038 Keyboard navigation features -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 180665] Re: Totem cannot seek in ogg/theora http streams

2011-12-27 Thread Foppe Hemminga
** Changed in: exaile (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/180665 Title: Totem cannot seek in ogg/theora http streams To manage notifications about

[Bug 605543] Re: UnicodeDecodeError: 'utf8' codec can't decode byte 0xe1 in position 0: unexpected end of data

2011-02-25 Thread Foppe Hemminga
I looked at this topic a couple of weeks ago,I haven't noticed it for some time, but I had a gap not using Gwibber for a longer period (temporary switch to KDE.) The issue looks related to some older version of Gwibber. Also at the time of this bug I did ran development versions, so that may be

[Bug 555997] Re: Jack Sense Error on Acer Aspire 7740G

2010-08-21 Thread Foppe Hemminga
Fix from #2 works in 10.04. I used info on https://wiki.ubuntu.com/Audio/InstallingLinuxAlsaDriverModules to install. -- Jack Sense Error on Acer Aspire 7740G https://bugs.launchpad.net/bugs/555997 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 605543] Re: UnicodeDecodeError: 'utf8' codec can't decode byte 0xe1 in position 0: unexpected end of data

2010-08-08 Thread Foppe Hemminga
Thanks Captain Chaos, I don't have time to look into this right now. So a couple of questions and remarks. What languages are the tweets you receive? You can print the raw data with the print statement: print data[text] or print s in function unescape (s) and view the twitter stream in

[Bug 605543] Re: UnicodeDecodeError: 'utf8' codec can't decode byte 0xe1 in position 0: unexpected end of data

2010-08-08 Thread Foppe Hemminga
@Captain Chaos: Thanks for your research. I think you are correct on most issues. The most intriguing question remains: why doesn't everyone have this problem? I came up with a new solution that works with my English / Dutch tweets. 1) Change line 1 to import network, util, HTMLParser 2)

[Bug 605543] Re: UnicodeDecodeError: 'utf8' codec can't decode byte 0xe1 in position 0: unexpected end of data

2010-08-07 Thread Foppe Hemminga
The 'latin1' part in my proposed code (/usr/lib/python2.6/dist- packages/gwibber/microblog/twitter.py line 64) should be 'utf8' m[text] = unescape(data[text].encode(utf8)) The rationale is as follows: htmllib.HTMLParser from function unescape in

[Bug 605543] Re: UnicodeDecodeError: 'utf8' codec can't decode byte 0xe1 in position 0: unexpected end of data

2010-08-06 Thread Foppe Hemminga
Hi Capt Chaos, Your idea is fine but you are editing python files where you should edit gwibber files ;) in /usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py change line 64 m[text] = unescape(data[text]) to m[text] = unescape(data[text].encode(latin1)) --

[Bug 605543] Re: UnicodeDecodeError: 'utf8' codec can't decode byte 0xe1 in position 0: unexpected end of data

2010-08-03 Thread Foppe Hemminga
# NOS Teletekst Teletekst Israëliër in VN-panel aanval Gaza http://nos.nl/l/175947/t 4:36 PM Aug 2nd via API This is the first post _not_ being shown in GWibber. The 'ë' might be a coincidence though. UnicodeDecodeError: 'utf8' codec can't decode byte 0xeb in position 0: unexpected end of

[Bug 439146] Re: gwibber fails if there isn't a genchant spell dict for the locale

2009-11-05 Thread Foppe Hemminga
Duplicates Bug #472236 and Bug #475032 confirm this bug for gwibber version 2.0.0~bzr476-0ubuntu3. ** Changed in: gwibber (Ubuntu) Status: New = Confirmed -- gwibber fails if there isn't a genchant spell dict for the locale https://bugs.launchpad.net/bugs/439146 You received this bug

[Bug 438253] Re: gwibber crashed with SIGSEGV in g_main_context_dispatch()

2009-11-05 Thread Foppe Hemminga
Can you confirm this error with the latest version of gwibber (2.0.0~bzr476-0ubuntu3). Does it always freeze and crash with the same error? ** Changed in: gwibber (Ubuntu) Status: New = Incomplete -- gwibber crashed with SIGSEGV in g_main_context_dispatch()

[Bug 439494] Re: gwibber crashed with IndexError in get_selected_iter()

2009-11-05 Thread Foppe Hemminga
Can you confirm if this bug still happens in the latest version of gwibber (2.0.0~bzr476-0ubuntu3) that shipped with Karmic? Thanks ** Changed in: gwibber (Ubuntu) Status: New = Incomplete -- gwibber crashed with IndexError in get_selected_iter() https://bugs.launchpad.net/bugs/439494

[Bug 471480] Re: gwibber crashed with SIGSEGV

2009-11-05 Thread Foppe Hemminga
*** This bug is a duplicate of bug 454068 *** https://bugs.launchpad.net/bugs/454068 ** This bug has been marked a duplicate of bug 454068 gwibber crashed with SIGSEGV -- gwibber crashed with SIGSEGV https://bugs.launchpad.net/bugs/471480 You received this bug notification because you

[Bug 356870] Re: gwibber crashed with SIGSEGV

2009-11-05 Thread Foppe Hemminga
*** This bug is a duplicate of bug 345704 *** https://bugs.launchpad.net/bugs/345704 ** This bug is no longer a duplicate of bug 350053 gwibber crashed with SIGSEGV ** This bug has been marked a duplicate of bug 345704 gwibber crashed with SIGSEGV -- gwibber crashed with SIGSEGV

[Bug 352478] Re: gwibber crashed with SIGSEGV

2009-11-05 Thread Foppe Hemminga
*** This bug is a duplicate of bug 345704 *** https://bugs.launchpad.net/bugs/345704 ** This bug has been marked a duplicate of bug 345704 gwibber crashed with SIGSEGV -- gwibber crashed with SIGSEGV https://bugs.launchpad.net/bugs/352478 You received this bug notification because you

[Bug 356063] Re: gwibber crashed with SIGSEGV

2009-11-05 Thread Foppe Hemminga
*** This bug is a duplicate of bug 345704 *** https://bugs.launchpad.net/bugs/345704 ** This bug has been marked a duplicate of bug 352478 gwibber crashed with SIGSEGV ** This bug is no longer a duplicate of bug 352478 gwibber crashed with SIGSEGV ** This bug has been marked a

[Bug 350053] Re: gwibber crashed with SIGSEGV

2009-11-05 Thread Foppe Hemminga
*** This bug is a duplicate of bug 345704 *** https://bugs.launchpad.net/bugs/345704 ** This bug has been marked a duplicate of bug 345704 gwibber crashed with SIGSEGV -- gwibber crashed with SIGSEGV https://bugs.launchpad.net/bugs/350053 You received this bug notification because you

[Bug 349474] Re: gwibber crashed with SIGSEGV

2009-11-05 Thread Foppe Hemminga
*** This bug is a duplicate of bug 345704 *** https://bugs.launchpad.net/bugs/345704 ** This bug has been marked a duplicate of bug 345704 gwibber crashed with SIGSEGV -- gwibber crashed with SIGSEGV https://bugs.launchpad.net/bugs/349474 You received this bug notification because you

[Bug 349345] Re: gwibber crashed with SIGSEGV

2009-11-05 Thread Foppe Hemminga
*** This bug is a duplicate of bug 345704 *** https://bugs.launchpad.net/bugs/345704 ** This bug has been marked a duplicate of bug 345704 gwibber crashed with SIGSEGV -- gwibber crashed with SIGSEGV https://bugs.launchpad.net/bugs/349345 You received this bug notification because you

[Bug 390546] Re: gwibber crashed with SIGSEGV

2009-11-05 Thread Foppe Hemminga
*** This bug is a duplicate of bug 345704 *** https://bugs.launchpad.net/bugs/345704 ** This bug has been marked a duplicate of bug 345704 gwibber crashed with SIGSEGV -- gwibber crashed with SIGSEGV https://bugs.launchpad.net/bugs/390546 You received this bug notification because you

[Bug 382371] Re: gwibber crashed with SIGSEGV

2009-11-05 Thread Foppe Hemminga
*** This bug is a duplicate of bug 345704 *** https://bugs.launchpad.net/bugs/345704 ** This bug has been marked a duplicate of bug 345704 gwibber crashed with SIGSEGV -- gwibber crashed with SIGSEGV https://bugs.launchpad.net/bugs/382371 You received this bug notification because you

[Bug 454068] Re: gwibber crashed with SIGSEGV

2009-11-05 Thread Foppe Hemminga
*** This bug is a duplicate of bug 434235 *** https://bugs.launchpad.net/bugs/434235 ** This bug has been marked a duplicate of bug 434235 gwibber crashed with SIGSEGV -- gwibber crashed with SIGSEGV https://bugs.launchpad.net/bugs/454068 You received this bug notification because you

[Bug 471480] Re: gwibber crashed with SIGSEGV

2009-11-05 Thread Foppe Hemminga
*** This bug is a duplicate of bug 434235 *** https://bugs.launchpad.net/bugs/434235 ** This bug is no longer a duplicate of bug 454068 gwibber crashed with SIGSEGV ** This bug has been marked a duplicate of bug 434235 gwibber crashed with SIGSEGV -- gwibber crashed with SIGSEGV

[Bug 434235] Re: gwibber crashed with SIGSEGV

2009-11-05 Thread Foppe Hemminga
This bug seems to be related to Bug #345704 in gwibber 0.8 / 0.9. Alexander Sack wrote as comment on those: pushing a bunch of ubuntu gwibber crashes upstream. If gwibber devs want us to just close them instead let me know (through identi.ca ;)? -- gwibber crashed with SIGSEGV

[Bug 424929] Re: gwibber crashed with TypeError in get_selected_data()

2009-11-01 Thread Foppe Hemminga
** Changed in: gwibber (Ubuntu) Status: Incomplete = Confirmed -- gwibber crashed with TypeError in get_selected_data() https://bugs.launchpad.net/bugs/424929 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 466811] Re: gwibber crashed with TypeError in populate_tree()

2009-11-01 Thread Foppe Hemminga
*** This bug is a duplicate of bug 445344 *** https://bugs.launchpad.net/bugs/445344 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug #445344, so it is being marked as such. Please look

[Bug 445344] Re: gwibber crashed with TypeError in populate_tree()

2009-11-01 Thread Foppe Hemminga
** Changed in: gwibber (Ubuntu) Status: New = Confirmed -- gwibber crashed with TypeError in populate_tree() https://bugs.launchpad.net/bugs/445344 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 371347] Re: Hardy: MonoDevelop crashes while checking subversion repositories

2009-10-31 Thread Foppe Hemminga
*** This bug is a duplicate of bug 371346 *** https://bugs.launchpad.net/bugs/371346 ** This bug has been marked a duplicate of bug 371346 Hardy: MonoDevelop crashes while checking subversion repositories -- Hardy: MonoDevelop crashes while checking subversion repositories

[Bug 420953] Re: Exits on Close instead of Iconifying

2009-10-28 Thread Foppe Hemminga
** Changed in: gwibber (Ubuntu) Status: Incomplete = Invalid -- Exits on Close instead of Iconifying https://bugs.launchpad.net/bugs/420953 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 462343] Re: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x80/0x90()

2009-10-27 Thread Foppe Hemminga
*** This bug is a duplicate of bug 417842 *** https://bugs.launchpad.net/bugs/417842 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug #417842, so it is being marked as such. Please look

[Bug 462342] Re: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x80/0x90()

2009-10-27 Thread Foppe Hemminga
*** This bug is a duplicate of bug 417842 *** https://bugs.launchpad.net/bugs/417842 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug #417842, so it is being marked as such. Please look

[Bug 423230] Re: gwibber crashes on minimise to tray

2009-10-27 Thread Foppe Hemminga
The current version of gwibber is 2.0.0~bzr476-0ubuntu3. Can any of you check if this issue is still a problem with the latest gwibber in your setup? ** Changed in: gwibber (Ubuntu) Status: New = Incomplete -- gwibber crashes on minimise to tray https://bugs.launchpad.net/bugs/423230 You

[Bug 423083] Re: gwibber crashed with AttributeError in on_clear_tab()

2009-10-27 Thread Foppe Hemminga
Would you please be so kind and report if this issue is still a problem with the latest version of gwibber (2.0.0~bzr476-0ubuntu3). Thanks ** Changed in: gwibber (Ubuntu) Status: New = Incomplete -- gwibber crashed with AttributeError in on_clear_tab()

[Bug 420953] Re: Exits on Close instead of Iconifying

2009-10-27 Thread Foppe Hemminga
Would you please be so kind and report if this issue is still a problem with the latest version of gwibber (2.0.0~bzr476-0ubuntu3). Thanks ** Changed in: gwibber (Ubuntu) Status: Confirmed = Incomplete -- Exits on Close instead of Iconifying https://bugs.launchpad.net/bugs/420953 You

[Bug 424929] Re: gwibber crashed with TypeError in get_selected_data()

2009-10-27 Thread Foppe Hemminga
Can any of you please confirm this bug is still an issue in the latest version of gwibber (2.0.0~bzr476-0ubuntu3). According to the date of the latest reports it is bu I'd like that confirmed. Thanks ** Changed in: gwibber (Ubuntu) Status: New = Incomplete -- gwibber crashed with

[Bug 426953] Re: It stopped updating the messages

2009-10-26 Thread Foppe Hemminga
** Changed in: gwibber (Ubuntu) Status: Fix Released = Invalid -- It stopped updating the messages https://bugs.launchpad.net/bugs/426953 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 461189] Re: Nothing under help works except about

2009-10-26 Thread Foppe Hemminga
** Changed in: gwibber (Ubuntu) Status: New = Confirmed -- Nothing under help works except about https://bugs.launchpad.net/bugs/461189 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 461389] Re: Gwibber ignores theme choice

2009-10-26 Thread Foppe Hemminga
Hi Steve, Thanks for taking the time to report this bug. Can you please check if this bug is persistent on your setup with the latest version of gwibber (2.0.0~bzr476-0ubuntu3.) You will likely find it in your daily upgrades if you're running Karmic RC ** Changed in: gwibber (Ubuntu)

[Bug 460711] Re: Gwibber does not show in Ubuntu Software Center in search for twitter or identi.ca

2009-10-26 Thread Foppe Hemminga
** Also affects: software-center Importance: Undecided Status: New -- Gwibber does not show in Ubuntu Software Center in search for twitter or identi.ca https://bugs.launchpad.net/bugs/460711 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 408985] Re: monodevelop package should depend on python-gst0.10-dev

2009-10-26 Thread Foppe Hemminga
I confirm both the issue as the workaround (thanks for that). The error occurs when I switch to GUI Builder (View - Layouts -) ** Changed in: monodevelop (Ubuntu) Status: New = Confirmed -- monodevelop package should depend on python-gst0.10-dev https://bugs.launchpad.net/bugs/408985 You

[Bug 459934] Re: no (more) gwibber

2009-10-25 Thread Foppe Hemminga
** Changed in: gwibber (Ubuntu) Status: Fix Committed = Invalid -- no (more) gwibber https://bugs.launchpad.net/bugs/459934 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 404414] Re: Gwibber returning HTTPError: HTTP Error 400: Bad Request on Twitter

2009-10-25 Thread Foppe Hemminga
Hi Chris, Can you confirm if you're still experiencing this bug in Karmic after the latest upgrade of gwibber? ** Changed in: gwibber (Ubuntu) Status: New = Incomplete -- Gwibber returning HTTPError: HTTP Error 400: Bad Request on Twitter https://bugs.launchpad.net/bugs/404414 You

[Bug 400587] Re: About window does not close

2009-10-23 Thread Foppe Hemminga
Hi Ara, Is this bug still bothering you in Ubuntu. I don't seem to be able to reproduce. Possibly it's fixed in one of the releases between your bug report and now. If so I'd like to close this bug. Greetings ** Changed in: gwibber (Ubuntu) Status: New = Incomplete -- About window does

[Bug 402805] Re: gwibber not switching to current workspace on minimize+restore

2009-10-23 Thread Foppe Hemminga
Hi NoahY, Is this bug still bothering you? I remember experiencing something similar, but I can't reproduce it, so maybe it was fixed in the releases between you bug report and now. If that's the case I'd like to close this bug. Regards ** Changed in: gwibber (Ubuntu) Status: New =

[Bug 404835] Re: Gwibber's asking for the GNOME keyring password seems to be unjustified

2009-10-23 Thread Foppe Hemminga
IHi Allan, I agree with your reasoning but I'm not sure if a package (e.g. gwibber) can tell the keyring what information to display. So let the devvers have a look at this. IMO this is more like a WhishList topic than a bug. Greetings ** Changed in: gwibber (Ubuntu) Status: New =

[Bug 408106] Re: gwibber crashed with AttributeError in msgstyle()

2009-10-23 Thread Foppe Hemminga
Hi Niels, A bug is fixed that handles non existent themes. See https://bugs.edge.launchpad.net/ubuntu/+source/gwibber/+bug/446661. Can you confirm that your bug is related to that one? Do you still experience this bug or is it solved after the bugfix? Greetings ** Changed in: gwibber (Ubuntu)

[Bug 437562] Re: Main Gwibber window is blank

2009-10-23 Thread Foppe Hemminga
** Changed in: gwibber (Ubuntu) Status: New = Confirmed -- Main Gwibber window is blank https://bugs.launchpad.net/bugs/437562 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 433194] Re: gwibber doesn't detect desktopcouch

2009-10-23 Thread Foppe Hemminga
** Changed in: gwibber (Ubuntu) Status: New = Confirmed -- gwibber doesn't detect desktopcouch https://bugs.launchpad.net/bugs/433194 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 454599] Re: Links just open an empty tab

2009-10-23 Thread Foppe Hemminga
*** This bug is a duplicate of bug 451387 *** https://bugs.launchpad.net/bugs/451387 ** This bug has been marked a duplicate of bug 451387 gwibber does not open links in chromium-browser -- Links just open an empty tab https://bugs.launchpad.net/bugs/454599 You received this bug

[Bug 451387] Re: gwibber does not open links in chromium-browser

2009-10-23 Thread Foppe Hemminga
** Changed in: gwibber (Ubuntu) Status: New = Confirmed -- gwibber does not open links in chromium-browser https://bugs.launchpad.net/bugs/451387 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 451360] Re: gwibber-daemon takes too much cpu

2009-10-23 Thread Foppe Hemminga
** Changed in: gwibber Status: New = Confirmed -- gwibber-daemon takes too much cpu https://bugs.launchpad.net/bugs/451360 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 421335] Re: My account names are capitalized when they shouldn't be

2009-10-23 Thread Foppe Hemminga
Hi Amr, I confirm this behavior, however I don't consider it a bug nor does it annoy me. I assume it will end up in the Whislist and let the developers decide whether they want to make it optional or not. Thanks for reporting. Greetings ** Changed in: gwibber (Ubuntu) Status: New =

[Bug 451374] Re: gwibber is not spellchecking

2009-10-23 Thread Foppe Hemminga
I confirm that my gwibber doesn't do spellchecking either. ** Changed in: gwibber (Ubuntu) Status: New = Confirmed -- gwibber is not spellchecking https://bugs.launchpad.net/bugs/451374 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 455945] Re: gwibber crashed with DBusException in call_blocking()

2009-10-23 Thread Foppe Hemminga
*** This bug is a duplicate of bug 422726 *** https://bugs.launchpad.net/bugs/422726 ** This bug is no longer a duplicate of bug 450580 gwibber crashed with DBusException in call_blocking() ** This bug has been marked a duplicate of bug 422726 gwibber crashed with DBusException in

[Bug 453778] Re: gwibber crashed with DBusException in call_blocking()

2009-10-23 Thread Foppe Hemminga
*** This bug is a duplicate of bug 422726 *** https://bugs.launchpad.net/bugs/422726 ** This bug is no longer a duplicate of bug 450580 gwibber crashed with DBusException in call_blocking() ** This bug has been marked a duplicate of bug 422726 gwibber crashed with DBusException in

[Bug 450580] Re: gwibber crashed with DBusException in call_blocking()

2009-10-23 Thread Foppe Hemminga
*** This bug is a duplicate of bug 422726 *** https://bugs.launchpad.net/bugs/422726 ** This bug has been marked a duplicate of bug 422726 gwibber crashed with DBusException in call_blocking() -- gwibber crashed with DBusException in call_blocking() https://bugs.launchpad.net/bugs/450580

[Bug 454054] Re: gwibber crashed with DBusException in call_blocking()

2009-10-23 Thread Foppe Hemminga
*** This bug is a duplicate of bug 422726 *** https://bugs.launchpad.net/bugs/422726 ** This bug is no longer a duplicate of bug 450580 gwibber crashed with DBusException in call_blocking() ** This bug has been marked a duplicate of bug 422726 gwibber crashed with DBusException in

[Bug 450594] Re: gwibber crashed with DBusException in call_blocking()

2009-10-23 Thread Foppe Hemminga
*** This bug is a duplicate of bug 422726 *** https://bugs.launchpad.net/bugs/422726 ** This bug is no longer a duplicate of bug 450580 gwibber crashed with DBusException in call_blocking() ** This bug has been marked a duplicate of bug 422726 gwibber crashed with DBusException in

[Bug 422726] Re: gwibber crashed with DBusException in call_blocking()

2009-10-23 Thread Foppe Hemminga
** Changed in: gwibber (Ubuntu) Status: New = Confirmed -- gwibber crashed with DBusException in call_blocking() https://bugs.launchpad.net/bugs/422726 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 426953] Re: It stopped updating the messages

2009-10-23 Thread Foppe Hemminga
Hi Facundo, Do you still encounter this bug after upgrading to the latest version of gwibber? Greetings ** Changed in: gwibber (Ubuntu) Status: New = Incomplete -- It stopped updating the messages https://bugs.launchpad.net/bugs/426953 You received this bug notification because you are

[Bug 446692] Re: Gwibber will not clear any posts

2009-10-23 Thread Foppe Hemminga
*** This bug is a duplicate of bug 439325 *** https://bugs.launchpad.net/bugs/439325 ** This bug has been marked a duplicate of bug 439325 MASTER gwibber lacks error/exception handling for dbus calls (crashes in call_blocking) -- Gwibber will not clear any posts

[Bug 444654] Re: gwibber crashed with AttributeError in action()

2009-10-11 Thread Foppe Hemminga
I report identical error and it's reproducible in my setup. ** Changed in: gwibber (Ubuntu) Status: New = Confirmed -- gwibber crashed with AttributeError in action() https://bugs.launchpad.net/bugs/444654 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 439582] Re: Cannot switch views in Gwibber window

2009-10-11 Thread Foppe Hemminga
*** This bug is a duplicate of bug 446661 *** https://bugs.launchpad.net/bugs/446661 ** This bug has been marked a duplicate of bug 446661 gwibber crashed with AttributeError in join() -- Cannot switch views in Gwibber window https://bugs.launchpad.net/bugs/439582 You received this bug

[Bug 446661] Re: gwibber crashed with AttributeError in join()

2009-10-09 Thread Foppe Hemminga
Traceback added. ** Attachment added: Traceback http://launchpadlibrarian.net/33354718/traceback.txt -- gwibber crashed with AttributeError in join() https://bugs.launchpad.net/bugs/446661 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 351523] Re: gwibber crashed with ImportError in module()

2009-10-09 Thread Foppe Hemminga
*** This bug is a duplicate of bug 350218 *** https://bugs.launchpad.net/bugs/350218 ** This bug has been marked a duplicate of bug 350218 gwibber crashed with ImportError in module() -- gwibber crashed with ImportError in module() https://bugs.launchpad.net/bugs/351523 You received this

[Bug 446661] Re: gwibber crashed with AttributeError in join()

2009-10-08 Thread Foppe Hemminga
... Reports identical behavior, also on amd64 / Ubuntu 9.10. When this did work until yesterday it had this oddity: I could only view (Twitter) messages after invoking the sidebar from View and select messages from there. If you decide this is unrelated please ignore this message. -- gwibber

Re: [Bug 295490] Re: Liferea doesn't start with Aborted error.

2009-01-20 Thread Foppe Hemminga
Hi Emilio, I found Liferea in proposed and upgraded. Current version 1.5.8. No problems, however I didn't have issues with 1.5.7 either. If there's anything specific you'd like me to test like running in debug mode, please let me know. Greetings, Foppe Op dinsdag 20-01-2009 om 10:06 uur

Re: [Bug 295490] Re: Liferea doesn't start with Aborted error.

2009-01-20 Thread Foppe Hemminga
No problems here. Liferea 1.4.18 (upgraded), Firefox Shiretoko 3.1b3, xulrunner 1.9 xulrunner 1.9.1 --F Op dinsdag 20-01-2009 om 14:59 uur [tijdzone +], schreef Emilio Pozuelo Monfort: Weird. At least it doesn't happen here, without xulrunner 1.9.1. Does it also happen if you launch

[Bug 309640] Re: [Intrepid] liferea 1.4.18-0ubuntu2 seg faults with xulrunner 1.9.0.5+nobinonly-0ubuntu0.8.10.1

2009-01-07 Thread Foppe Hemminga
Last update: Liferea works with xulrunner-1.9.0.5+nobinonly-0ubuntu0.8.10.1 (on my install) not with xulrunner-.1.9.1~b3~hg20090103r22626+nobinonly-0ubuntu1~fta4~intrepid not with xulrunner-1.9.2~a1~hg20090106r23390+nobinonly=0ubuntu1~fta1~intrepid (all versions from current repo's as of

[Bug 309640] Re: [Intrepid] liferea 1.4.18-0ubuntu2 seg faults with xulrunner 1.9.0.5+nobinonly-0ubuntu0.8.10.1

2009-01-06 Thread Foppe Hemminga
During the debug with Emilio Pozuelo Monfort on IRC we found the following: My OS is Ubuntu Intrepid I confirm the debug output by Alex Kavanagh I tried to manually install liferea-1.4.23 but it errorred on ./configure checking which gecko to use... configure: error: No gecko found; you may need

[Bug 296608] Re: fonts get funky with subpixel smoothing

2008-11-29 Thread Foppe Hemminga
** Changed in: fontconfig (Ubuntu) Status: Confirmed = Invalid -- fonts get funky with subpixel smoothing https://bugs.launchpad.net/bugs/296608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 293565] Re: Some fonts look strange when autohint is enabled

2008-11-14 Thread Foppe Hemminga
Hi Eythian, Thanks for reporting this bug. Examining the issue I found this bugreport https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/14310 with some interesting comments: [paniq] the autohinter significantly degrades the appearance of known fonts such as tahoma, verdana, arial, etc.

[Bug 297429] Re: Tasklist glow is ugly

2008-11-13 Thread Foppe Hemminga
Hi Michael, Thanks for filing this bug report and providing the proposed solution. I myself also have some troubles with certain themes but those are themes not provided by Ubuntu. In your proposal you uncomment this line: # Glow the tasklist by changing the color, instead of overlaying

[Bug 296608] Re: fonts get funky with subpixel smoothing

2008-11-10 Thread Foppe Hemminga
No Ubuntu version, no package name ** Changed in: ubuntu Status: New = Incomplete -- fonts get funky with subpixel smoothing https://bugs.launchpad.net/bugs/296608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 296608] Re: fonts get funky with subpixel smoothing

2008-11-10 Thread Foppe Hemminga
Hi Jesse, Thanks for reporting this issue. Are you using Intrepid Ibex? Please state this information in your bugreport. I (also) tried to find the package name but failed. For this bug the package name is important. I think it relates to a gnome package. #1 You can set this in the Details

[Bug 296486] Re: lost sound in Intrepid on Asus laptop

2008-11-10 Thread Foppe Hemminga
*** This bug is a duplicate of bug 294160 *** https://bugs.launchpad.net/bugs/294160 Hi suhrawardi, Thanks for the extensive bugreport. The bug is in fact reported earlier and there are workarounds available. For that reason I marked this bugreport duplicate of #294160. Have a nice day.

[Bug 296608] Re: fonts get funky with subpixel smoothing

2008-11-10 Thread Foppe Hemminga
gnome-appearance-properties is no Package option ** Changed in: gnome-control-center (Ubuntu) Sourcepackagename: None = gnome-control-center ** Changed in: gnome-control-center (Ubuntu) Status: Incomplete = Confirmed -- fonts get funky with subpixel smoothing

[Bug 296608] Re: fonts get funky with subpixel smoothing

2008-11-10 Thread Foppe Hemminga
I changed Package to gnome-control-center and Status to Confirmed. You do have a point here. -- fonts get funky with subpixel smoothing https://bugs.launchpad.net/bugs/296608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 283230] Re: intrepid : driver spca for webcam labtec not installable

2008-10-17 Thread Foppe Hemminga
On another system with Ubuntu Hardy I get a similar error that is described in this bugreport: https://bugs.launchpad.net/ubuntu/+source/gspca/+bug/227177 -- intrepid : driver spca for webcam labtec not installable https://bugs.launchpad.net/bugs/283230 You received this bug notification because

[Bug 227177] Re: Ubuntu 8.04 hardy gspca-source compile error

2008-10-17 Thread Foppe Hemminga
Confirmed on Hardy. On Intrepid I get another error at make[3], see bugreport: https://bugs.launchpad.net/ubuntu/+source/gspca/+bug/283230 -- Ubuntu 8.04 hardy gspca-source compile error https://bugs.launchpad.net/bugs/227177 You received this bug notification because you are a member of Ubuntu

[Bug 283230] Re: intrepid : driver spca for webcam labtec not installable

2008-10-15 Thread Foppe Hemminga
Identical error package gspca-source ** Changed in: gspca (Ubuntu) Sourcepackagename: linux = gspca Status: New = Confirmed -- intrepid : driver spca for webcam labtec not installable https://bugs.launchpad.net/bugs/283230 You received this bug notification because you are a member of

[Bug 276998] Re: pgp error in Evolution

2008-10-02 Thread Foppe Hemminga
Hi Sebastien, I don't think this bug is reproducable on a new install. I added KDE, then upgraded from 8.04 (Hardy) to 8.10 (Intrepid) Alpha 6 and after one or two daily system upgrades the error occurred. I think it's a settings problem. The error occurs likewise in GNOME as in KDE session.

[Bug 276998] Re: pgp error in Evolution

2008-10-02 Thread Foppe Hemminga
The second image is the standard passwordbox from Evolution. This image is not so interesting ;) ** Attachment added: Passwordbox from Evolution http://launchpadlibrarian.net/18147005/pgp-error-2.png -- pgp error in Evolution https://bugs.launchpad.net/bugs/276998 You received this bug

[Bug 276998] Re: pgp error in Evolution

2008-10-02 Thread Foppe Hemminga
And the third image is the error notice. it has Evolution in the statusbar. All images are taken from a GNOME session. ** Attachment added: Error notice from Evolution http://launchpadlibrarian.net/18147023/pgp-error-3.png -- pgp error in Evolution https://bugs.launchpad.net/bugs/276998 You

[Bug 276998] Re: pgp error in Evolution

2008-10-02 Thread Foppe Hemminga
I installed Ubuntu Intrepid Beta from CD (fresh install) with the existing /home/ folder/drive. This cured the problem. I haven't installed KDE at the moment. Anyway, I still think something was wrong with some conflicting settings. At this point I'll close this bug report. Thanks for your

[Bug 276998] [NEW] pgp error in Evolution

2008-10-01 Thread Foppe Hemminga
uitgeschakeld gpg: schrijven naar ‘-’ gpg: DSA/SHA1 signature from: “ABCDEF Foppe Hemminga [EMAIL PROTECTED]” , you may need to select different mail options. Translates to: pgp: problem with the agent - use of agend turned off gpg: wrote to - This is in gnome but the password box is from KDE since I

[Bug 251761] Re: Cant change number of workspaces

2008-09-06 Thread Foppe Hemminga
Go to CompizConfig manager and in Settings change Flat-File configuration Backend to GConf Configuration backend. During upgrade Compiz manager switches to Flat-File if there's an error / misconfiguration. Switching back to GConf solves this issue. This is reported elsewere -- Cant change

[Bug 220443] Re: Window decoration disappears with firefox

2008-09-06 Thread Foppe Hemminga
@Hew McLachlan First time I encountered the problem is just after upgrading to Intrepid alpha 5 -- Window decoration disappears with firefox https://bugs.launchpad.net/bugs/220443 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 216895] Re: firefox closing without warning

2008-04-13 Thread Foppe Hemminga
I have the same behaviour. Most noticable on this site: http://www.huffingtonpost.com. I think it;s related to JavaScript/Ajax and may occur because of some combination with plugins. I run Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008040514 Firefox/3.0b5 with Add-ons: Dom