https://bugs.kde.org/show_bug.cgi?id=469328

Daniel Jay Haskin <djhaskin...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djhaskin...@gmail.com

--- Comment #5 from Daniel Jay Haskin <djhaskin...@gmail.com> ---
I just upgraded to Fedora 39 from Fedora 38. In the process, I upgraded to KDE
5.27.9 . I hit this bug on upgrade.

I have (something like) this line in a script I fire off via keyboard shortcut:

    printf "${thing}" | wl-copy

I was able to work around this bug by ensuring that output and error were
hooked up to something inside the script:

    printf "${thing}" | wl-copy >/dev/null 2>/dev/null

This works because the pipe supplies stdin, the `>` supplies stdout, and the
`2>` supplies a stderr for the wl-copy process.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to