Package Details: python-pyqtdarktheme 2.1.0-4

Git Clone URL: https://aur.archlinux.org/python-pyqtdarktheme.git (read-only, click to copy)
Package Base: python-pyqtdarktheme
Description: Flat dark theme for PySide and PyQt
Upstream URL: https://pypi.org/project/pyqtdarktheme
Licenses: MIT
Provides: pyqtdarktheme
Submitter: joajfreitas
Maintainer: joajfreitas
Last Packager: joajfreitas
Votes: 2
Popularity: 0.000277
First Submitted: 2023-03-09 08:35 (UTC)
Last Updated: 2026-01-27 19:22 (UTC)

Latest Comments

lookto commented on 2026-01-27 10:34 (UTC)

This is broken at the moment.

darkdetect in the PKGBUILD under depends does not exist and should be python-darkdetect.

Neko_Rikka commented on 2026-01-27 03:43 (UTC)

darkdetect does not exist in AUR. please fix this issue.

micwoj92 commented on 2026-01-26 20:50 (UTC)

Sorry, what I meant is python-darkdetect (currently in makedeps) should be moved to depends.

micwoj92 commented on 2026-01-26 20:20 (UTC)

darkdetect is needed as dependency:

>>> import qdarktheme
Traceback (most recent call last):
  File "<python-input-0>", line 1, in <module>
    import qdarktheme
  File "/usr/lib/python3.14/site-packages/qdarktheme/__init__.py", line 45, in <module>
    from qdarktheme._main import enable_hi_dpi, setup_theme, stop_sync
  File "/usr/lib/python3.14/site-packages/qdarktheme/_main.py", line 7, in <module>
    import darkdetect
ModuleNotFoundError: No module named 'darkdetect'