On 05/15/2015 12:43 AM, Björn Siebke wrote:
> Hi,
> 
>> This is probably not a bug in gPodder itself. Does opening the
> downloaded files work if you use xdg-open on the files?
> 
> This leads to the same result.
> 
> 
>> Does it work when you double-click the downloaded files in the file
> manager?
> 
> This works perfectly.
> 
> 
>> For which podcast/feed does this happen, and what is the file type of
> the episodes?
> 
> I tried it with two audio feeds (using mp3) and two video feeds (using
> mp4). It is always the same (bad) result.
> 
> 
> So it is rather a problem of xdg-open?

Hi Björn,

Perhaps this is related to your desktop environment?

I run MATE and encountered a (very frustrating issue) with my browser
refusing to open my configured email program.  I was able to track it
back to the detectDE() function in /usr/bin/xdg-email (the same function
exists in /usr/bin/xdg-open), which was failing to match MATE in the
case statement.  I was able to resolve the email problem by mapping MATE
to DE=gnome.  That is:

> $ diff /usr/bin/xdg-email.ORIG /usr/bin/xdg-email
> 424a425,427
>>          MATE)
>>            DE=gnome;
>>            ;;

I subsequently found this reported as bug #770333 [1].

Perhaps you have found another issue with the xdg-utils package?  You
can review the open bug reports here [2].

Cheers,
tony

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770333
[2]
https://bugs.debian.org/cgi-bin/pkgreport.cgi?repeatmerged=no&src=xdg-utils


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to