Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi great app, I tested it for a friend that's new in Linux but after executing the appimage we get

DEBUG:pyLinuxWheel:{'file_name': 'pyLinuxWheel_preferences', 'version': '0.6.0', 'check_udev_rules': True, 'load_last_value': True}
INFO:pyLinuxWheel:Installing logitech wheel rules
ERROR:pyLinuxWheel:HTTP Error 403: Forbidden

And without the udev rules we can't change anything =(

Hello 

If you can't install the udev rules you can execute pyLinuxWheel with sudo or root to give to pyLinuxWheel the enough privileges to configure Logitech driver.

Also you can manually install the udev rules to avoid use sudo or root to execute pyLinuxWheel.  Download the udev rules from this link 99-logitech-wheel-perms.rules and copy to the rules directory using this command sudo cp 99-logitech-wheel-perms.rules /etc/udev/rules.d/
When you have finished the copy you have to update udev rules with sudo udevadm control --reload-rules && udevadm trigger

If you follow these instructions you will have the udev rules installed and activated, so you will can use pyLinuxWheel without sudo or root.

I could  reproduce your bug so I created a new AppImage (pyLinuxWheel-v0.6.1-x86_64-glibc_2.27.AppImage) and deb ( pylinuxwheel_0.6.1.deb) packages that fix the error.

Excellent, this release worked without any issues, thanks!!