MrGlockenspiel / activate-linux

The "Activate Windows" watermark ported to Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ubuntu22.04 wayland unsupported, x11 screen stuck

lhy0726 opened this issue · comments

verbose info:

INFO: Got user language en_US.UTF-8
INFO: Loading preset: (null)
INFO: Loaded preset: linux
DEBUG: Start option parsing
INFO: Starting backend
DEBUG: Hadling wayland global: wl_compositor
DEBUG: Hadling wayland global: wl_drm
DEBUG: Hadling wayland global: wl_shm
DEBUG: Hadling wayland global: wl_output
DEBUG: Hadling wayland global: zxdg_output_manager_v1
DEBUG: Hadling wayland global: wl_data_device_manager
DEBUG: Hadling wayland global: zwp_primary_selection_device_manager_v1
DEBUG: Hadling wayland global: gtk_primary_selection_device_manager
DEBUG: Hadling wayland global: wl_subcompositor
DEBUG: Hadling wayland global: xdg_wm_base
DEBUG: Hadling wayland global: zxdg_shell_v6
DEBUG: Hadling wayland global: gtk_shell1
DEBUG: Hadling wayland global: wp_viewporter
DEBUG: Hadling wayland global: zwp_pointer_gestures_v1
DEBUG: Hadling wayland global: zwp_tablet_manager_v2
DEBUG: Hadling wayland global: wl_seat
DEBUG: Hadling wayland global: zwp_relative_pointer_manager_v1
DEBUG: Hadling wayland global: zwp_pointer_constraints_v1
DEBUG: Hadling wayland global: zxdg_exporter_v1
DEBUG: Hadling wayland global: zxdg_importer_v1
DEBUG: Hadling wayland global: zwp_linux_dmabuf_v1
DEBUG: Hadling wayland global: zwp_keyboard_shortcuts_inhibit_manager_v1
DEBUG: Hadling wayland global: zwp_text_input_manager_v3
DEBUG: Hadling wayland global: wp_presentation
DEBUG: Hadling wayland global: xdg_activation_v1

Ubuntu 22.04 LTS default display server is Xwayland, and zwlr_layer_shell is not supppoted. From the verbose infomation, no zwlr_layer_shell interface registerred, so it actually run on X11. Under this scene, i found that mouse event cannot be passed though the watermark window.

Any suggestions to solve to problem? thanks so much!