Search Criteria
Package Details: polychromatic 0.9.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/polychromatic.git (read-only, click to copy) |
---|---|
Package Base: | polychromatic |
Description: | RGB lighting management front-end application for OpenRazer |
Upstream URL: | https://github.com/polychromatic/polychromatic |
Licenses: | GPL-3.0-or-later |
Submitter: | z3ntu |
Maintainer: | z3ntu (lah7) |
Last Packager: | lah7 |
Votes: | 45 |
Popularity: | 0.55 |
First Submitted: | 2016-11-25 14:35 (UTC) |
Last Updated: | 2024-11-02 16:21 (UTC) |
Dependencies (14)
- libappindicator-gtk3
- python (python37AUR, python311AUR, python310AUR)
- python-colorama (python-colorama-gitAUR)
- python-colour
- python-gobject (python-gobject-gitAUR)
- python-openrazer (python-openrazer-gitAUR)
- python-pyqt6
- python-pyqt6-webengine
- python-requests
- python-setproctitle
- qt6-svg
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- sassc (sassc-gitAUR) (make)
Required by (3)
- neovim-razer-git (optional)
- openrazer-meta-git (optional)
- vim-razer-git (optional)
Latest Comments
« First ‹ Previous 1 2 3
serjor commented on 2020-04-04 09:27 (UTC)
Thanks for your quick response @z3ntu but still no luck :-(
I've changed that line and the output is the same.
Also, this is the output for "which python3" and I'd say that is the right one: /usr/bin/python3
Any other suggestion?
z3ntu commented on 2020-04-04 09:21 (UTC)
@serjor Try changing the first line of
/usr/bin/polychromatic-controller
to#!/usr/bin/python3
(instead of#!/usr/bin/env python3
). I'm guessing you have a custom python in yourPATH
variable (you can check by runningwhich python3
)serjor commented on 2020-04-04 09:15 (UTC)
Whenever I try to run the polychromatic-controller I get this output:
I'm missing something??
« First ‹ Previous 1 2 3