Package Details: ckb-next 0.6.2-1

Git Clone URL: https://aur.archlinux.org/ckb-next.git (read-only, click to copy)
Package Base: ckb-next
Description: Corsair Keyboard and Mouse Input Driver, release version
Upstream URL: https://github.com/ckb-next/ckb-next
Licenses: GPL2
Conflicts: ckb-git, ckb-git-latest, ckb-next-git
Provides: ckb-next
Submitter: tatokis
Maintainer: tatokis (steinex)
Last Packager: tatokis
Votes: 65
Popularity: 0.47
First Submitted: 2018-12-29 16:24 (UTC)
Last Updated: 2025-03-17 18:54 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

G4Zz0L1 commented on 2021-10-06 20:47 (UTC)

It's possible to include the cmake parameters to build with mviz enabled by default?

source: https://github.com/ckb-next/ckb-next/wiki/CMake-Options#with_mvizboolon

abcalphabet commented on 2021-09-21 15:38 (UTC)

Yup, can confirm it works now. Thanks!

tatokis commented on 2021-09-21 15:00 (UTC)

@abcalphabet It should be fixed now.

abcalphabet commented on 2021-09-21 11:25 (UTC)

The newest version (commit 0bdce625033c590a0eab76ec1781452672c61b38) leads to the following error when making package:

CMake Error at src/gui/CMakeLists.txt:28 (add_executable):
  Target "ckb-next" links to target "QuaZip::QuaZip" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?

clfarron4 commented on 2021-01-04 09:51 (UTC)

Rebuilding ckb-next against the latest version of quazip should resolve the issue.

neutronst4r commented on 2020-12-04 16:39 (UTC)

Concerning the missing quazip.h library, see this github issue: https://github.com/ckb-next/ckb-next/issues/646

temporary solution: sudo ln -s /usr/lib/libquazip1-qt5.so.1.1 /usr/lib/libquazip5.so.1

lordkarl commented on 2020-12-04 11:27 (UTC)

The recent upgrade caused this version of ckb-next to stop working. If the daemon is active the keyboard does not work, which means you are doing every thing with the on screen keyboard and the mouse, not fun. The other version ckb-next-git does work.

I tried unloading this and recompiling but it still did not work.

Pillgar commented on 2020-11-22 02:14 (UTC) (edited on 2020-11-22 18:26 (UTC) by Pillgar)

Not sure if this is the right place to post this, but it appears libxkbcommon and libxkbcommon-x11 v1.0.2 causes ckb-next to crash on start up after pressing any key on the keyboard. I noticed core-dumps referencing these two packages after ckb-next tray-applet loads on startup. The keyboard is still functioning after crash, and I can reload the applet manually.

Downgrading both packages fixes the bug.

TYVM

Edit: I think it's just related to libxkbcommon-x11 v1.0.2. Upgrading libxkbcommon didn't cause any crash (just libxkbcommon-x11)

yochananmarqos commented on 2020-08-26 03:10 (UTC)

@tatokis: Thank you for the detailed explanation.