https://bugs.kde.org/show_bug.cgi?id=391325
--- Comment #12 from Alvin Wong <alvinhoc...@gmail.com> --- Well, I was about to take a shower but I took a look anyway. The obvious problem is trying to create a file with colons (`:`) in the name, since it is one of the few reserved characters that can't be used in a file name. See https://en.wikipedia.org/wiki/Filename#Reserved_characters_and_words This is a reminder that date/time in file names should be formatted in something like yyyyMMddHHmmss, yyyy-MM-dd_HHmmss, or just a Unix timestamp. -- You are receiving this mail because: You are watching all bug changes.