Search Criteria
Package Details: openlinkhub 0.8.7-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/openlinkhub.git (read-only, click to copy) |
|---|---|
| Package Base: | openlinkhub |
| Description: | Open source Linux interface for iCUE LINK Hub and other Corsair AIOs, Hubs. [Latest Release - source] |
| Upstream URL: | https://github.com/jurkovic-nikola/OpenLinkHub |
| Licenses: | GPL3 |
| Conflicts: | openlinkhub |
| Provides: | openlinkhub |
| Submitter: | jrdn |
| Maintainer: | jrdn (jurkovic-nikola) |
| Last Packager: | jurkovic-nikola |
| Votes: | 10 |
| Popularity: | 1.80 |
| First Submitted: | 2024-12-06 00:27 (UTC) |
| Last Updated: | 2026-05-09 07:11 (UTC) |
Dependencies (8)
- i2c-tools (i2c-tools-gitAUR)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR, libpipewire-ldacAUR)
- systemd (systemd-gitAUR, systemd-selinuxAUR, unshitted-systemdAUR, systemd-liberated-gitAUR)
- base-devel (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR, libpipewire-ldacAUR) (make)
- systemd (systemd-gitAUR, systemd-selinuxAUR, unshitted-systemdAUR, systemd-liberated-gitAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
dizzyweb commented on 2026-04-23 19:18 (UTC)
I would really appreciate it if I didn't have to re-enable the systemd service after every update... I don't get why it needs to be disabled constantly? This is the only software that does this with every single update.
xales commented on 2026-04-05 20:11 (UTC) (edited on 2026-04-05 20:12 (UTC) by xales)
It would be great if this package could be changed to not include system-modifying commands (like enabling/disabling systemd services and reloading udev rules) as part of the install script. I view this as dangerous and deeply problematic.
It shouldn't be necessary to reload udev rules, as there is a default hook that does this, which I would expect to be present at /usr/share/libalpm/hooks/35-systemd-udev-reload.hook.
A package should not start, stop, enable, or disable services. It is generally safe to leave processes running even if the files they were started from change out from under them on-disk, because if they have open file descriptors from the old versions, they will continue to be able to access the files. Instead, consider printing a warning that recommends the user restart the service, if needed.
jrdn commented on 2026-03-19 21:54 (UTC)
That should now be addressed
Edu4rdSHL commented on 2026-03-19 20:20 (UTC)
It does add a wrong command like
udevadm control --reload-ruleawhich has a typo. I don't get why are you messing with user configs disabling, reloading and reenabling services. Just update the binaries, that's all.Edu4rdSHL commented on 2026-03-19 20:18 (UTC)
The update doesn't fix the new dependencies required which makes it unable to build in a clean chroot environment, basically breaking builds.
jrdn commented on 2026-03-19 20:15 (UTC)
Updated to 0.8.0
SirJitsu commented on 2026-03-17 14:38 (UTC)
Any update on this? We are at version 8.0 and the new interface is very nice compared to the last.
maveric7911 commented on 2026-02-19 10:51 (UTC)
Looking to get an update to this as its had two releases here in the last month or so. It looks like they super picked up development. If you don't have time you can abandon it and I will pick it up.
Edu4rdSHL commented on 2026-02-09 20:25 (UTC)
The new 0.7.6 version introduced a new dependency on libpipewire too. There are many changes needed at this point that I added a new PKGBUILD from scratch at https://gitlab.com/chaotic-aur/pkgbuilds/-/tree/main/openlinkhub, feel free to pick them up if you want
Edu4rdSHL commented on 2026-02-05 09:08 (UTC) (edited on 2026-02-05 09:11 (UTC) by Edu4rdSHL)
Here's a patch that does solve the two things I mentioned previously: the version number and the unneeded .install script (this patch can be replicated to the -git package too for versioning):
Edit: the new build options were taken from https://wiki.archlinux.org/title/Go_package_guidelines
1 2 3 4 Next › Last »