klipper: store QImage and construct QPixmap only when necessary
The mime data from Wayland clipboard is not the exact same image, so two image items are listed (first time restarting plasmashell). But after images are saved to local, they have the same uuid again. So klipper starts to become confused after the second time restarting plasmashell. This is caused by QPixmap::from(QImage).toImage() erasing metadata in the image, and KSystemClipboard will emit changed signal on Wayland, so another identical image is added to clipboard. BUG: 465225 BUG: 465326 BUG: 464828 BUG: 465603 FIXED-IN: 5.27
parent
c6f4d6f7
Loading
Loading
Pipeline
#329693
passed
with stage
in
15 minutes and 39 seconds
Loading
-
mentioned in commit 41ac399c
-
mentioned in merge request !2614 (merged)
-
mentioned in commit 89d1f0e0
-
mentioned in merge request !2502
Please register or sign in to comment