| Summary: | When run from a global shortcut, `normcap` does not copy text to clipboard, but `normcap | tee /dev/null` does | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | sk.griffinix |
| Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | kde, kde, kdebugs, magunasu.b97, nate, nicolas.fella, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.27.4 | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
sk.griffinix
2023-05-01 14:59:11 UTC
I ran into this as well but with wl-copy, I've been using the good ol' "custom shortcuts" but that has been intentionally removed from Wayland, adding my script as a command shortcut results in the problem explained in this report. Broken: <output> | wl-copy --trim-newline Works: <output> | wl-copy --trim-newline | tee /dev/null Cannot reproduce. I do recall wl-copy having a bug at some point that affected us, maybe it was that. It might have been: https://github.com/bugaevc/wl-clipboard/commit/d2c32f2b4d469f53070e8c4052dea6f412de3916 Please reopen if this is still an issue. |