Package Details: ckb-next 0.6.0-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: 59
Popularity: 1.87
First Submitted: 2018-12-29 16:24 (UTC)
Last Updated: 2023-06-22 21:36 (UTC)

Latest Comments

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

Roken commented on 2019-11-04 20:02 (UTC) (edited on 2019-11-04 20:05 (UTC) by Roken)

Build failure:

make[2]: [src/gui/CMakeFiles/ckb-next.dir/build.make:266: src/gui/CMakeFiles/ckb-next.dir/colormap.cpp.o] Error 1 make[2]: Waiting for unfinished jobs.... make[2]: [src/gui/CMakeFiles/ckb-next.dir/build.make:201: src/gui/CMakeFiles/ckb-next.dir/ckbsettingswriter.cpp.o] Error 1 make[2]: [src/gui/CMakeFiles/ckb-next.dir/build.make:175: src/gui/CMakeFiles/ckb-next.dir/autorun.cpp.o] Error 1 make[2]: [src/gui/CMakeFiles/ckb-next.dir/build.make:188: src/gui/CMakeFiles/ckb-next.dir/ckbsettings.cpp.o] Error 1 make[2]: [src/gui/CMakeFiles/ckb-next.dir/build.make:214: src/gui/CMakeFiles/ckb-next.dir/ckbsystemtrayicon.cpp.o] Error 1 make[2]: [src/gui/CMakeFiles/ckb-next.dir/build.make:149: src/gui/CMakeFiles/ckb-next.dir/animscript.cpp.o] Error 1 make[2]: [src/gui/CMakeFiles/ckb-next.dir/build.make:253: src/gui/CMakeFiles/ckb-next.dir/colorbutton.cpp.o] Error 1 make[2]: [src/gui/CMakeFiles/ckb-next.dir/build.make:227: src/gui/CMakeFiles/ckb-next.dir/ckbupdater.cpp.o] Error 1 make[2]: [src/gui/CMakeFiles/ckb-next.dir/build.make:123: src/gui/CMakeFiles/ckb-next.dir/animadddialog.cpp.o] Error 1 make[2]: [src/gui/CMakeFiles/ckb-next.dir/build.make:162: src/gui/CMakeFiles/ckb-next.dir/animsettingdialog.cpp.o] Error 1 make[2]: [src/gui/CMakeFiles/ckb-next.dir/build.make:136: src/gui/CMakeFiles/ckb-next.dir/animdetailsdialog.cpp.o] Error 1 make[2]: [src/gui/CMakeFiles/ckb-next.dir/build.make:240: src/gui/CMakeFiles/ckb-next.dir/ckbupdaterwidget.cpp.o] Error 1 make[2]: [src/gui/CMakeFiles/ckb-next.dir/build.make:279: src/gui/CMakeFiles/ckb-next.dir/extrasettingswidget.cpp.o] Error 1 make[2]: [src/gui/CMakeFiles/ckb-next.dir/build.make:110: src/gui/CMakeFiles/ckb-next.dir/ckb-next_autogen/mocs_compilation.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:829: src/gui/CMakeFiles/ckb-next.dir/all] Error 2 make: *** [Makefile:152: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Error making: ckb-next

I have no idea re this

tatokis commented on 2019-11-04 12:11 (UTC)

@DrDeath It's normal and expected, but it should be fixed now.

DrDeath commented on 2019-10-08 14:20 (UTC) (edited on 2019-10-08 14:24 (UTC) by DrDeath)

Hello, latest update 0.4.2-1 produces an error while it seems to be installed.


:: Processing package changes...
==> Terminating ckb-next GUI
==> Terminating ckb-next daemon
Failed to get unit file state for ckb-daemon.service: No such file or directory
(1/1) reinstalling ckb-next                                                   [################] 100%
:: Running post-transaction hooks...
(1/5) Reloading system manager configuration...
(2/5) Reloading device manager configuration...
(3/5) Arming ConditionNeedsUpdate...
(4/5) Updating icon theme caches...
(5/5) Updating the desktop file MIME type cache...

@ ckb-next.install there are references for ckb-daemon.service while checking service status and not ckb-next-daemon.service as it should be (i think).


msg_blue "Terminating ckb-next daemon"

    running="$(systemctl is-active ckb-daemon.service)"
    if [[ "$running" = "active" ]]; then
        systemctl stop ckb-daemon.service
    fi

    running="$(systemctl is-active ckb-next-daemon.service)"
    if [[ "$running" = "active" ]]; then
        systemctl stop ckb-next-daemon.service
    fi

    running="$(systemctl is-enabled ckb-daemon.service)"
    if [[ "$running" = "enabled" ]]; then
        systemctl disable ckb-daemon.service
    fi

tatokis commented on 2019-09-04 12:03 (UTC)

@Niklas Can you try now please? It should no longer disable it after it's enabled manually once.

Niklas commented on 2019-09-01 16:01 (UTC)

Could you please change this so the daemon isn't disabled on any update?

WorMzy commented on 2019-09-01 15:42 (UTC)

Perfect, thanks!

tatokis commented on 2019-08-28 21:32 (UTC)

@WorMzy Issue should be fixed. If not, please send cmake's console output

FFY00 commented on 2019-08-27 08:36 (UTC)

You have a working PKGBUILD here https://gist.github.com/FFY00/c00bc34e03a3867a043916475ac426dc

WorMzy commented on 2019-08-25 22:21 (UTC)

Quoth ckb-next.install:

You might want to run ckb-next-daemon as a systemd service:

    systemctl enable ckb-next-daemon.service
    systemctl start ckb-next-daemon.service

But systemd reporteth:

Failed to enable unit: Unit file ckb-next-daemon.service does not exist.

:(

Niklas commented on 2019-04-11 20:30 (UTC) (edited on 2019-04-11 20:30 (UTC) by Niklas)

Could you please change it so the daemon isn't being stopped and disabled on every update? Renders the keyboard unusable every time. Don't see why you would do that anyway.