Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State of Wayland support #21

Closed
jhossbach opened this issue Sep 21, 2022 · 2 comments
Closed

State of Wayland support #21

jhossbach opened this issue Sep 21, 2022 · 2 comments

Comments

@jhossbach
Copy link

I am wondering whether Wayland is supported now, is xinput still needed?
There was an issue on the AUR: https://aur.archlinux.org/packages/fingerpaint-wayland

try:
sp.check_output(['xinput', '--version'])
except sp.CalledProcessError:
print('`xinput` fails to run, make sure you\'re using X11 (Wayland is not supported yet)', file=sys.stderr)
exit(1)
except FileNotFoundError:
print('`xinput` binary not installed, install it with your package manager', file=sys.stderr)
exit(1)

@Wazzaps
Copy link
Owner

Wazzaps commented Sep 21, 2022

Wayland is supported on Gnome (PRs welcome for other compositors), this is a relic of when it didn't support Wayland.
I'll look at this once I get access to a computer (~2 days)

@Wazzaps
Copy link
Owner

Wazzaps commented Sep 25, 2022

Fixed with v1.2.5.
Could you update the PKGBUILD? :)

@Wazzaps Wazzaps closed this as completed Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants