Christoph Reiter

Results 285 issues of Christoph Reiter

Original [issue 1303](https://code.google.com/p/quodlibet/issues/detail?id=1303) created by johnalexbensin on 2013-12-08T15:11:06.000Z: As asked in this post: https://groups.google.com/forum/#!topic/quod-libet-development/NTUZw-oBn00 it would be nice to be able to play a playlist from the command line. Syntax...

enhancement
playlists

Pointed out on weblate: https://github.com/quodlibet/quodlibet/blob/master/quodlibet/qltk/data_editors.py#L117 > This approach doesn’t work for gendered languages. In Spanish this would produce “Nuevo entrada”, which is obviously incorrect.

bug
translation

This mainly means: * Starting a UCRT64 shell after the installer finishes * Using ucrt64 in the installation guide * Using ucrt64 in examples in the docs and recommend it...

### Description This is a follow up from #10761 If cmake fails to parse the gcc output of implicit include dirs, it will add the system paths via `-isystem`, which...

bug

This is just a tracking issue. ```console $ pactree -rs mingw-w64-x86_64-python2 mingw-w64-x86_64-python2 ├─mingw-w64-x86_64-python2-cairo │ └─mingw-w64-x86_64-python2-pygtk │ └─mingw-w64-x86_64-gimp ├─mingw-w64-x86_64-python2-gobject2 │ ├─mingw-w64-x86_64-gimp │ └─mingw-w64-x86_64-python2-pygtk ├─mingw-w64-x86_64-python2-pip └─mingw-w64-x86_64-python2-setuptools └─mingw-w64-x86_64-python2-pip ``` GIMP still uses our...

https://doc.qt.io/qtinstallerframework/qtinstallerframework-systeminfo-example.html#checking-the-operating-system-type Error out with

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-37172 So there is an issue to track this. I couldn't find any other installer that handles this, so I'm not sure what the right thing to do is (except...

For some reason unsetting MSYSTEM doesn't work: ```console $ unset MSYSTEM $ env | grep MSYSTEM= MSYSTEM=MINGW64 ``` I wonder how/where/why. This came up here: https://github.com/msys2/msys2-runtime/pull/101#issuecomment-1255195675