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

[Feature request] support wayland #14

Open
kaliiiiiiiiii opened this issue Jul 22, 2024 · 1 comment
Open

[Feature request] support wayland #14

kaliiiiiiiiii opened this issue Jul 22, 2024 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@kaliiiiiiiiii
Copy link
Contributor

kaliiiiiiiiii commented Jul 22, 2024

$ uname -a
Linux debian 6.1.0-22-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.94-1 (2024-06-21) x86_64 GNU/Linux
$ gnome-shell --version
GNOME Shell 43.9
$ echo $XDG_SESSION_TYPE
wayland

Looks the python calls like async_input.click("left", x, y) just go through without any exception, but no click happens

/etc/gdm3/daemon.conf
$ sudo cat /etc/gdm3/daemon.conf 
# GDM configuration storage
#
# See /usr/share/gdm/gdm.schemas for a list of available options.

[daemon]
AutomaticLoginEnable=true
AutomaticLogin=user
TimedLoginEnable=true
TimedLogin=user
TimedLoginDelay=5
# Uncomment the line below to force the login screen to use Xorg
#WaylandEnable=false

# Enabling automatic login
#  AutomaticLoginEnable = true
#  AutomaticLogin = user1

# Enabling timed login
#  TimedLoginEnable = true
#  TimedLogin = user1
#  TimedLoginDelay = 10

[security]

[xdmcp]

[chooser]

[debug]
# Uncomment the line below to turn on debugging
# More verbose logs
# Additionally lets the X server dump core if it crashes
#Enable=true
@kaliiiiiiiiii kaliiiiiiiiii added enhancement New feature or request question Further information is requested labels Jul 22, 2024
@kaliiiiiiiiii kaliiiiiiiiii changed the title [Feature request // BUG] support Debian 12 + gnome [Feature request] support wayland Jul 22, 2024
@kaliiiiiiiiii
Copy link
Contributor Author

Might be possible by modifying the source-code of wayland, or over Wayland extensions
https://gitlab.freedesktop.org/wayland/wayland

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant