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

(Bug) Left button drag default "window move" option is broken on X11 #22

Open
Andrew-Mattias opened this issue Mar 21, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Andrew-Mattias
Copy link

Andrew-Mattias commented Mar 21, 2024

Easily reproducible on X11 session of Plasma 6. In Wayland session everything is fine and working as intended.

изображение

Possible easy solution - deactivate this option in ComboBox and rename it to "Window Move <unavailable on X11>", if X11 Plasma session is detected. Such fix should be ok, because X11 will be phased out soon anyway.

It will be a bit sad though, because I have to use X11 Plasma to remote into my PC through AnyDesk, which allows remoting only into X11 sessions (the way i discovered this bug).

I tried a couple of left button drag options, some of them are fine on X11, some are broken. I would elaborate on this matter later in the comments for this issue.

antroids added a commit that referenced this issue Mar 22, 2024
antroids added a commit that referenced this issue Mar 22, 2024
@antroids antroids self-assigned this Mar 22, 2024
@antroids antroids added the bug Something isn't working label Mar 22, 2024
antroids added a commit that referenced this issue Mar 22, 2024
@antroids
Copy link
Owner

antroids commented Mar 22, 2024

I added a general warning and error messages for Drag => Window Move action.
Looks like x11 cannot handle move action properly when mouse button already pressed.
Probably, there are some other unsupported combinations, but I don't want to test them all.

@Andrew-Mattias
Copy link
Author

Andrew-Mattias commented Mar 22, 2024

I added a general warning and error messages for Drag => Window Move action. Looks like x11 cannot handle move action properly when mouse button already pressed. Probably, there are some other unsupported combinations, but I don't want to test them all.

Yes, there are plenty of bugs related to mouse dragging when X11 session is used. I have documented only "window move" one by now, because I was time constrained and "window move" is the option set as a default and I use it extensively. I am planning to play more with mouse drag feature so I will file bug reports on this matter as I encounter them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants