Package Details: sidewinderd 0.4.4-1

Git Clone URL: https://aur.archlinux.org/sidewinderd.git (read-only, click to copy)
Package Base: sidewinderd
Description: Support for Microsoft SideWinder X4 / X6 and Logitech G103 / G105 / G710+.
Upstream URL: https://github.com/tolga9009/sidewinderd
Keywords: daemon g103 g105 g710 g710+ keyboard logitech macro microsoft sidewinder sidewinderd x4 x6
Licenses: MIT
Submitter: tolga9009
Maintainer: tolga9009
Last Packager: tolga9009
Votes: 11
Popularity: 0.000000
First Submitted: 2014-11-13 00:28 (UTC)
Last Updated: 2021-07-04 22:40 (UTC)

Latest Comments

1 2 3 Next › Last »

NickAM1025 commented on 2025-03-30 21:24 (UTC) (edited on 2025-03-30 21:25 (UTC) by NickAM1025)

Had issues building.

  CMake Error at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

Ended up having to clone the git repo, changing the first line in CMakeLists.txt to CMAKE_MINIMUM_REQUIRED(VERSION 3.5), then following the instructions on the github readme.

tolga9009 commented on 2020-05-18 20:43 (UTC)

Thanks @thibaultmol! Project URL was outdated, it's now fixed.

thibaultmol commented on 2020-05-18 19:33 (UTC)

Upstream url broken. New url?: https://github.com/tolga9009/sidewinderd

Obseer commented on 2018-06-22 18:44 (UTC)

This doesn't seem to work for G710+. The M keys do nothing, G produces 1-6 as if without driver.

tolga9009 commented on 2017-06-10 21:23 (UTC)

Thanks for the bug report! I didn't had the chance to look further into this yet, but I already have a few ideas what might cause it. I'll keep you updated on this. Cheers, Tolga

nanners commented on 2017-06-04 22:56 (UTC) (edited on 2017-06-04 23:22 (UTC) by nanners)

Can confirm the build error with this and the git build. Submitted issue on GitHub.

alevalv commented on 2017-06-03 01:38 (UTC)

I'm getting an error when building the package: [100%] Linking CXX executable sidewinderd CMakeFiles/sidewinderd.dir/main.cpp.o: In function `main': main.cpp:(.text.startup+0x3ab): undefined reference to `libconfig::Setting::operator std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >() const' main.cpp:(.text.startup+0x409): undefined reference to `libconfig::Setting::operator std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >() const' collect2: error: ld returned 1 exit status make[2]: *** [src/CMakeFiles/sidewinderd.dir/build.make:381: src/sidewinderd] Error 1 make[1]: *** [CMakeFiles/Makefile2:86: src/CMakeFiles/sidewinderd.dir/all] Error 2 make: *** [Makefile:130: all] Error 2 ==> ERROR: A failure occurred in build(). I have: libconfig-1.5-3 tinyxml2-4.0.1-1 systemd-232-8 cmake-3.8.0-1

tolga9009 commented on 2017-01-23 03:08 (UTC)

Updated package to version 0.4.1. Fixes an issue, which lead to an application crash. Updating is recommended. Cheers, Tolga

tolga9009 commented on 2016-09-22 21:43 (UTC) (edited on 2016-09-22 21:56 (UTC) by tolga9009)

@Psykar & Jake: I've applied the changes. Thanks for your feedback! @zimmertr: I've confirmed correct functionality of 0.4.0 on Microsoft SideWinder X4, Logitech G710+ and Logitech G105 keyboards. Please check status of sidewinderd using 'systemctl status sidewinderd'. My wild guess is: your configuration got overwritten by the update and sidewinderd fails to start. Also, tinyxml2 is now in community repo and not in AUR anymore. I would advise you to completely uninstall sidewinderd and tinyxml2 and reinstall them again. Make sure you git clone sidewinderd from AUR to an empty directory. Good luck!