Hello all, this is my first request. Pls have mercy if i do something wrong.
I got the problem in Sublime Text 3 under Wayland that i cant operate right clicks. The right click drop down menu never drops. Thats very annoying. If i start sublime like this: subl -w and than right click i get following message: (sublime_text:9751): Gdk-CRITICAL **: 18:48:22.876: gdk_wayland_window_handle_configure_popup: assertion 'impl->transient_for' failed
.
I habe no clue whats wrong about it. I think i have all dependencies from Wayland that needed. I hope anybody can help me.
Thank you
Sublime 3 Problem under Wayland
logen
#1
0 Likes
Jackeroo
#2
Sublime Text does not play well with Wayland. Lots of problems. Search Forum with Wayland to see them. I suggest that you switch to XOrg.
0 Likes
bschaaf
#3
There’s a known issue with context menus in Wayland: https://github.com/sublimehq/sublime_text/issues/2994. Other than that it should be working, just popping up in the wrong place.
1 Like
logen
#4
Hi bschaaf, Thank you!!
After reading the issue and googling a bit more i found the bug. It was in the config of sway that i use. If anybody have the same bug under sway, change the output of your config from: output HDMI1 pos 1920 0 res 1920x1080
to output DVI-I-1 res 1920x1080 pos 1920 0
Thanks!
0 Likes