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

Double click fullscreen on touchpad is broken on latest Manjaro KDE Plasma (X11) #14248

Closed
6 tasks done
d-patyk opened this issue May 27, 2024 · 1 comment · Fixed by #14251
Closed
6 tasks done

Double click fullscreen on touchpad is broken on latest Manjaro KDE Plasma (X11) #14248

d-patyk opened this issue May 27, 2024 · 1 comment · Fixed by #14251
Labels

Comments

@d-patyk
Copy link

d-patyk commented May 27, 2024

mpv Information

mpv v0.38.0 Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects
 built on Apr 18 2024 06:31:17
libplacebo version: v6.338.2
FFmpeg version: n6.1.1
FFmpeg library versions:
   libavutil       58.29.100
   libavcodec      60.31.102
   libavformat     60.16.100
   libswscale      7.5.100
   libavfilter     9.12.100
   libswresample   4.12.100

Other Information

  • Linux version: Manjaro Linux
  • Kernel Version: Linux 6.6.30-2-MANJARO
  • GPU Model: Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630]
  • Mesa/GPU Driver Version: OpenGL version string: 4.6 (Compatibility Profile) Mesa 24.0.6-manjaro1.1
  • Window Manager and Version: kwin_x11 idk version
  • Source mpv: Manjaro repo
  • Introduced in version: (Probably in KDE 6, in KDE 5 was ok)

Reproduction Steps

Install Manjaro with latest KDE Plasma, install mpv, open some video. Exit fullscreen if in fullscreen.

When you click on window, cursor immediately goes into "Move window" mode.
When clicking with mouse, it goes back fast enough to register second click in normal mode and go into fullscreen. (Although still not perfect, sometimes it doesn't register second click)
When clicking with touchpad, it goes into "Move window" mode and stays there for 0.5-1 second, so double click can't register and you can't go into fullscren.

upd. if you click suuuuuper fast with touchpad, you can manage to double click before cursor goes into "Move window" mode :3

Expected Behavior

Working

I expect that when I click, cursor doesn't go into "Move window" mode, but if I click, hold and then move cursor while holding, it goes into "Move window" mode.
If I'm not wrong, before latest Manjaro KDE Plasma update (KDE 5 -> KDE 6), it was working pretty good. Not sure if issue should be fixed on their side or on mpv side.

Actual Behavior

Not working

Log File

output.txt

Sample Files

No response

I carefully read all instruction and confirm that I did the following:

  • I tested with the latest mpv version to validate that the issue is not already fixed.
  • I provided all required information including system and mpv version.
  • I produced the log file with the exact same set of files, parameters, and conditions used in "Reproduction Steps", with the addition of --log-file=output.txt.
  • I produced the log file while the behaviors described in "Actual Behavior" were actively observed.
  • I attached the full, untruncated log file.
  • I attached the backtrace in the case of a crash.
@d-patyk d-patyk changed the title Double click fullscreen on touchpad is broken on Manjaro KDE Plasma (X11) Double click fullscreen on touchpad is broken on latest Manjaro KDE Plasma (X11) May 27, 2024
@Dudemanguy
Copy link
Member

Bisected to 531704e. Looks the _NET_WM_MOVERESIZE eats the second click. cc @na-na-hi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants