https://bugs.kde.org/show_bug.cgi?id=417590
jkhsjd...@totally.rip changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jkhsjd...@totally.rip --- Comment #1 from jkhsjd...@totally.rip --- Same issue here, but not only with kinfocenter. When copying something to the clipboard with xsel, I also have to do it twice. See the following example: $ xsel -bc # clear cliboard $ xsel -bo # verify clipboard is empty $ echo "test" | xsel -ib # copy "test" to CLIPBOARD $ xsel -bo # print contents of CLIPBOARD $ echo "test" | xsel -ib # try again $ xsel -bo test $ echo "test2" | xsel -ib # copy something different $ xsel -bo # CLIPBOARD has only been cleared $ echo "test2" | xsel -ib $ xsel -bo test2 Copying text from other applications like konsole or firefox also doesn't work sometimes. Running Arch Linux with KDE Plasma 5.18, it worked fine before the update to 5.18. -- You are receiving this mail because: You are watching all bug changes.