Search Criteria
Package Details: polychromatic 0.3.12-3
Git Clone URL: | https://aur.archlinux.org/polychromatic.git (read-only, click to copy) |
---|---|
Package Base: | polychromatic |
Description: | A graphical front end for managing Razer peripherals under GNU/Linux. |
Upstream URL: | https://github.com/polychromatic/polychromatic |
Licenses: | |
Submitter: | z3ntu |
Maintainer: | z3ntu |
Last Packager: | z3ntu |
Votes: | 21 |
Popularity: | 0.054494 |
First Submitted: | 2016-11-25 14:35 |
Last Updated: | 2019-11-24 08:07 |
Dependencies (8)
- hicolor-icon-theme (hicolor-icon-theme-git)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-git, imagemagick-full-git, imagemagick-no-hdri, imagemagick-full, imagemagick-fftw)
- libappindicator-gtk3 (libappindicator-gtk3-ubuntu, libappindicator-bzr)
- python (python-dbg)
- python-distro
- python-openrazer (python-openrazer-git, python-openrazer-basilisk-v2-git)
- webkit2gtk (webkit2gtk-mse, webkit2gtk-unstable)
- nodejs-less (make)
Required by (5)
- neovim-razer-git (optional)
- openrazer-meta (optional)
- openrazer-meta-basilisk-v2-git (optional)
- openrazer-meta-git (optional)
- vim-razer-git (optional)
Latest Comments
1 2 Next › Last »
0e4ef622 commented on 2020-09-26 00:46
Digging into this, I found that for some reason, changing the
make
line tomake -n ... | bash
makes it work, although I have no idea why that would make a difference.0e4ef622 commented on 2020-09-26 00:22
I am having the same issue as @quenyen.
z3ntu commented on 2020-08-19 19:35
@quenyen: Builds fine for me in a clean chroot using extra-x86_64-build
quenyen commented on 2020-08-19 19:28
Hey this does not compile for me, it says
lessc source/data/controller.less data/pages/controller.css make: install: Permission denied make: *** [Makefile:27: install] Error 127
serjor commented on 2020-04-04 09:43
I didn't knew about that, so sorry for having you troubleshooting something I should have solved by myself.
Once again, thanks!!
z3ntu commented on 2020-04-04 09:39
@serjor: You're the one responsible for rebuilding packages from the AUR when a new Python or Perl version is released in Arch Linux. After upgrading to e.g. a new python version you should run
pacman -Qo /usr/lib/python3.7
(change the version number of the old version accordingly) and rebuild all the packages listed there.serjor commented on 2020-04-04 09:35
Well, that is the problem, they don't:
Issue solved!!! I've just reinstalled the package and it is working now.
Thanks a lot for your help :-)
z3ntu commented on 2020-04-04 09:30
@serjor: Can you then make sure that the installed files match your python3 version?
pacman -Ql polychromatic | grep usr/lib/python
should result in a couple of files being packaged at/usr/lib/python3.8/site-packages/
and not e.g.python3.7
.serjor commented on 2020-04-04 09:27
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
@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
)