https://bugs.kde.org/show_bug.cgi?id=444950
Tiar <tamtamy.tym...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Severity|crash |normal Status|ASSIGNED |RESOLVED --- Comment #7 from Tiar <tamtamy.tym...@gmail.com> --- Fix for tasksets works for patterns too, at least in my case. @Wolthera, if you can still reproduce it, please add new steps to reproduce (unless they are completely the same), or maybe the file you try to import (though here it fails on creating a loader for the filename so I don't know why it would crash for you). On my system, with some debug lines added, I get this output: Could not create loader for "patterns" "pattern.png~" "application/x-trash" Could not create loader for "patterns" "pattern.png~" "application/x-trash" Could not retrieve imported resource from the storage "patterns" "/home/tymon/kritadev/otherfiles/testfiles/resources/pattern.png~" "" Failed to import resource "/home/tymon/kritadev/otherfiles/testfiles/resources/pattern.png~" First attempt: isNull = true Storage location: "" marked as existing already: true Could not create loader for "patterns" "pattern.png~" "application/x-trash" Failed to import resource "/home/tymon/kritadev/otherfiles/testfiles/resources/pattern.png~" I get two messages, first asking if I want to overwrite the file (which is clearly a bug - but it doesn't happen with correct importing), and then that it failed importing. I know why it does that... I will make a bug report for that tomorrow (so it will be more clear than this long one here). -- You are receiving this mail because: You are watching all bug changes.