Copy/paste works fine, but cut/paste does nothing when a clipboard persistence daemon is active (such as wl-clip-persist).
When I copy a file, it sends these MIME types to the clipboard:
text/uri-list
x-special/gnome-copied-files
application/x-kde-cutselection (this just has empty data)
When I paste, it requests the x-special/gnome-copied-files one.
When I cut a file, it sends the same MIME types, but all have empty data except for text/uri-list. So when it goes to paste, there's no data in x-special/gnome-copied-files
Copy/paste works fine, but cut/paste does nothing when a clipboard persistence daemon is active (such as wl-clip-persist).
When I copy a file, it sends these MIME types to the clipboard:
text/uri-listx-special/gnome-copied-filesapplication/x-kde-cutselection(this just has empty data)When I paste, it requests the
x-special/gnome-copied-filesone.When I cut a file, it sends the same MIME types, but all have empty data except for
text/uri-list. So when it goes to paste, there's no data inx-special/gnome-copied-files