Summary: | [Wayland] Can't scroll in Chromium while moving the cursor | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Jacob Kauffmann <jacob> |
Component: | input | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | butirsky, daduck10, matt, nate |
Priority: | NOR | Keywords: | wayland-only |
Version First Reported In: | 5.21.3 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Desktop session |
Description
Jacob Kauffmann
2021-04-06 02:29:47 UTC
So this is only happening in a Plasma Wayland session? > So this is only happening in a Plasma Wayland session?
Correct. It happens in Plasma Wayland, it does not happen in GNOME Wayland or Plasma X11. Please let me know what other info I can provide.
Gotcha, thanks. I'll hand this over to the KWin people now. :) I don't no if it helps, but in Kubuntu 21.04 I have the same problem in wayland session. What is your Chromium version and where did you get it? I'm trying to run the one shipped with Ubuntu and not able to run it on Wayland so far: $ chromium -enable-features=UseOzonePlatform -ozone-platform=wayland [43002:43002:0526/134002.060448:ERROR:wayland_connection.cc(123)] Failed to connect to Wayland display [43002:43002:0526/134002.060502:FATAL:ozone_platform_wayland.cc(170)] Failed to initialize Wayland platform Trace/breakpoint trap (core dumped) Also, are you running Chromium as native Wayland client or XWayland? It seems to me it runs XWayland by default here. Created attachment 139134 [details]
Desktop session
I suppose you guys are still running Chromium as X11 client (XWayland). Could you please confirm? xwininfo command should let you know, please see here: https://fedoraproject.org/wiki/How_to_debug_Wayland_problems#Does_your_application_run_on_Wayland_natively.2C_or_uses_XWayland_.28X11_compatibility_layer.29.3F Also, if it's the case, please try to reproduce on pure Wayland client, as I noted above: $ chromium -enable-features=UseOzonePlatform -ozone-platform=wayland Couldn't reproduce on 2 systems: Plasma built from sources and KDE Neon Testing (Plasma 5.22.1). As noted above, Chromium runs XWayland by default, and I couldn't run it as pure Wayland client due to the crash. So please provide Chromium version and other details if it still happens to you, then reopen. |