Some commands that relied on wl-copy like `pass -c` would return empty pastes.
My guess is that the xdg-mime query (from xdg-utils) returns empty output on KDE, and that wl-copy relies on this to determine the MIME type of piped data, and when it gets nothing back, the clipboard MIME type is corrupted.
The fix was replacing
14 May 2026 18:50