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

Use Wayland-native features if on Wayland #72

Open
ThatOneCalculator opened this issue Jan 19, 2024 · 5 comments
Open

Use Wayland-native features if on Wayland #72

ThatOneCalculator opened this issue Jan 19, 2024 · 5 comments

Comments

@ThatOneCalculator
Copy link

Currently, this is useless for people not on X11 or GNOME. Wayland compositors support wtype for automatically typing selected characters, or wl-copy for copying characters.

@mijorus
Copy link
Owner

mijorus commented Jan 23, 2024

The "wayland way" you are probably talking about is this protocol:
https://wayland.app/protocols/virtual-keyboard-unstable-v1

Which, by the way, is not supported by most of wayland compositors.

Both wtype and wl-copy are two indipendent projects which are not part of the protocol

@mijorus mijorus closed this as completed Jan 23, 2024
@ThatOneCalculator
Copy link
Author

This should NOT be closed as completed given the broken behavior is still present. Even if they're not part of the protocol, they support all major compositors, which GNOME extensions don't.

@mijorus
Copy link
Owner

mijorus commented Mar 11, 2024

This should NOT be closed as completed given the broken behavior is still present. Even if they're not part of the protocol, they support all major compositors, which GNOME extensions don't.

I will add this feature when there will be a wider adoption of these protocols

@ThatOneCalculator
Copy link
Author

So you're fine with keeping your app unusable for everyone on Wayland that isn't on GNOME?

@mijorus
Copy link
Owner

mijorus commented Mar 12, 2024

https://gitlab.freedesktop.org/libinput/libei

This is probably what we need, I'm reopening this for future development

@mijorus mijorus reopened this Mar 12, 2024
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