https://bugs.kde.org/show_bug.cgi?id=465972
incom...@frogg.ie changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |incom...@frogg.ie --- Comment #1 from incom...@frogg.ie --- Created attachment 156407 --> https://bugs.kde.org/attachment.cgi?id=156407&action=edit Debugging files, read comment For debugging and ease of understanding reasons, I am attaching two example files, the -manual one is a manual save from spectacle and is the expected behavior. You can try the following commands yourself to test outputs from spectacle to see if they are working as intended: ``` # Pastes from the clipboard and shows the first line of xxd hex output, which shows the magic bytes. wl-paste | xxd | head -n 1 # Shows the first line of xxd hex output from both of the files, as well as the "file" output to show you their interpreted file types. unzip example_images.zip cat file10.png | xxd | head -n 1 cat file10-manual.png | xxd | head -n 1 file file10.png file file10-manual.png ``` -- You are receiving this mail because: You are watching all bug changes.