-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Screen Flicker On KDE Plasma Wayland - Possibly A Wayland Bug #190
Comments
I’m experiencing the same bug on Alpine Linux v3.19 with Sway 1.8. And it doesn’t happen just for EDIT: It stops when I disable GUI ( |
I have the same problem on my Fedora 40 with KDE Plasma 6 and Wayland. If I launch "cb", it stays launched and never dies causing screen and focus flicker.
|
Same problem on hyprland; run |
Some problem in NixOS with KDE Plasma 6 and Wayland. As noted above, |
Fixes Slackadays#190 The GUIClipboardDaemon created a new Wayland window every ~2 seconds to interact with the clipboard. This steals focus from the currently active window for a very short time, causing context menus and overlays to close. It basically made Clipboard unusable on Wayland. The simplest strategy of fixing this is to align Linux with all other platforms by only reading data from the clipboard on-demand instead of doing it continuously.
I actually managed to fix it! 🥳 It took a long time to understand how Clipboard interacts with Wayland, but in the end the fix was relatively simple. If you are suffering from the same issue, please take the time to test the fix. See #203 for details on how to do that. |
Dupe of #171, we still need to fix Wayland though |
Describe the bug
Using clipboard in KDE Plasma Wayland makes the screen start flickering. Every time it flickers input is stopped so no typing on a keyboard during it.
It also clears any right-click context menus and closes desktop edit mode.
For some reason it also makes it so I can't launch a new plasma session in a different tty. Specifically it gives an error of:
*ERROR* Failed to open channel.
To Reproduce
Steps to reproduce the behavior:
$ cb copy "test"
Expected behavior
I expected that things would run normally and not glitch out the entire session.
Version
I'm using CB 0.9.0.1-1 from the AUR with Arch Linux (Vanilla). I installed it with the AUR helper paru.
Questionnaire
Check these boxes to see if your issue is valid or not.
Additional context
I made sure to check issues and haven't seen anything like this.
I'm not familiar with how to find any logs pertaining to clipboard so if there are any I can grab that might helpful to debug this please let me know.
Wayland logs might also be useful so please let me know which ones I should grab and post.
I'm doing all this in a virtual machine. I know Wayland has issues with virtual machines but I've not encountered a bug like this with anything else.
The text was updated successfully, but these errors were encountered: