Package Details: gkraken 1.2.0-1

Git Clone URL: https://aur.archlinux.org/gkraken.git (read-only, click to copy)
Package Base: gkraken
Description: GUI that allows to control cooling of NZXT Kraken X (X42, X52, X62 or X72) pumps from Linux
Upstream URL: https://gitlab.com/leinardi/gkraken
Licenses: GPL-3.0-or-later
Submitter: The999eagle
Maintainer: PlasticSoup
Last Packager: PlasticSoup
Votes: 6
Popularity: 0.000000
First Submitted: 2020-05-22 09:28 (UTC)
Last Updated: 2024-02-04 03:07 (UTC)

Latest Comments

steiny commented on 2021-10-21 09:46 (UTC)

Hey, big thanks for maintaining this package.

I just installed gkraken on a fresh system and starting it throws an error:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/matplotlib/backends/backend_gtk3agg.py", line 5, in <module>
    from . import backend_cairo
  File "/usr/lib/python3.9/site-packages/matplotlib/backends/backend_cairo.py", line 23, in <module>
    raise ImportError(
ImportError: cairo backend requires that pycairo>=1.11.0 or cairocffi is installed

Installing python-cairo from extra fixed the problem. Could you please add it to the dependencies?

ChrisLane commented on 2021-07-23 19:26 (UTC)

Hey, could you add the other nzxt products to the rules file please?

From the project readme:

SUBSYSTEMS=="usb", ATTRS{idVendor}=="1e71", ATTRS{idProduct}=="170e", MODE="0666"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1e71", ATTRS{idProduct}=="2007", MODE="0666"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1e71", ATTRS{idProduct}=="3008", MODE="0666"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2433", ATTRS{idProduct}=="b200", MODE="0666"

kicka commented on 2020-12-10 18:23 (UTC)

After recompiling python-injector it works as expected. Thanks

The999eagle commented on 2020-12-10 15:08 (UTC)

@kicka rebuild and install python-injector as it's an AUR package and needs to be rebuilt for python 3.9 if you originally built it for python 3.8.

kicka commented on 2020-12-10 14:38 (UTC)

0.14.5-1 doesn't work. The compilation went smooth, but when it starts it gives:

Traceback (most recent call last): File "/usr/bin/gkraken", line 52, in <module> from gkraken import main File "/usr/lib/python3.9/site-packages/gkraken/main.py", line 36, in <module> from gkraken.repository.kraken_repository import KrakenRepository File "/usr/lib/python3.9/site-packages/gkraken/repository/kraken_repository.py", line 22, in <module> from injector import singleton, inject ModuleNotFoundError: No module named 'injector'

Joan31 commented on 2020-05-22 21:54 (UTC)

Thank you so much it work fine :)

yochananmarqos commented on 2020-01-27 22:20 (UTC)

This should have been submitted as just gkraken as it's not a Python library.