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

« First ‹ Previous 1 2 3 Next › Last »

Jake commented on 2016-09-22 19:09 (UTC)

Pacman overwrites the (modified) config file on every update, to prevent this you can mark it in the PKGBUILD: backup=('etc/sidewinderd.conf')

tolga9009 commented on 2016-09-22 02:28 (UTC)

@zimmertr which exact keyboard are you using? I will try to reproduce it.

zimmertr commented on 2016-09-22 01:41 (UTC) (edited on 2016-09-22 01:42 (UTC) by zimmertr)

This package is no longer working for me after an update about a week ago. The button above the macros on my keyboard that shows which mode (1,2,3) you're in is no longer illuminated and the macro keys no longer function. When I try do a package upgrade pacman fails with: :: failed to verify sidewinderd integrity now too.

Psykar commented on 2016-09-12 05:44 (UTC)

source=("${pkgname}::https://github.com/tolga9009/sidewinderd/archive/${pkgver}.tar.gz") SHould be something like source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tolga9009/sidewinderd/archive/${pkgver}.tar.gz") Otherwise it ends up downloading the tarball and naming it 'sidewinderd' (ie no version, no extension or anything. It still runs fine, but leaves a confusing file with no extension behind in the build directory :)

tolga9009 commented on 2016-09-08 18:40 (UTC) (edited on 2016-09-08 18:41 (UTC) by tolga9009)

Updated package to version 0.4.0. Support for Logitech G105 has been added. Also, hot-plug has been implemented and encrypted home directories are now supported. Cheers, Tolga

tolga9009 commented on 2016-01-19 02:40 (UTC) (edited on 2016-01-19 02:40 (UTC) by tolga9009)

Updated package to version 0.3.0. Support for Logitech G710+ has been introduced. Lots of new code has been added. Please report, if there are any bugs. Cheers, Tolga

kleinph commented on 2015-06-25 23:11 (UTC)

Wow, that was fast. Yep, the package builds now fine. Also nice that you moved to AUR 4! Thanks! BTW: yaourt is still serving the old PKGBUILD. I don't know if this is just a caching issue or it is prioritizing the old AUR.

tolga9009 commented on 2015-06-25 22:28 (UTC)

Updated package to version 0.2.1. This will fix the linker error about missing pthread library. Please note, that your macro files are now stored in ~/.local/share/sidewinderd instead of ~/.sidewinderd. This behaviour is conform to XDG specs. Please report, if any issues are occuring.

tolga9009 commented on 2015-03-27 19:58 (UTC)

Hi everyone, the package has been updated to version 0.2.0. Several, critical fixes have been applied. TinyXML2 also has been updated to version 3.0.0. I'm not bundling TinyXML2 together with sidewinderd anymore. You need to install tinyxml2 (https://aur.archlinux.org/packages/tinyxml2/) from AUR as a dependency, in order to make and install the package. This update is highly recommended. Please update and report back. Cheers, Tolga