Code: Select all
SetClipboardText("abc123")
PureBasic 6.21 Beta 4 (Linux - x64)
Ubuntu 24.04.2 LTS
I run this code, then open a new tab in the IDE and repeatedly press ctrl+v. Nothing is pasted the first couple of times and after a while what is pasted is what was in the clipboard before I ran the code, but never what SetClipboardText() was supposed to put there. Not sure if the KDE Plasma clipboard manager is messing with it. Can anybody reproduce this? The clipboard docs don't state what library is used.