@GosuSan: Do you use any package helper like yaourt? roccat-tools-common does not depend on the other packages. roccat-tools-koneplus only depends on roccat-tools-common.
Search Criteria
Package Details: roccat-tools-lua 5.9.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/roccat-tools.git (read-only, click to copy) |
|---|---|
| Package Base: | roccat-tools |
| Description: | Userland applications to configure and make extended use of ROCCAT Lua devices |
| Upstream URL: | http://roccat.sourceforge.net |
| Keywords: | gui hardware keyboard mouse settings |
| Licenses: | GPL2 |
| Submitter: | russo79 |
| Maintainer: | aaronfischer |
| Last Packager: | aaronfischer |
| Votes: | 54 |
| Popularity: | 0.000000 |
| First Submitted: | 2012-03-05 16:53 (UTC) |
| Last Updated: | 2025-12-09 07:21 (UTC) |
Dependencies (4)
- roccat-tools-commonAUR
- cmake (cmake3AUR, cmake-gitAUR) (make)
- glib2-devel (glib2-devel-gitAUR) (make)
- kmod-roccatAUR (roccat-dkmsAUR) (optional) – Adds support for the old kone device.
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 22 Next › Last »
aaronfischer commented on 2016-03-07 18:55 (UTC)
GosuSan commented on 2016-03-07 18:46 (UTC)
Is there a way to install only the packages I need?
Whenever I install roccat-tools-common OR roccat-tools-koneplus / roccat-tools-isku all of the 21 packages is installed. Why is that? I really don't want all this stuff on my system I never use because I don't have the hardware.
GH0S1 commented on 2015-12-29 22:03 (UTC)
@fettouhi run
$sudo usermod -a -G roccat $USER
I had to re-do that after installing apparently.
GH0S1 commented on 2015-12-27 20:51 (UTC)
@aaronfischer Just did
aaronfischer commented on 2015-12-17 09:31 (UTC)
@fettouhi, @GH0S1_R33P0R: Can you open a ticket upstream about this problem? http://sourceforge.net/p/roccat/bugs/
GH0S1 commented on 2015-12-17 01:17 (UTC)
@fettouhi Started getting the seg fault as well. That only happened after I updated.
fettouhi commented on 2015-12-10 20:57 (UTC)
Anybody else getting segmentation fault after the gcc ABI update? Tried rebuilding the packages but still I get segmentation faults
aaronfischer commented on 2015-11-22 13:21 (UTC) (edited on 2017-01-04 21:58 (UTC) by aaronfischer)
@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.
aaronfischer commented on 2015-11-22 13:16 (UTC)
@BRAXS69: Thanks! I've fixed the libgaminggear package and added you to the list of contributors.
@Freso: That is not a problem of the package itself, It is a problem of the design/structure of the roccat-tools source code. I can't do much improvement on this, sorry :(
BRAXS69 commented on 2015-11-17 09:48 (UTC)
For hose having trouble building with the error:
Could not find a package configuration file provided by "GAMINGGEAR0"
This is caused by the "libgaminggear" package dependency, it has the INSTALL_CMAKE_MODULESDIR option using a directory of the old cmake 3.3 the current for arch is 3.4.
Simply edit the PKGBUILD of libgaminggear removing the line:
-DINSTALL_CMAKE_MODULESDIR="/usr/share/cmake-3.3/Modules"
( don't forget to remove the "\" at the end of the previous line )
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
cmake \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DINSTALL_LIBDIR="/usr/lib"
make
}
Pinned Comments
aaronfischer commented on 2019-03-28 20:13 (UTC)
@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 (UTC)
aaronfischer commented on 2015-11-22 13:21 (UTC) (edited on 2017-01-04 21:58 (UTC) by aaronfischer)
edward_81 commented on 2015-10-03 15:31 (UTC)