https://bugs.kde.org/show_bug.cgi?id=471375
Méven Car <meve...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meve...@gmail.com --- Comment #10 from Méven Car <meve...@gmail.com> --- (In reply to Pedro V from comment #9) > > The issue seems to be with zwp_primary_selection_device_manager_v1 not being > exposed when middle click pasting is disabled, but I don't believe it to be > a KDE problem, and I'd argue that accommodating programs expecting primary > selection emulation to just work would be counterproductive. Optimally > programs would check for indication of support and would modify their > behavior accordingly, so hopefully the hardcoded middle click pasting would > slowly die out in favor of optional support. I think that's at least the cause of the issue, where it is, is another matter. Firefox seems to use gtk to provide the protocol implementation, so I wonder if gtk apps are concerned too. gtk seems to special case when the protocol is missing and implementing it within the app, bypassing our setting and making it not work with other apps: https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gdk/wayland/gdkseat-wayland.c#L4291 This might part of the root issue. -- You are receiving this mail because: You are watching all bug changes.