Package Details: wootility-appimage 4.6.20-1

Git Clone URL: https://aur.archlinux.org/wootility-appimage.git (read-only, click to copy)
Package Base: wootility-appimage
Description: Utility for configuring Wooting keyboards (binary AppImage version)
Upstream URL: https://wooting.io/wootility
Keywords: configuration keyboards wootility wooting
Licenses: unknown
Conflicts: wootility
Provides: wootility, wootility-lekker
Submitter: Freso
Maintainer: Freso (shaybox, AutoUpdateBot)
Last Packager: AutoUpdateBot
Votes: 15
Popularity: 0.24
First Submitted: 2018-07-14 18:07 (UTC)
Last Updated: 2024-05-17 08:11 (UTC)

Latest Comments

1 2 Next › Last »

scrufulufugus commented on 2023-07-14 21:27 (UTC)

Could you move the systemd unit file to the standard location for packaged units: /usr/lib/systemd/system/.

shaybox commented on 2023-04-07 13:10 (UTC)

Updated

matthemsteger commented on 2023-04-07 04:41 (UTC)

@shadybox it looks like this is missing the new Wooting Two HE (ARM)

From their help: https://help.wooting.io/en/article/wootility-configuring-device-access-for-wootility-under-linux-udev-rules-r6lb2o/

Wooting Two HE (ARM)

SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1230", MODE:="0660", GROUP="input" SUBSYSTEM=="usb", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1230", MODE:="0660", GROUP="input"

Wooting Two HE Alt-gamepad mode

SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1231", MODE:="0660", GROUP="input" SUBSYSTEM=="usb", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1231", MODE:="0660", GROUP="input"

Wooting Two HE 2nd Alt-gamepad mode

SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1232", MODE:="0660", GROUP="input" SUBSYSTEM=="usb", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1232", MODE:="0660", GROUP="input"

Wooting Two HE (ARM) update mode

SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="123f", MODE:="0660", GROUP="input"

I just got one and adding these to my own udev rules works, but including them here would be wonderful when you get a chance.

Pulec commented on 2023-01-20 14:58 (UTC)

I was dumb and didn't check the rules file and I spent some time figuring out why wootility won't detect the keyboard.

Rules expect for the user to be in "input" group, a notice during installation would be great.

This v3 works fine with the first Wooting One, only via USB 2.0 though, on USB 3.0 the utility lags as crazy and can't save settings anyway.

Rice.Pls commented on 2022-11-18 18:31 (UTC)

A small update to the wooting.rules and wooting-xinput.rules to include the new 60HE ARM model. ID 31e3:1310 Wooting 60HE (ARM)

shawly commented on 2022-07-23 19:29 (UTC)

Could you update this to 3.6.16 ?

diff --git a/.SRCINFO b/.SRCINFO
index da7a39b..fa7c961 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = wootility-appimage
    pkgdesc = Utility for configuring Wooting keyboards (binary AppImage version)
-   pkgver = 3.6.15
+   pkgver = 3.6.16
    pkgrel = 1
    url = https://wooting.io/wootility
    install = wootility-appimage.install
@@ -10,9 +10,9 @@ pkgbase = wootility-appimage
    depends = fuse2
    provides = wootility
    conflicts = wootility
-   noextract = wootility-3.6.15.AppImage
+   noextract = wootility-3.6.16.AppImage
    options = !strip
-   source = https://s3.eu-west-2.amazonaws.com/wooting-update/wootility-linux-latest/wootility-3.6.15.AppImage
+   source = https://s3.eu-west-2.amazonaws.com/wooting-update/wootility-linux-latest/wootility-3.6.16.AppImage
    source = 70-wooting.rules
    b2sums = a4e3ab61b95141b655cc11280b1b3e74c22fae3c55c448411a5101f273e12b33baeba34e476ecd82c030bb3dda62f29ee6b259071aa22d8d245756766d046ecc
    b2sums = c26f695826bd32456bc5c145b8e4462059b1c0de02b86f1622c848b9aa85bc4294c672be7122d0685fca872a9322c3207df1bb15b2e72781a6425dfca1f02d86
diff --git a/PKGBUILD b/PKGBUILD
index 481c457..d843046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Frederik “Freso” S. Olesen <archlinux@freso.dk>
 _pkgname=wootility
 pkgname=${_pkgname}-appimage
-pkgver=3.6.15
+pkgver=3.6.16
 pkgrel=1
 pkgdesc='Utility for configuring Wooting keyboards (binary AppImage version)'
 arch=('x86_64')
@@ -17,7 +17,7 @@ install=$pkgname.install
 source=("https://s3.eu-west-2.amazonaws.com/wooting-update/wootility-linux-latest/${_appimage}"
         '70-wooting.rules')
 noextract=("${_appimage}")
-b2sums=('a4e3ab61b95141b655cc11280b1b3e74c22fae3c55c448411a5101f273e12b33baeba34e476ecd82c030bb3dda62f29ee6b259071aa22d8d245756766d046ecc'
+b2sums=('79a32462cb3f375344ace2a4785c950854b8a7dd027d9c1e7c24696135f641d1d88f56ccbc2dfadc53d278e291bf11735d81d860e57b83cb981366d4930bf641'
         'c26f695826bd32456bc5c145b8e4462059b1c0de02b86f1622c848b9aa85bc4294c672be7122d0685fca872a9322c3207df1bb15b2e72781a6425dfca1f02d86')

 prepare() {

shaybox commented on 2022-02-21 04:17 (UTC) (edited on 2022-02-21 04:18 (UTC) by shaybox)

@wildmko added, thanks 👍

wildmko commented on 2022-02-21 03:44 (UTC)

Hey, the gamepad support breaks after sleep or hibernate. The fix is to add Restart=always at the end of the wooting-xinput@.service file.

deemon commented on 2022-01-25 07:53 (UTC) (edited on 2022-01-25 08:14 (UTC) by deemon)

This appimage stopped working for me with my Wooting One. I mean the appimage works and the app starts, but it does not detect my WootingOne anymore.

shaybox commented on 2022-01-08 07:57 (UTC)

I updated the package with Wooting's official udev/systemd files now that they have released them on the blog.

There's now automatic xbox gamepad support as long as you install the optional xboxdrv package and add yourself to the input group.
You may need to reboot your machine and reconnect your device.