*Copy* does not take into account unsaved rotation #5

Open
opened 2024-08-24 18:04:52 +02:00 by Benjamin_Loison · 1 comment

Saving solves the issue.

Saving solves the issue.
Author
Owner
xclip -selection clipboard -out
trash:///Screenshot%20from%202025-11-20%2017-08-06.png
xclip -selection clipboard -o -t image/png | xclip -selection clipboard -t image/png

does not return anything and solve the issue.

So should unset this clipboard entry.

Related to Benjamin-Loison/gitea/issues/122.

``` xclip -selection clipboard -out ``` ``` trash:///Screenshot%20from%202025-11-20%2017-08-06.png ``` ``` xclip -selection clipboard -o -t image/png | xclip -selection clipboard -t image/png ``` does not return anything and solve the issue. So should unset this clipboard entry. Related to [Benjamin-Loison/gitea/issues/122](https://github.com/Benjamin-Loison/gitea/issues/122).
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#5