Package Details: joystickwake 0.5.1-2

Git Clone URL: https://aur.archlinux.org/joystickwake.git (read-only, click to copy)
Package Base: joystickwake
Description: A joystick-aware screen waker
Upstream URL: https://codeberg.org/forestix/joystickwake
Licenses: MIT
Conflicts: joystickwake
Submitter: Felixoid
Maintainer: Felixoid
Last Packager: Felixoid
Votes: 8
Popularity: 0.004068
First Submitted: 2020-02-18 11:01 (UTC)
Last Updated: 2026-01-13 13:29 (UTC)

Latest Comments

Felixoid commented on 2026-01-13 10:29 (UTC)

Thanks, I updated URLs and packaging

Felixoid commented on 2026-01-10 17:38 (UTC)

Report it to the upstream, please. It looks like you use python 3.14

That's what I get when build:

joystickwake/src/joystickwake-0.4.2/setup.py:22: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
  return ast.parse(line).body[0].value.s

patlefort commented on 2026-01-10 16:44 (UTC)

Does not build:

Traceback (most recent call last):
  File "/pkgbuild/out/joystickwake/src/joystickwake-0.4.2/setup.py", line 34, in <module>
    version=read_version_string('joystickwake'),
            ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/pkgbuild/out/joystickwake/src/joystickwake-0.4.2/setup.py", line 22, in read_version_string
    return ast.parse(line).body[0].value.s
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Constant' object has no attribute 's'

cfebs commented on 2025-03-15 16:41 (UTC)

Just came across this tool recently. Upstream installs /etc/xdg/autostart/joystickwake.desktop which is not not automatically used by WMs like i3.

I was wondering if a user systemd unit would make more sense.

Then there would be one additional start/enabling step:

systemctl --user enable --now joystickwake.service

Let me know what you think, I could try out a patch. Or maybe it's better to have discussion upstream.