*Copy* can't be *Paste* in Linux Mint 22.2 Cinnamon Nemo #16

Open
opened 2025-11-30 15:31:03 +01:00 by Benjamin_Loison · 3 comments
xclip -selection clipboard -t TARGETS -o | sort | uniq
Output:
application/ico
application/vnd.portal.files
application/vnd.portal.filetransfer
audio/x-riff
COMPOUND_TEXT
image/bmp
image/ico
image/icon
image/jpeg
image/png
image/tiff
image/vnd.microsoft.icon
image/webp
image/x-bmp
image/x-ico
image/x-icon
image/x-MS-bmp
image/x-win-bitmap
MULTIPLE
STRING
TARGETS
TEXT
text/ico
text/plain
text/plain;charset=utf-8
text/uri-list
TIMESTAMP
UTF8_STRING

when Copy in XViewer.

xclip -selection clipboard -t TARGETS -o | sort | uniq
Output:
TARGETS
text/plain;charset=utf-8
TIMESTAMP
UTF8_STRING

when copy the image in Nemo.

``` xclip -selection clipboard -t TARGETS -o | sort | uniq ``` <details> <summary>Output:</summary> ``` application/ico application/vnd.portal.files application/vnd.portal.filetransfer audio/x-riff COMPOUND_TEXT image/bmp image/ico image/icon image/jpeg image/png image/tiff image/vnd.microsoft.icon image/webp image/x-bmp image/x-ico image/x-icon image/x-MS-bmp image/x-win-bitmap MULTIPLE STRING TARGETS TEXT text/ico text/plain text/plain;charset=utf-8 text/uri-list TIMESTAMP UTF8_STRING ``` </details> when *Copy* in XViewer. ``` xclip -selection clipboard -t TARGETS -o | sort | uniq ``` <details> <summary>Output:</summary> ``` TARGETS text/plain;charset=utf-8 TIMESTAMP UTF8_STRING ``` </details> when copy the image in Nemo.
Author
Owner

Related to #5.

Related to #5.
Author
Owner
xclip -selection clipboard -out -t 'text/plain;charset=utf-8' | xclip -selection clipboard -t 'text/plain;charset=utf-8'
xclip -selection clipboard -t TARGETS -o | sort | uniq
Output:
MULTIPLE
TARGETS
TEXT
text/plain
text/plain;charset=utf-8
TIMESTAMP
UTF8_STRING

does not help experimentally.

```bash xclip -selection clipboard -out -t 'text/plain;charset=utf-8' | xclip -selection clipboard -t 'text/plain;charset=utf-8' xclip -selection clipboard -t TARGETS -o | sort | uniq ``` <details> <summary>Output:</summary> ``` MULTIPLE TARGETS TEXT text/plain text/plain;charset=utf-8 TIMESTAMP UTF8_STRING ``` </details> does not help experimentally.
Author
Owner

Drag and drop works fine to copy.

Drag and drop works fine to copy.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Benjamin_Loison/xviewer#16