| Summary: | Clipboard not cleared | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | ssmid <ssmid> |
| Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | xaver.hugl |
| Priority: | NOR | ||
| Version First Reported In: | 6.3.4 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
ssmid
2025-04-11 09:51:14 UTC
Plasma comes with a built in clipboard manager, which intentionally prevents this. Calling EmptyClipboard() on wine works, probably because it sets the clipboard to an empty string. Why force wayland clients to find workarounds instead of conforming to spec? Letting a user of my library call a function "clearClipboard()" and it just doesn't work is not really an option, so naturally I will use the same workaround. This does conform to the spec. Clipboard managers are a thing, whether you like it or not.
> Calling EmptyClipboard() on wine works, probably because it sets the clipboard to an empty string.
That's a bug then, one that should be fixed.
|