[Bug 252506] [NEW] UnicodeDecodeError when parsing http://www.projekt6.de/?feed=podcast

2008-07-28 Thread Thomas Perl
Public bug reported:

Trying to parse the RSS feed http://www.projekt6.de/?feed=podcast with
feedparser yields the following traceback:

[EMAIL PROTECTED]:~$ python
Python 2.5.2 (r252:60911, Apr 21 2008, 11:12:42) 
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import feedparser
>>> f = feedparser.parse('http://www.projekt6.de/?feed=podcast')
Traceback (most recent call last):
  File "", line 1, in 
  File "/var/lib/python-support/python2.5/feedparser.py", line 2624, in parse
feedparser.feed(data)
  File "/var/lib/python-support/python2.5/feedparser.py", line 1441, in feed
sgmllib.SGMLParser.feed(self, data)
  File "/usr/lib/python2.5/sgmllib.py", line 99, in feed
self.goahead(0)
  File "/usr/lib/python2.5/sgmllib.py", line 138, in goahead
k = self.parse_endtag(i)
  File "/usr/lib/python2.5/sgmllib.py", line 315, in parse_endtag
self.finish_endtag(tag)
  File "/usr/lib/python2.5/sgmllib.py", line 355, in finish_endtag
self.unknown_endtag(tag)
  File "/var/lib/python-support/python2.5/feedparser.py", line 476, in 
unknown_endtag
method()
  File "/var/lib/python-support/python2.5/feedparser.py", line 1318, in 
_end_content
value = self.popContent('content')
  File "/var/lib/python-support/python2.5/feedparser.py", line 700, in 
popContent
value = self.pop(tag)
  File "/var/lib/python-support/python2.5/feedparser.py", line 641, in pop
output = _resolveRelativeURIs(output, self.baseuri, self.encoding)
  File "/var/lib/python-support/python2.5/feedparser.py", line 1594, in 
_resolveRelativeURIs
p.feed(htmlSource)
  File "/var/lib/python-support/python2.5/feedparser.py", line 1441, in feed
sgmllib.SGMLParser.feed(self, data)
  File "/usr/lib/python2.5/sgmllib.py", line 99, in feed
self.goahead(0)
  File "/usr/lib/python2.5/sgmllib.py", line 133, in goahead
k = self.parse_starttag(i)
  File "/usr/lib/python2.5/sgmllib.py", line 291, in parse_starttag
self.finish_starttag(tag, attrs)
  File "/usr/lib/python2.5/sgmllib.py", line 333, in finish_starttag
self.unknown_starttag(tag, attrs)
  File "/var/lib/python-support/python2.5/feedparser.py", line 1589, in 
unknown_starttag
_BaseHTMLProcessor.unknown_starttag(self, tag, attrs)
  File "/var/lib/python-support/python2.5/feedparser.py", line 1458, in 
unknown_starttag
value = unicode(value, self.encoding)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 3-8: 
unsupported Unicode code range


I've created a patch against the most recent feedparser.py in Ubuntu
8.04, which will fix this problem by replacing invalid characters
instead of failing completely.

** Affects: feedparser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
UnicodeDecodeError when parsing http://www.projekt6.de/?feed=podcast
https://bugs.launchpad.net/bugs/252506
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 252506] Re: UnicodeDecodeError when parsing http://www.projekt6.de/?feed=podcast

2008-07-28 Thread Thomas Perl

** Attachment added: "Patch to fix the UnicodeDecodeError by replacing invalid 
characters"
   http://launchpadlibrarian.net/16357875/feedparser_utf8_decoding.patch

-- 
UnicodeDecodeError when parsing http://www.projekt6.de/?feed=podcast
https://bugs.launchpad.net/bugs/252506
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 252506] Re: UnicodeDecodeError when parsing http://www.projekt6.de/?feed=podcast

2008-07-28 Thread Thomas Perl
Same bug reported in other bug trackers:

Upstream: http://code.google.com/p/feedparser/issues/detail?id=128
gPodder: http://bugs.gpodder.org/show_bug.cgi?id=157

-- 
UnicodeDecodeError when parsing http://www.projekt6.de/?feed=podcast
https://bugs.launchpad.net/bugs/252506
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 253312] Re: Gpodder 0.11.3 crashes with "python: ../../src/xcb_lock.c:33: _XCBUnlockDisplay: Assertion `xcb_get_request_sent(dpy->xcb->connection) == dpy->request' failed. Aborted" when trying to

2008-07-30 Thread Thomas Perl
Please try the newest version, 0.12.1 first and tell me if this fixes
your problem. You can get a 0.12.1 deb here:
http://www.getdeb.net/app/gPodder

-- 
Gpodder 0.11.3 crashes with "python: ../../src/xcb_lock.c:33: 
_XCBUnlockDisplay: Assertion `xcb_get_request_sent(dpy->xcb->connection) == 
dpy->request' failed. Aborted" when trying to transfer podcasts to mp3 player
https://bugs.launchpad.net/bugs/253312
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 247391] Re: Totem could hide the time bar when streaming internet radio

2008-08-28 Thread Thomas Perl
Thanks, I've filed and linked the Gnome bug.

** Bug watch added: GNOME Bug Tracker #549691
   http://bugzilla.gnome.org/show_bug.cgi?id=549691

** Also affects: totem via
   http://bugzilla.gnome.org/show_bug.cgi?id=549691
   Importance: Unknown
   Status: Unknown

-- 
Totem could hide the time bar when streaming internet radio
https://bugs.launchpad.net/bugs/247391
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 297700] Re: gpodder shows dialog "Nothing selected", but file is played

2008-11-19 Thread Thomas Perl
Which gPodder version are you using? Does this happen with 0.13.1 too?

-- 
gpodder shows dialog "Nothing selected", but file is played
https://bugs.launchpad.net/bugs/297700
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 297700] Re: gpodder shows dialog "Nothing selected", but file is played

2008-11-21 Thread Thomas Perl
Please use this: http://khan.thpinfo.com/~thp/deb-
outgoing/gpodder_0.13.1-1_all.deb

gPodder 0.13.1 is currently not available in Ubuntu due to the way they
manage their stable releases.

If you don't trust the .deb from the link above, you can also grab
0.13.1 (either the architecture independent binary or the source
package) from Debian's unstable repository:
http://packages.debian.org/sid/gpodder

Thanks for providing this feedback! :)

-- 
gpodder shows dialog "Nothing selected", but file is played
https://bugs.launchpad.net/bugs/297700
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 297700] Re: gpodder shows dialog "Nothing selected", but file is played

2008-11-23 Thread Thomas Perl
No problem. Tell your friends about gPodder :)

** Changed in: gpodder (Ubuntu)
   Status: New => Fix Committed

-- 
gpodder shows dialog "Nothing selected", but file is played
https://bugs.launchpad.net/bugs/297700
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 260849] Re: photoprint is missing libgutenprint.so.2

2008-11-14 Thread Thomas Perl
Please provide a source .dsc file if you want us to try it out. Thanks!

-- 
photoprint is missing libgutenprint.so.2
https://bugs.launchpad.net/bugs/260849
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 285409] Re: midori crashed with SIGSEGV

2009-01-28 Thread Thomas Perl
Installed midori and webkit debug symbols, used the given wiki page
instructions to obtain a backtrace using gdb. Backtrace is attached as
textfile. What I did to obtain this backtrace:

1.) Open Midori
2.) Go to youtube.com
3.) Wait for the page to load completely
4.) Click on one of the videos in the flash file at the top ("Videos being 
watched right now...")
5.) Midori crashes

** Attachment added: "gdb backtrace"
   http://launchpadlibrarian.net/21725445/gdb-midori_youtube.com.txt

-- 
midori crashed with SIGSEGV
https://bugs.launchpad.net/bugs/285409
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 393226] Re: Impossible to rename a podcast using non-ASCII characters

2009-07-05 Thread Thomas Perl
Does this also happen with gPodder 0.16.1 downloaded from
http://gpodder.org/downloads.html?

-- 
Impossible to rename a podcast using non-ASCII characters
https://bugs.launchpad.net/bugs/393226
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 393226] Re: Impossible to rename a podcast using non-ASCII characters

2009-07-05 Thread Thomas Perl
Fixed in 0.16.1.

** Changed in: gpodder (Ubuntu)
   Status: New => Fix Released

-- 
Impossible to rename a podcast using non-ASCII characters
https://bugs.launchpad.net/bugs/393226
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 313148] Re: button mappings wrong with logitech marble mouse

2009-04-27 Thread Thomas Perl
I have a slightly different problem: I do not get mouse press events for
the two small buttons. Did you do anything else to get things working,
or do get event data when doing "cat /dev/input/mice" and pressing the
small buttons on the marble mouse? I don't.

-- 
button mappings wrong with logitech marble mouse
https://bugs.launchpad.net/bugs/313148
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 340976] Re: gPodder 0.15.0 is broken in Jaunty

2009-03-11 Thread Thomas Perl
Fixed in Git. Will be part of the next bugfix release. I'm going to wait
a few more days, so we might catch some other bugs that found their way
into 0.15.0.

** Changed in: gpodder (Ubuntu)
 Assignee: (unassigned) => Thomas Perl (thp)
   Status: New => Fix Committed

-- 
gPodder 0.15.0 is broken in Jaunty
https://bugs.launchpad.net/bugs/340976
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 269224] Re: Make more of Etoile available as binaries

2008-10-18 Thread Thomas Perl
+1 from me. That would be really helpful for getting users to try out
Etoile.

-- 
Make more of Etoile available as binaries
https://bugs.launchpad.net/bugs/269224
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 36651] Re: Network Manager does not remember WEP/WPA key

2008-11-03 Thread Thomas Perl
I have installed Intrepid Ibex (final!) and am experiencing the same bug
- it seems like Network Manager saves/decodes the password in a wrong
way, because the entry box is pre-filled with a (wrong, much longer) key
and when I enter my key, it works. It is annoying that it does not save
the WPA key!

-- 
Network Manager does not remember WEP/WPA key
https://bugs.launchpad.net/bugs/36651
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 205956] Re: won't launch: gpodder crashed with AttributeError in bindtextdomain()

2008-10-31 Thread Thomas Perl
No feedback from original poster for a long time and no one able to
reproduce. Closing as invalid.

** Changed in: gpodder (Ubuntu)
   Status: Incomplete => Invalid

-- 
won't launch: gpodder crashed with AttributeError in bindtextdomain()
https://bugs.launchpad.net/bugs/205956
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 186483] Re: Please include python bindings

2008-10-31 Thread Thomas Perl
I've been talking with the obexftp maintainer for Debian, and he told me
that the Python bindings should be packaged with the next version which
should be out soon.

His private repository with the packages:

http://www.hendrik-sattler.de/debian/

-- 
Please include python bindings
https://bugs.launchpad.net/bugs/186483
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 271056] Re: Please sync gpodder 0.12.2-1 from debian unstable

2008-10-31 Thread Thomas Perl
The version to sync is now gPodder 0.13.1.

-- 
Please sync gpodder 0.12.2-1 from debian unstable
https://bugs.launchpad.net/bugs/271056
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 270091] Re: Gpodder won't sync with iPod anymore.

2008-10-31 Thread Thomas Perl
Which version of gPodder are you using?
Does syncing to the iPod work with gtkpod?

-- 
Gpodder won't sync with iPod anymore.
https://bugs.launchpad.net/bugs/270091
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291182] Re: Ipod classic 6g black 160g doesnt sync with gpodder 0.13.0

2008-10-31 Thread Thomas Perl
Thank you for your bug report. More information is needed:

- Which version of gPodder are you using?
- Can you copy files to your iPod via gtkpod?

-- 
Ipod classic 6g black 160g doesnt sync with gpodder 0.13.0
https://bugs.launchpad.net/bugs/291182
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 186483] Re: Please include python bindings

2008-10-23 Thread Thomas Perl
I would also need the Python bindings for an app I write.

Has anybody already tried packaging the Python bindings?

-- 
Please include python bindings
https://bugs.launchpad.net/bugs/186483
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 247391] [NEW] Totem could hide the time bar when streaming internet radio

2008-07-10 Thread Thomas Perl
Public bug reported:

Binary package hint: totem

This is just a wishlist item: Totem could hide the "Time:" progressbar
when streaming media from the internet (like internet radio) where the
duration is unknown. Alternatively, the space could be used for
something like a buffer fill display (how much % of the buffer is filled
currently. This would forecast a buffer underrun visually.

ProblemType: Bug
Architecture: i386
Date: Thu Jul 10 22:35:03 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/totem-gstreamer
NonfreeKernelModules: nvidia
Package: totem-gstreamer 2.22.1-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/home/username/bin:/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
SourcePackage: totem
Uname: Linux 2.6.24-19-generic i686

** Affects: totem (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
Totem could hide the time bar when streaming internet radio
https://bugs.launchpad.net/bugs/247391
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 247391] Re: Totem could hide the time bar when streaming internet radio

2008-07-10 Thread Thomas Perl

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/15939238/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/15939239/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/15939240/ProcStatus.txt

-- 
Totem could hide the time bar when streaming internet radio
https://bugs.launchpad.net/bugs/247391
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 236293] Re: Please sync gpodder 0.11.2-1 (universe) from Debian unstable (main).

2008-06-01 Thread Thomas Perl
You forgot to subscribe "ubuntu-universe-sponsors" to that bug report.
See https://wiki.ubuntu.com/SyncRequestProcess for detailed
instructions.

I'd be happy to get the latest version of gPodder into Ubuntu, but we
need someone from the Universe Sponsors to carry out the sync/upload.

-- 
Please sync gpodder 0.11.2-1 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/236293
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 236293] Re: Please sync gpodder 0.11.2-1 (universe) from Debian unstable (main).

2008-06-01 Thread Thomas Perl
Oh, sorry - didn't see that :) Can we get this new version into both
Hardy and Intrepid?

-- 
Please sync gpodder 0.11.2-1 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/236293
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 279548] Re: Right click on episode not working intrepid beta

2008-10-08 Thread Thomas Perl
Awesome! can we get 0.13.0 or at least that specific patch into
intrepid?

** Changed in: gpodder (Ubuntu)
   Status: In Progress => Fix Released

-- 
Right click on episode not working intrepid beta
https://bugs.launchpad.net/bugs/279548
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 279548] Re: Right click on episode not working intrepid beta

2008-10-07 Thread Thomas Perl
Marking as "In progress". Please report back when you have confirmed
that this bug does not exist in 0.13.0 anymore.

** Changed in: gpodder (Ubuntu)
   Status: New => In Progress

-- 
Right click on episode not working intrepid beta
https://bugs.launchpad.net/bugs/279548
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 279548] Re: Right click on episode not working intrepid beta

2008-10-07 Thread Thomas Perl
Thanks. This should be fixed in 0.13.0, released yesterday. A Deb
package is available from http://gpodder.org/downloads.html

Please try to reproduce this problem in Intrepid.

-- 
Right click on episode not working intrepid beta
https://bugs.launchpad.net/bugs/279548
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 226196] Re: Gpodder will not work after upgrade

2008-05-16 Thread Thomas Perl
[EMAIL PROTECTED]:~$ dpkg --compare-versions 0.10.4 '<' 0.11.1 && echo "0.10.4 
is smaller than 0.11.1"
0.10.4 is smaller than 0.11.1


That said, I'm having a hard time getting new versions into Hardy (as it's 
stable now). You can get a more up-to-date version from the Debian archives, 
either by building from the Debian source package or by downloading the .deb 
(this should work, too):

http://packages.debian.org/sid/all/gpodder/download

Thanks,
Thomas

-- 
Gpodder will not work after upgrade
https://bugs.launchpad.net/bugs/226196
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 313519] Re: FingerScroll: Rubberband effect doesn't work after switching the value of "mode" property

2009-01-05 Thread Thomas Perl
For the Ubuntu maintainers: The Maemo package is based on the Ubuntu
package, and the Ubuntu-specific patches (especially "spring2.patch")
have been left in the package, so it's related to the Ubuntu package as
well.

>From what I can see from the source, "spring2.patch" adds the changes
for the "rubberband effect", so it probably is a bug in that patch.

-- 
FingerScroll: Rubberband effect doesn't work after switching the value of 
"mode" property 
https://bugs.launchpad.net/bugs/313519
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 269224] Re: Make more of Etoile available as binaries

2009-01-25 Thread Thomas Perl
By the way, there is a mailing list specially targeted towards
packagers:

https://mail.gna.org/listinfo/etoile-packaging/

-- 
Make more of Etoile available as binaries
https://bugs.launchpad.net/bugs/269224
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 317766] Re: gpodder crashes when run from the command line

2009-01-25 Thread Thomas Perl
Have you found out the cause of your problem already? What exactly is
run on the command line ("type gpodder") and what kind of packages of
gPodder have you got installed?

-- 
gpodder crashes when run from the command line
https://bugs.launchpad.net/bugs/317766
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315414] Re: Cannot change Download folder if no file was downloaded

2009-01-14 Thread Thomas Perl
Is this related to http://bugs.gpodder.org/show_bug.cgi?id=314 ?

-- 
Cannot change Download folder if no file was downloaded
https://bugs.launchpad.net/bugs/315414
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315414] Re: Cannot change Download folder if no file was downloaded

2009-01-12 Thread Thomas Perl
Can you please try to reproduce this bug with the latest version of
gPodder (0.14.0) from either Debian unstable or www.gpodder.org ?

-- 
Cannot change Download folder if no file was downloaded
https://bugs.launchpad.net/bugs/315414
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341474] Re: gpodder crashed with ValueError in format_date()

2009-03-12 Thread Thomas Perl
Please test with the latest version from
http://gpodder.org/downloads.html

-- 
gpodder crashed with ValueError in format_date()
https://bugs.launchpad.net/bugs/341474
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341474] Re: gpodder crashed with ValueError in format_date()

2009-03-13 Thread Thomas Perl
Depends on the MOTUs, although I think it might be a bit late to get
this fix into Jaunty - any MOTUs here to help?

-- 
gpodder crashed with ValueError in format_date()
https://bugs.launchpad.net/bugs/341474
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 344428] Re: Screen freezes after gdm login

2009-03-20 Thread Thomas Perl
Looks like bug 329039 to me.

-- 
Screen freezes after gdm login
https://bugs.launchpad.net/bugs/344428
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 328948] Re: gpodder crashed with SIGSEGV in strlen()

2009-02-13 Thread Thomas Perl
Thank you for your bug report. Can you please try the workaround at
http://bugs.gpodder.org/show_bug.cgi?id=307 and tell me if this fixes
your problem?

-- 
gpodder crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/328948
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 258996] Re: gpodder crashed with ValueError in change_menu_item()

2009-02-23 Thread Thomas Perl
This has been fixed in several recent versions of gPodder recently.
Please grab gPodder 0.14.1 from http://gpodder.org/ or wait for the
package to migrate to Ubuntu from Debian sid.

If there are Ubuntu MOTUs around: Please sync gpodder-0.14.1 from Debian
sid.

-- 
gpodder crashed with ValueError in change_menu_item()
https://bugs.launchpad.net/bugs/258996
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 258996] Re: gpodder crashed with ValueError in change_menu_item()

2009-02-23 Thread Thomas Perl
Please set to "Fix Released" when gPodder 0.14.1 lands in Ubuntu's
repositories.

** Changed in: gpodder (Ubuntu)
 Assignee: (unassigned) => Thomas Perl (thp)
   Status: New => Fix Committed

-- 
gpodder crashed with ValueError in change_menu_item()
https://bugs.launchpad.net/bugs/258996
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 236293] Re: Please sync gpodder 0.11.3-1 (universe) from Debian unstable (main).

2008-06-13 Thread Thomas Perl
Is it also possible to sync this into Hardy or at least some hardy-
updates repository?

-- 
Please sync gpodder 0.11.3-1 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/236293
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 345003] Re: gpodder uses deprecated modules

2009-03-21 Thread Thomas Perl
Thanks for your bug report. I've fixed that in git, will be part of the
next release.

** Changed in: gpodder (Ubuntu)
 Assignee: (unassigned) => Thomas Perl (thp)
   Status: New => Fix Committed

-- 
gpodder uses deprecated modules
https://bugs.launchpad.net/bugs/345003
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 356990] Re: can only configure one device at a time

2009-04-07 Thread Thomas Perl
Thank you for your bug report. This is already filed as an upstream bug
report: http://bugs.gpodder.org/show_bug.cgi?id=116

Please subscribe there to receive progress notifications when this
feature is implemented.

** Bug watch added: bugs.gpodder.org/ #116
   http://bugs.gpodder.org/show_bug.cgi?id=116

-- 
can only configure one device at a time
https://bugs.launchpad.net/bugs/356990
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 294132] Re: When playing a mp3 in a external player (vlc) a "nothing selected" popup window appears.

2009-04-07 Thread Thomas Perl
No feedback from original poster, and new upstream versions have been
released since the first report.

Please reopen / file a new bug report with instructions on how to
reproduce this bug if it still happens to you.

** Changed in: gpodder (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: gpodder (Ubuntu)
 Assignee: (unassigned) => Thomas Perl (thp)

-- 
When playing a mp3 in a external player (vlc) a "nothing selected" popup window 
appears.
https://bugs.launchpad.net/bugs/294132
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 356898] Re: gpodder crashed with TypeError in cover_download_finished()

2009-04-07 Thread Thomas Perl
This has been fixed in the latest gPodder release (0.15.1). You can get
a .deb from http://gpodder.org/

** Changed in: gpodder (Ubuntu)
   Status: New => Fix Committed

** Changed in: gpodder (Ubuntu)
 Assignee: (unassigned) => Thomas Perl (thp)

-- 
gpodder crashed with TypeError in cover_download_finished()
https://bugs.launchpad.net/bugs/356898
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341474] Re: gpodder crashed with ValueError in format_date()

2009-04-07 Thread Thomas Perl
Fix committed; basically also released already, but not released in
Ubuntu's repositories. For now, please grab the .debs from
http://gpodder.org or Debian testing/unstable. Thanks!

** Changed in: gpodder (Ubuntu)
   Status: New => Fix Committed

** Changed in: gpodder (Ubuntu)
 Assignee: (unassigned) => Thomas Perl (thp)

-- 
gpodder crashed with ValueError in format_date()
https://bugs.launchpad.net/bugs/341474
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291182] Re: Ipod classic 6g black 160g doesnt sync with gpodder 0.13.0

2009-04-07 Thread Thomas Perl
Can you reproduce this problem with gPodder 0.15.1 from
http://gpodder.org?

-- 
Ipod classic 6g black 160g doesnt sync with gpodder 0.13.0
https://bugs.launchpad.net/bugs/291182
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341474] Re: gpodder crashed with ValueError in format_date()

2009-04-08 Thread Thomas Perl
Tim: thanks for your additional report and traceback. I have fixed this
bug in the development version.

-- 
gpodder crashed with ValueError in format_date()
https://bugs.launchpad.net/bugs/341474
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347483] Re: gpodder crashed with OperationalError in __check_schema()

2009-04-16 Thread Thomas Perl
The bug has been forwarded upstream:
http://bugs.gpodder.org/show_bug.cgi?id=416

** Bug watch added: bugs.gpodder.org/ #416
   http://bugs.gpodder.org/show_bug.cgi?id=416

-- 
gpodder crashed with OperationalError in __check_schema()
https://bugs.launchpad.net/bugs/347483
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362045] Re: gpodder crashed with OperationalError in __check_schema()

2009-04-16 Thread Thomas Perl
*** This bug is a duplicate of bug 347483 ***
https://bugs.launchpad.net/bugs/347483

The proprietary launchpad.net does not allow me (the gPodder
maintainer!) to access the bug report 347483 even though I can access
_this_ bug and this is a duplicate of the other bug, so I post here in
the duplicate.

The bug has been forwarded upstream:
http://bugs.gpodder.org/show_bug.cgi?id=416

** Bug watch added: bugs.gpodder.org/ #416
   http://bugs.gpodder.org/show_bug.cgi?id=416

-- 
gpodder crashed with OperationalError in __check_schema()
https://bugs.launchpad.net/bugs/362045
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 356898] Re: gpodder crashed with TypeError in cover_download_finished()

2009-04-07 Thread Thomas Perl
Thank you for your bug report. Can you please provide the traceback and
verbose output? You can generate the needed output and save it in a file
like this:

1.) Open a Terminal window (Applications -> Accessories -> Terminal)
2.) Type "gpodder --verbose 2>&1 | tee ~/Desktop/gpodder-bug356898-log.txt" 
(without the quotes) and hit Enter
3.) Do whatever you need to reproduce this bug
4.) You will find a "gpodder-bug356898-log.txt" file on your Desktop. Please 
attach it to this bug.

Thanks!

-- 
gpodder crashed with TypeError in cover_download_finished()
https://bugs.launchpad.net/bugs/356898
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341474] Re: gpodder crashed with ValueError in format_date()

2009-04-11 Thread Thomas Perl
Yes, you can help out with testing the development version and reporting
bugs, instructions are here:

http://wiki.gpodder.org/wiki/Running_gPodder_from_Git

Please note that bugs found in the development version should be
reported at http://bugs.gpodder.org and not here. Thanks :)

-- 
gpodder crashed with ValueError in format_date()
https://bugs.launchpad.net/bugs/341474
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 407607] Re: gpodder notification windows cannot be closed

2009-08-01 Thread Thomas Perl
Fixed in gPodder 0.17.0. You can download it from http://gpodder.org/

** Changed in: gpodder (Ubuntu)
   Status: New => Fix Released

** Changed in: gpodder (Ubuntu)
 Assignee: (unassigned) => Thomas Perl (thp)

-- 
gpodder notification windows cannot be closed 
https://bugs.launchpad.net/bugs/407607
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151193] Re: [gutsy] gpodder - new version available upstream

2007-10-29 Thread Thomas Perl
gpodder 0.10.1 is available now and should be uploaded to Debian
unstable soon.

-- 
[gutsy] gpodder - new version available upstream
https://bugs.launchpad.net/bugs/151193
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 195090] [NEW] Entering ".." in the shell suggests bogus commands

2008-02-24 Thread Thomas Perl
Public bug reported:

I accidentally found this: If you enter ".." in the bash prompt, you get
the following bogus output:

[EMAIL PROTECTED]:~$ ..
Command '..' is available in the following places
 * /bin/..
 * /usr/bin/..
 * /usr/local/bin/..
 * /sbin/..
 * /usr/sbin/..
 * /usr/local/sbin/..
 * /usr/games/..
bash: ..: command not found

** Affects: command-not-found (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Entering ".." in the shell suggests bogus commands
https://bugs.launchpad.net/bugs/195090
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 195090] Re: Entering ".." in the shell suggests bogus commands

2008-02-24 Thread Thomas Perl
In Python, I'd do something like "os.path.isdir(filename)"..

-- 
Entering ".." in the shell suggests bogus commands
https://bugs.launchpad.net/bugs/195090
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 165172] Re: gpodder freezes after edit Preferences

2008-04-09 Thread Thomas Perl
Can you please try installing the latest package version from Ubuntu
8.04 (Hardy) and see if you can reproduce the problem? The version that
ships with Ubuntu 7.10 is very old. The 8.04 package should be
compatible with 7.10, though. The new version should fix this problem.

If you can reliably reproduce this problem, please start gPodder in a
terminal window with the "--verbose" argument and attach the output on
the console to this bug report, i.e.

gpodder --verbose 2>&1 | tee ~/Desktop/gpodder-debug-log.txt

Thanks!

-- 
gpodder freezes after edit Preferences
https://bugs.launchpad.net/bugs/165172
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 206921] Re: MacBook brightness adjustment does not work in Hardy

2008-04-30 Thread Thomas Perl
Yes, on my MacBook (Core Duo, August 2006), hal 0.5.11~rc2-1ubuntu8
fixes the problem for me, thanks!

-- 
MacBook brightness adjustment does not work in Hardy
https://bugs.launchpad.net/bugs/206921
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 226196] Re: Gpodder will not work after upgrade

2008-05-04 Thread Thomas Perl
Temporary fix: rm -f ~/.config/gpodder/*.db

The deleted files will be re-created on next start. If the bug happens
again, simply re-run the command and start gPodder then.

This is a bug in 0.11.0 that has been fixed since 0.11.1. Is it possible
to get the new upstream version into Hardy updates? If so, how?

-- 
Gpodder will not work after upgrade
https://bugs.launchpad.net/bugs/226196
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 213289] Re: gpodder crashed with UnicodeDecodeError in print_help()

2008-05-05 Thread Thomas Perl
Fixed in gPodder 0.11.2. Please upgrade.

-- 
gpodder crashed with UnicodeDecodeError in print_help()
https://bugs.launchpad.net/bugs/213289
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 213289] Re: gpodder crashed with UnicodeDecodeError in print_help()

2008-05-05 Thread Thomas Perl
Closing (fix released in gPodder 0.11.2), Please upgrade your gPodder
package to the latest version.

** Changed in: gpodder (Ubuntu)
 Assignee: (unassigned) => Thomas Perl (thp)
   Status: New => Fix Released

-- 
gpodder crashed with UnicodeDecodeError in print_help()
https://bugs.launchpad.net/bugs/213289
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 165172] Re: gpodder freezes after edit Preferences

2008-05-05 Thread Thomas Perl
Cannot reproduce this bug. Please install the latest version of gPodder
(0.11.2) and try to reproduce this problem. Thanks!

** Changed in: gpodder (Ubuntu)
 Assignee: (unassigned) => Thomas Perl (thp)
   Status: Incomplete => Invalid

-- 
gpodder freezes after edit Preferences
https://bugs.launchpad.net/bugs/165172
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217113] Re: gpodder crashed with AttributeError in on_btnDownloadNewer_clicked()

2008-05-05 Thread Thomas Perl
Thanks for your bug report! This has been fixed in SVN r702. The fix
will be part of the next upstream release (0.11.3). I added you to the
list of bug reporters :)

** Changed in: gpodder (Ubuntu)
 Assignee: (unassigned) => Thomas Perl (thp)
   Status: New => Fix Committed

-- 
gpodder crashed with AttributeError in on_btnDownloadNewer_clicked()
https://bugs.launchpad.net/bugs/217113
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 226196] Re: Gpodder will not work after upgrade

2008-05-10 Thread Thomas Perl
Fixed in 0.11.1.

** Changed in: gpodder (Ubuntu)
   Status: New => Fix Committed

-- 
Gpodder will not work after upgrade
https://bugs.launchpad.net/bugs/226196
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 201276] Re: gpodder crashed with OSError in calculate_size()

2008-05-12 Thread Thomas Perl
Fixed in SVN r711. Will be part of the next release. Thanks for your bug
report, you've been added to the list of bug reporters :)

** Changed in: gpodder (Ubuntu)
   Status: New => Fix Committed

-- 
gpodder crashed with OSError in calculate_size()
https://bugs.launchpad.net/bugs/201276
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 208964] Re: gpodder supposedly crashed (seems to be still running, though)

2008-05-12 Thread Thomas Perl
Thanks for your bug report.

I've looked into the issue and found it being a problem with
multithreaded access to the download list. I've fixed the code in our
Subversion repository accordingly (SVN r712) and added you to the list
of bug reporters :)

The fix will be included in the next upstream release of gPodder.

** Changed in: gpodder (Ubuntu)
   Status: New => Fix Committed

-- 
gpodder supposedly crashed (seems to be still running, though)
https://bugs.launchpad.net/bugs/208964
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205956] Re: won't launch: gpodder crashed with AttributeError in bindtextdomain()

2008-05-12 Thread Thomas Perl
Hello!

I can't reproduce this bug here. Can you please try out the SVN version
of gPodder by following these instructions:

http://wiki.gpodder.org/running-from-svn

If it works, please try to upgrade all your packages and install the
latest version of gPodder. Then try to reproduce the problem.

Thanks :)

** Changed in: gpodder (Ubuntu)
   Status: New => Incomplete

-- 
won't launch: gpodder crashed with AttributeError in bindtextdomain()
https://bugs.launchpad.net/bugs/205956
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 214113] Re: gpodder crashed with ExpatError in parseString()

2008-05-12 Thread Thomas Perl
The itms:// URL you specified isn't an iTunes podcast link. I've looked
for a valid one and found that valid iTunes podcast URLs have a
structure like this one (from SN):

http://phobos.apple.com/WebObjects/MZStore.woa/wa/com.apple.jingle.app.store.DirectAction/viewPodcast?id=79016499

I've added code to handle situations like this more gracefully and with
a good error message. Thanks for reporting this bug! The fix will be
included in the next upstream release.

** Changed in: gpodder (Ubuntu)
   Status: New => Fix Committed

-- 
gpodder crashed with ExpatError in parseString()
https://bugs.launchpad.net/bugs/214113
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 128050] Please sync gpodder 0.9.4-1 from Debian unstable (main)

2007-07-24 Thread Thomas Perl
Public bug reported:

Please sync gPodder 0.9.4-1 from Debian unstable. There is an old
version of this package in Gutsy's repository. The new version fixes
several bugs and adds usability enhancements. It also fixes some bugs
previously reported in the Debian BTS:

   * New upstream release (Closes: #432805, #433029)
   * Added gpodder.menu file
   * Remove locally-changed files (included upstream)

** Affects: Ubuntu
 Importance: Undecided
 Status: New

-- 
Please sync gpodder 0.9.4-1 from Debian unstable (main)
https://bugs.launchpad.net/bugs/128050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 197256] Re: gpodder crashed with TypeError in show_message()

2008-03-01 Thread Thomas Perl
I've just checked. This bug has been fixed upstream. I've merged the
patch into Ubuntu's package.

-- 
gpodder crashed with TypeError in show_message()
https://bugs.launchpad.net/bugs/197256
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197256] Re: gpodder crashed with TypeError in show_message()

2008-03-01 Thread Thomas Perl

** Attachment added: "updated package dsc file"
   http://launchpadlibrarian.net/12340541/gpodder_0.10.4-1ubuntu1.dsc

-- 
gpodder crashed with TypeError in show_message()
https://bugs.launchpad.net/bugs/197256
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197256] Re: gpodder crashed with TypeError in show_message()

2008-03-01 Thread Thomas Perl

** Attachment added: "update package diff.gz file"
   http://launchpadlibrarian.net/12340543/gpodder_0.10.4-1ubuntu1.diff.gz

-- 
gpodder crashed with TypeError in show_message()
https://bugs.launchpad.net/bugs/197256
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197256] Re: gpodder crashed with TypeError in show_message()

2008-03-01 Thread Thomas Perl

** Attachment added: "debdiff for the above changes"
   
http://launchpadlibrarian.net/12340590/gpodder_0.10.4-1_0.10.4-1ubuntu1.debdiff

-- 
gpodder crashed with TypeError in show_message()
https://bugs.launchpad.net/bugs/197256
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 189506] [NEW] Normal user can't access USB camera Error (-53: 'Could not claim the USB device')

2008-02-06 Thread Thomas Perl
Public bug reported:

Binary package hint: gphoto2

As a normal user, I cannot access my Canon Digital IXUS 60 camera in
Ubuntu anymore (it worked in 7.10, currently using 8.04 development):

$ gphoto2 --auto-detect
Model  Port
--
Canon Digital IXUS 60 (PTP mode) usb:
Canon Digital IXUS 60 (PTP mode) usb:005,008  

$ gphoto2 --get-all-files
   
*** Error ***  
An error occurred in the io-library ('Could not claim the USB device'): Could 
not claim interface 0 (Operation not permitted). Make sure no other program or 
kernel module (such as sdc2xx, stv680, spca50x) is using the device and you 
have read/write access to the device.
*** Error (-53: 'Could not claim the USB device') ***   

For debugging messages, please use the --debug option.
Debugging messages may help finding a solution to your problem.
If you intend to send any error or debug messages to the gphoto
developer mailing list <[EMAIL PROTECTED]>, please run
gphoto2 as follows:

env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt --get-all-
files

Please make sure there is sufficient quoting around the arguments.


I've attached the debug file. I think it's a permission problem, as it
works with the "root" user.

** Affects: gphoto2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Normal user can't access USB camera Error (-53: 'Could not claim the USB 
device')
https://bugs.launchpad.net/bugs/189506
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 189506] Re: Normal user can't access USB camera Error (-53: 'Could not claim the USB device')

2008-02-06 Thread Thomas Perl

** Attachment added: "Output of "env LANG=C gphoto2 --debug 
--debug-logfile=my-logfile.txt --get-all-files""
   http://launchpadlibrarian.net/11789076/my-logfile.txt

-- 
Normal user can't access USB camera Error (-53: 'Could not claim the USB 
device')
https://bugs.launchpad.net/bugs/189506
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 190274] [NEW] Cannot close vlc with Ctrl+W or Ctrl+Q

2008-02-08 Thread Thomas Perl
Public bug reported:

Most (all?) Ubuntu Desktop applications can be closed using Ctrl+W
(close [last] window) or Ctrl+Q (close application). This is not true
for vlc, where one has to use Ctrl+X. This is annoying, because one is
used to pressing Ctrl+W or Ctrl+Q (depending on what one wants to do) to
close applications and windows.

Current behaviour: Ctrl+W and Ctrl+Q doesn't do anything

Expected behaviour: Ctrl+W closes the vlc window, Ctrl+Q closes vlc
(both may be the same, I think vlc opens one instance per window.

** Affects: vlc (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Cannot close vlc with Ctrl+W or Ctrl+Q
https://bugs.launchpad.net/bugs/190274
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 195090] Re: Entering ".." in the shell suggests bogus commands

2008-02-25 Thread Thomas Perl
Here is a patch that fixes the problem by ignoring directories (as
suggested by Zygmunt).

** Attachment added: "patch to ignore directories when suggesting binaries"
   
http://launchpadlibrarian.net/12179446/command-not-found-0.2.12ubuntu1_updir-suggestion-bug.patch

-- 
Entering ".." in the shell suggests bogus commands
https://bugs.launchpad.net/bugs/195090
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 195808] Re: package python2.5 2.5.2-0ubuntu3 failed to install/upgrade: trying to overwrite `/usr/lib/python2.5/site.py', which is also in package python2.5-minimal

2008-02-26 Thread Thomas Perl
Also getting this. The last python updates completely broke my Python
installation:

[EMAIL PROTECTED]:~/src/gpodder$ python
'import site' failed; use -v for traceback
Python 2.5.2 (r252:60911, Feb 26 2008, 12:39:36) 
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import site
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python2.5/site.py", line 415, in 
main()
  File "/usr/lib/python2.5/site.py", line 408, in main
execsitecustomize()
  File "/usr/lib/python2.5/site.py", line 389, in execsitecustomize
import sitecustomize
  File "/usr/lib/python2.5/sitecustomize.py", line 13, in 
if os.path.isdir(local_site_python):
NameError: name 'os' is not defined


Temporary fix is to add "import os" after the line "import sys" in 
/usr/lib/python2.5/sitecustomize.py, which seems to fix the problem for me.

-- 
package python2.5 2.5.2-0ubuntu3 failed to install/upgrade: trying to overwrite 
`/usr/lib/python2.5/site.py', which is also in package python2.5-minimal
https://bugs.launchpad.net/bugs/195808
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 195808] Re: package python2.5 2.5.2-0ubuntu3 failed to install/upgrade: trying to overwrite `/usr/lib/python2.5/site.py', which is also in package python2.5-minimal

2008-02-26 Thread Thomas Perl
Oh, yes: It should probably be

import os.path

to make it completely nice :)

-- 
package python2.5 2.5.2-0ubuntu3 failed to install/upgrade: trying to overwrite 
`/usr/lib/python2.5/site.py', which is also in package python2.5-minimal
https://bugs.launchpad.net/bugs/195808
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 195808] Re: package python2.5 2.5.2-0ubuntu3 failed to install/upgrade: trying to overwrite `/usr/lib/python2.5/site.py', which is also in package python2.5-minimal

2008-02-26 Thread Thomas Perl

** Attachment added: "patch against /usr/lib/python2.5/sitecustomize.py"
   http://launchpadlibrarian.net/12234817/sitecustomize_patch.patch

-- 
package python2.5 2.5.2-0ubuntu3 failed to install/upgrade: trying to overwrite 
`/usr/lib/python2.5/site.py', which is also in package python2.5-minimal
https://bugs.launchpad.net/bugs/195808
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 195934] Re: gpodder won't start with error

2008-02-27 Thread Thomas Perl
Yes, I noticed the same problem today when upgrading my Python packages.
Here's a one-time shot at the problem:

rm -f ~/.config/gpodder/*.db

The files will be re-created at the next gPodder startup and another
module will be used.

In case a similiar error happens again, simply removing the *.db files
in ~/.config/gpodder usually helps. This is a bug known upstream and as
soon as the current shelve-based storage method will be replaced by an
SQLite-based method, this should go away :)

-- 
gpodder won't start with error
https://bugs.launchpad.net/bugs/195934
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 195934] Re: gpodder won't start with error

2008-02-27 Thread Thomas Perl
After "rm -f ~/.config/gpodder/*.db", things should start working again.

** Changed in: gpodder (Ubuntu)
   Status: New => Invalid

-- 
gpodder won't start with error
https://bugs.launchpad.net/bugs/195934
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 196067] Re: Java Plug-In is not available in Firefox-3.0

2008-02-27 Thread Thomas Perl

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/12252887/Dependencies.txt

-- 
Java Plug-In is not available in Firefox-3.0
https://bugs.launchpad.net/bugs/196067
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 196067] [NEW] Java Plug-In is not available in Firefox-3.0

2008-02-27 Thread Thomas Perl
Public bug reported:

Binary package hint: firefox-3.0

A "dpkg -l" on firefox-3.0 shows that its plug-ins are stored in
"/usr/lib/firefox-3.0b3/plugins"

ll /usr/lib/firefox-3.0b3/plugins
lrwxrwxrwx 1 root root 25 2008-02-16 20:53 /usr/lib/firefox-3.0b3/plugins -> 
../firefox-addons/plugins/

ll /usr/lib/firefox-addons/plugins/
total 0

ll /usr/lib/firefox/plugins/
total 0
lrwxrwxrwx 1 root root 37 2008-01-31 15:37 flashplugin-alternative.so -> 
/etc/alternatives/firefox-flashplugin
lrwxrwxrwx 1 root root 39 2008-02-27 10:52 libjavaplugin.so -> 
/etc/alternatives/firefox-javaplugin.so

The Java Plug-In is therefore not available in Firefox-3.0, even though
the package sun-java6-plugin is installed.

Workaround: sudo ln -s /usr/lib/firefox/plugins/libjavaplugin.so
/usr/lib/firefox-addons/plugins/

Solution: The libjavaplugin.so file has to be installed/linked in
/usr/lib/firefox-addons/plugins/ or the symlink in the firefox-3.0
package has to be changed so plugins are searched in
/usr/lib/firefox/plugins/ instead of /usr/lib/firefox-addons/plugins/

ProblemType: Bug
Architecture: i386
Date: Wed Feb 27 10:58:10 2008
DistroRelease: 'import site' failed; use -v for traceback Ubuntu 8.04
NonfreeKernelModules: ath_hal
Package: firefox 3.0~b3+nobinonly-0ubuntu4
PackageArchitecture: all
SourcePackage: firefox-3.0
Uname: Linux 2.6.24-7-generic i686

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
Java Plug-In is not available in Firefox-3.0
https://bugs.launchpad.net/bugs/196067
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 187901] Re: gpodder crashed with ImportError in main()

2008-02-01 Thread Thomas Perl
Thanks for your bug report.

Please check if there are leftovers of a previous manual (from source)
installation of gPodder that you might have tried in the past in
/usr/local.

Also, open up a Python shell and do the following:

import gpodder
print gpodder.__file__

and paste the output here.

Are you using the offical package that is in the Ubuntu repositories?

** Changed in: gpodder (Ubuntu)
 Assignee: (unassigned) => Thomas Perl (thp)
   Status: New => Incomplete

-- 
gpodder crashed with ImportError in main()
https://bugs.launchpad.net/bugs/187901
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 187901] Re: gpodder crashed with ImportError in main()

2008-02-03 Thread Thomas Perl
Ok, closing this bug now. Thanks.

** Changed in: gpodder (Ubuntu)
   Status: Incomplete => Invalid

-- 
gpodder crashed with ImportError in main()
https://bugs.launchpad.net/bugs/187901
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 185317] Please sync gPodder 0.10.4-1 from Debian unstable

2008-01-23 Thread Thomas Perl
Public bug reported:

Please sync gPodder 0.10.4-1 from Debian unstable, as this new upstream
release has many fixes that should be included in Ubuntu Hardy. There
have not been many feature enhancements, bug bug fixes and migration
updates from 0.9.4 (which is what people will upgrade from when they
upgrade Ubuntu 7.10 to 8.04.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Please sync gPodder 0.10.4-1 from Debian unstable
https://bugs.launchpad.net/bugs/185317
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139907] Re: evince aborts printing when window is closed during creation of print job

2008-01-27 Thread Thomas Perl
What is the status of this bug? It happened to me the last few days when
printing very big PDF files that needed some time to process.

-- 
evince aborts printing when window is closed during creation of print job
https://bugs.launchpad.net/bugs/139907
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 178458] Please merge gPodder 0.10.3 from Debian unstable

2007-12-24 Thread Thomas Perl
Public bug reported:

Binary package hint: gpodder

Please merge the new version 0.10.3 from Debian unstable to Ubuntu
Hardy.

** Affects: gpodder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please merge gPodder 0.10.3 from Debian unstable
https://bugs.launchpad.net/bugs/178458
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 160783] Re: gpodder crashed with IOError in get_torrent_filename()

2007-12-24 Thread Thomas Perl
This might be related to gnome-bittorrent then.

-- 
gpodder crashed with IOError in get_torrent_filename()
https://bugs.launchpad.net/bugs/160783
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 160783] Re: gpodder crashed with IOError in get_torrent_filename()

2007-12-24 Thread Thomas Perl
I think this affects the gnome-btdownload program.

** Changed in: gnome-btdownload (Ubuntu)
Sourcepackagename: gpodder => gnome-btdownload

-- 
gpodder crashed with IOError in get_torrent_filename()
https://bugs.launchpad.net/bugs/160783
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144602] Re: gpodder crashed with RuntimeError in is_download_in_progress()

2007-12-24 Thread Thomas Perl
Can you reproduce this bug?

-- 
gpodder crashed with RuntimeError in is_download_in_progress()
https://bugs.launchpad.net/bugs/144602
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 179208] [patch] Python-feedparser does not parse http://www.democracynow.org/podcast.xml correctly

2007-12-29 Thread Thomas Perl
Public bug reported:

This patch fixes two issues in upstream's bug tracker:
  http://code.google.com/p/feedparser/issues/detail?id=28 and
  http://code.google.com/p/feedparser/issues/detail?id=80

This feed doesn't get parsed correctly: http://www.democracynow.org/podcast.xml
What doesn't work: The titles for all Thursday episodes are wrong

You can try to parse it right away - the feedparser will not display the
title of feeds that contain the word "Thursday". Looking into
feedparser's code and the RSS file, I see that the feed has type="plain"
and mapContentType() doesn't map this one currectly, so I've added a
mapping for "plain" to "text/plain".

The problem is that it doesn't happen for other feeds because the base64
decoder doesn't produce valid results for a normal string that isn't
base64 encoded (i.e. raises binascii.Error), but does so when the string
contains "Thursday":

Python 2.5.1 (r251:54863, Oct  5 2007, 13:36:32)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import base64
>>> base64.decodestring('Feedparser does not work')
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python2.5/base64.py", line 321, in decodestring
return binascii.a2b_base64(s)
binascii.Error: Incorrect padding
>>> base64.decodestring('Thursday')
'N\x1b\xab\xb1\xd6\xb2'

Please include the patch or (as an alternative) validate the output of
the base64 decoded string, to see if the string is really
base64-encoded. Or is this a bug in the base64 module?

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[patch] Python-feedparser does not parse 
http://www.democracynow.org/podcast.xml correctly
https://bugs.launchpad.net/bugs/179208
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 179208] Re: [patch] Python-feedparser does not parse http://www.democracynow.org/podcast.xml correctly

2007-12-29 Thread Thomas Perl

** Attachment added: "Patch to feedparser.py to do the correct content type 
mapping"
   http://launchpadlibrarian.net/11089107/democracynow_feedparser_fix.patch

-- 
[patch] Python-feedparser does not parse 
http://www.democracynow.org/podcast.xml correctly
https://bugs.launchpad.net/bugs/179208
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 179208] Re: [patch] Python-feedparser does not parse http://www.democracynow.org/podcast.xml correctly

2007-12-29 Thread Thomas Perl
** Changed in: feedparser (Ubuntu)
Sourcepackagename: None => feedparser

-- 
[patch] Python-feedparser does not parse 
http://www.democracynow.org/podcast.xml correctly
https://bugs.launchpad.net/bugs/179208
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 179256] Re: gpodder needs a feed config converter

2008-01-02 Thread Thomas Perl

** Attachment added: "0.10.2-2 with channels.xml converter patch (diff gz)"
   http://launchpadlibrarian.net/9306/gpodder_0.10.2-2ubuntu1.diff.gz

-- 
gpodder needs a feed config converter
https://bugs.launchpad.net/bugs/179256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 179256] Re: gpodder needs a feed config converter

2008-01-02 Thread Thomas Perl

** Attachment added: "0.10.2-2 with channels.xml converter patch (dsc)"
   http://launchpadlibrarian.net/9315/gpodder_0.10.2-2ubuntu1.dsc

-- 
gpodder needs a feed config converter
https://bugs.launchpad.net/bugs/179256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 179256] Re: gpodder needs a feed config converter

2008-01-02 Thread Thomas Perl
The two files I've just attached to this bug are for the updated
0.10.2-2 package of gPodder (that is currently in Hardy) with a patch
from the upstream SVN repository. This code adds the required migration
code, so users upgrading from 0.9.4 (Gutsy) to this package will have
their channel list migrated correctly.

Please get this updated package into Hardy before the feature freeze, as
it would make the upgrade work without problems.

-- 
gpodder needs a feed config converter
https://bugs.launchpad.net/bugs/179256
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 178209] Re: Hardy totem should depend on python-gdata

2008-03-17 Thread Thomas Perl
I can confirm this bug. The following console output clued me in that
python-gdata is missing:

$ totem
** (totem:20163): DEBUG: Init of Python module
Traceback (most recent call last):
  File "/usr/lib/totem/plugins/youtube/youtube.py", line 3, in 
import gdata.service
ImportError: No module named gdata.service

** (totem:20163): WARNING **: Could not load plugin youtube


** (totem:20163): WARNING **: Error, impossible to activate plugin 'YouTube 
browser'

-- 
Hardy totem should depend on python-gdata
https://bugs.launchpad.net/bugs/178209
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >