Package Details: g15daemon 3.0.4-1

Git Clone URL: https://aur.archlinux.org/g15daemon.git (read-only, click to copy)
Package Base: g15daemon
Description: A daemon that makes it possible to use the G-Buttons and draw on the G15 LCD
Upstream URL: https://gitlab.com/menelkir/g15daemon
Keywords: g15
Licenses: GPL
Conflicts: g15daemon-git
Submitter: None
Maintainer: None
Last Packager: None
Votes: 5
Popularity: 0.119149
First Submitted: 2021-05-11 02:22 (UTC)
Last Updated: 2022-05-14 19:19 (UTC)

Latest Comments

1 2 Next › Last »

vivnet commented on 2024-07-06 20:51 (UTC) (edited on 2024-07-06 20:51 (UTC) by vivnet)

git clone https://aur.archlinux.org/g15daemon.git
sed -i "s/depends=('libg15render>=3.0')/depends=('libg15render')/" g15daemon/PKGBUILD
sed -i "s/pkgver=3.0.4/pkgver=3.0.4a/" g15daemon/PKGBUILD
sed -i "s/sha512sums=('4adbb11ca8128bbaff5ad1dee17ddcfcdfca589f7e8a1a264127dd9d5aec39e07e4986a4b78f4199fb7f3e12979fd8d50a851b047b6cb8cfa13410aa59df062a')/sha512sums=('SKIP')/" g15daemon/PKGBUILD
cd g15daemon
makepkg
pacman -U g15daemon-3.0.4a-1-x86_64.tar.zst

vivnet commented on 2024-07-06 19:58 (UTC)

That could be fixed with epoch in libg15render, but the actual issue is that the source no longer exists. You'll notice if you edit the PKGBUILD to not require a specific version, it still will not build. That's not something I can solve without adopting this package.

Unbloated commented on 2024-07-06 19:58 (UTC)

-> No AUR package found for libg15render>=3.0

I like your funny words magic man...

Without jokes, someone just decided to downgrade libg15render anyhow to the 1.3.1 version.

This keyboard is old as hell and I'm probably the only person on earth to use it, why does people still grief that ??

Jc_Dock commented on 2024-06-23 04:00 (UTC)

Points to a version of libg15render that doesn't exist

<deleted-account> commented on 2021-05-22 14:06 (UTC)

I don't think it would be related, I have both usb on mine populated (a mouse and a dac). See if there's something related in dmesg.

Scotty commented on 2021-05-22 06:05 (UTC)

Switched the mouse to bluetooth. But this shouldn't have any impact neither udev since running g15daemon directly fails too. Anything I can debug?

<deleted-account> commented on 2021-05-21 22:49 (UTC)

Orange LED is the G15 v2, technically speaking, there's not much difference between both, it should works without any major issue. And to be honest, I didn't change anything from May/13 related to G15 itself. Perhaps something related to udev then?

Scotty commented on 2021-05-21 17:27 (UTC) (edited on 2021-05-21 17:28 (UTC) by Scotty)

Orange LED with six G-keys at left. No g15daemon-systemd, I start via udev rule

-> more /etc/udev/rules.d/20-G15_keyboard.rules

ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c226", RUN+="/usr/local/bin/start_g15"

-> more /usr/local/bin/start_g15

#!/bin/bash systemctl restart g15daemon

(used this in the past to run "g15tailf -t journalctl -d /tmp/journal.log")

<deleted-account> commented on 2021-05-21 13:54 (UTC)

Blue leds, right? It's the first gen, same as mine. Mine is working fine and my system is well updated. I'm trying to see if there's some incompatibilities in other places, such as libusb or something else. You also installed g15daemon-systemd, right?

Scotty commented on 2021-05-21 06:08 (UTC)

It's a G15, probably first generation. Model name Y-UW92, PID... Happy to help with more information.