Just updated roccat-tools-tyon to 5.9.0-2, now I'm getting this error msg whenever I start the configurator via command-line:
roccattyonconfig: symbol lookup error: roccattyonconfig: undefined symbol: roccat_config_window_pages_set_active_page_blocked
The program doesn't start anymore.
EDIT: I got 0 results on Google for this specific error msg, but I was lucky enough to fix it, by simply upgrading roccat-tools-common to the latest version :)
Pinned Comments
aaronfischer commented on 2019-03-28 20:13
@Gonzo2028: See here: https://www.reddit.com/r/linux_gaming/comments/5js1l2/im_stefan_achatz_stopping_programming_linux/
Stunts commented on 2017-01-05 13:13
@gonzo2028:
There are 2 alternative ways:
1. @aaronfischer splits the package into 25 different ones and whenever there is an update he will have to update 25 individual packages; good for the useres, not so good for the maintainer.
2. @aaronfischer "merges" all the files from the split packages into a single package. This will result in installing binaries, udev rules and .desktop files for 25 devices for every user. Less work for the maintainer, not practical for the users.
As is it, the maintainer maintains one single "split-package" and users that use an AUR helper such as yaourt, can uninstall the packages they don't need. This way users get to keep only the files they need to support their own device and the maintainer does not have to modify and commit 25 packages every time there is an update.
Hope this helps clear it.
aaronfischer commented on 2015-11-22 13:21
@edward_81: Please read the previous comments here. I've talked to Stefan about this. Every version of roccat-tools need a specific version of libgaminggear to work correctly. There are two options here: Consistent/reliable package and a little bit of hasle on upgrades -- or easy upgrade process and the chance of a broken package with weird bugs everywhere. I've choosen the first option.
edward_81 commented on 2015-10-03 15:31
Is possible to change the dependency line for libgaminggear from:
libgaminggear=0.11.1
to:
libgaminggear>=0.11.1
Because every time i try to upgrade the system with yaourt/aur, it complain that roccat-tool-common need that exactly version of libgaminggear.