Eric Le Lay
Eric Le Lay
AppImages for gPodder existed in 2016-2017, but are still at gPodder 3.9.3. See #152
Yes, please!
you want pycairo, available from anaconda and pypi
Will have to add PIP_PREFIX=/usr/conda
it must be the notification popups. They are based on powershell for now.
Hi, I wouldn't add this kind of exception based on the folder. Maybe disabling notifications would be safer? [notification-win32](https://github.com/gpodder/gpodder/blob/master/share/gpodder/extensions/notification-win32.py#L59) is marked mandatory but if you delete this line you should...
Maybe I should consider using [winnotify](https://github.com/OzymandiasTheGreat/winnotify) to remove the powershell hack...
To see if it's the many requests triggering the failure,try adding to [feedcore.py line 180](https://github.com/gpodder/gpodder/blob/3.10.21/src/gpodder/feedcore.py#L180) ``` import time time.sleep(5) ```` (just the line before) ``` stream = util.urlopen(url, headers) ```...
 @Vistaus let's try this instead of email.
I'd like to release 3.10.4 next week-end. Any pending translation (looks good to me except 1 fuzzy in de.po)? @TZocker I've re-run make messages to update de.po with max line...