I am relatively new to linux and fedora, had a bit of experience on debian and mint, and decided to try fedora 44 KDE on my desktop which was running windows a few weeks ago.
I have been loving it so far but I am encountering some issues…
The most handicapping issue I have encountered so far is that I am unable to drag an drop objects, files or tabs on my desktop. I can’t move around select text, files from dolphin, or even firefox tabs.
This issue stays even after rebooting
What could be the origin of this issue ? Is this related to wayland ?
(I only have a vague idea of what wayland does, so any explanation is welcome !)
I will be making other post regarding the other issues I am facing (super key not opening application launcher, no icons in login screen, …) when I solve this one, so stay tuned.
Thank you for taking the time to read this !!!
P.S. : Blablabla english not first language blabla sorry for mistakes blablablabla
For example VMware is known to have drag/drop issues when running with Wayland in a virtual machine. Their “hypervisor tools” integration was written for X11 and they haven’t updated them for Wayland sessions. Other hypervisors may have similar issues.
So when you open a folder in Dolphin, for example, and drag an object onto the desktop, what happens? As an example, I’ve opened a directory and dragged the rust source directory onto the grey area to left of this screenshot (which is my desktop, for I have no imagination). When I let go I get the pop-up to say “do you want to move, copy or link this thing”… do you get ANY of that?
Have you gone into KDE settings and double-checked that the Accessibility configuration is how you expect it to be?
Is this a laptop or a desktop? If it’s a laptop have you tried with an external mouse?
Does your mouse (or touchpad) actually register button clicks and drags as you would expect it to? (you can check this with sudo libinput debug-events - it’s a bit chatty, but you should see outputs when you move, click and release mouse buttons)
So when you open a folder in Dolphin, for example, and drag an object onto the desktop, what happens?
The thing is actually I can’t even “pick up” and drag objects
Here is a GIF to demonstrate. It might be hard to tell because nothing happens but I am trying to drag and move those files around…
Have you gone into KDE settings and double-checked that the Accessibility configuration is how you expect it to be?
Yes, nothing out of the ordinary here.
Is this a laptop or a desktop?
It is a desktop with an external mouse. I have also tried with a different mouse but the issue stays…
Does your mouse actually register button clicks and drags ?
I have checked with libinput like you recommended and everything seems to be working fine for the mouse inputs.
However, I noticed that there is an unknown keyboard input that is constantly clicking an releasing. I will look into that…
Additional info : I cannot drag text, files, and other objects, but I am able to drag and move around tasks in my panel’s task manager.
Hope these infos are usefull, and thanks again for the help !
It turns out event7 is my SteelSeries Arctis 5 headset. The physical ChatMix dial was spamming the system with dummy keyboard clicks every millisecond because it’s not natively supported on Linux. I guess the spam was interrupting Wayland/KDE, which is why it couldn’t register when I was holding down the mouse to drag things…
To fix it, I blocked that specific phantom key using a udev rule:
Created a file: sudo nano /etc/udev/hwdb.d/99-block-steelseries-dial.hwdb