Charles Wise
Charles Wise
Qt 4 support was removed in [this commit](https://github.com/wolfc01/procexp/commit/ebd5d47d4e457d3776754eda9068ced7e31fc3e8). You will need to install Qt 5. A quick Google search suggests that the updated Python Qwt module has not been packaged...
I encountered the same issue packaging `linode-cli` for Arch Linux. The end result was a failure to run under python3.7 due to enum34 not being present. I ended up patching...
Working without issue in Roundcube 1.5.0 with PHP 8.0.12 - see my comment [here](https://github.com/alexandregz/twofactor_gauthenticator/issues/152#issuecomment-949025423).
[Line 475](https://github.com/alexandregz/twofactor_gauthenticator/blob/a3944c4604fe86fc020847f281beea031e14e58e/twofactor_gauthenticator.php#L475) in `twofactor_gauthenticator.php` in the current snapshot does not include any of the deprecated curly braces described in the error above. I suspect your version of this plugin is...
This was originally brought to my attention via [this comment](https://aur.archlinux.org/packages/python-pyqt-qwt/#comment-841654) on the Arch Linux AUR package. Here is the build log included in that comment: ``` /home/gnaggnoyil/.cache/yay/python-pyqt-qwt/src/PyQt-Qwt-1.02.02/build/Qwt/sipQwtQwtCompassScaleDraw.cpp:234:71: 错误:对不完全的类型‘class QMap’的非法使用 234...
I am able to successfully compile via sip-build using #22 - please consider merging it into the master branch.
Tested, fixes SIP build issues reported in #23
Rebased against latest changes, just fixes the `clean_old_theme` function now.