screenshot icon indicating copy to clipboard operation
screenshot copied to clipboard

Screenshot won't save with slash in file name

Open PhilippeMorere opened this issue 2 years ago • 1 comments

What Happened?

When saving a screenshot and putting a slash "/" in the filename, an error is thrown and the screenshot is not saved (and lost!). A different behaviour of warning the user or removing the slash character would be better.

Steps to Reproduce

  1. Take a screenshot
  2. save it with file name "hello/world"

Expected Behavior

A different behaviour of warning the user or removing the slash character would be better. Additionally, the screenshot should not be lost if this error happens.

OS Version

6.x (Odin)

Software Version

Latest release (I have run all updates)

Log Output

No response

Hardware Info

No response

PhilippeMorere avatar Apr 06 '22 12:04 PhilippeMorere

Thanks for finding this issue!

I think probably the proper thing to do would be to:

  • [ ] use a ValidatedEntry
  • [ ] display an error message when there's invalid characters
  • [ ] make sure the save button is insensitive if the entry is marked invalid

danirabbit avatar Apr 06 '22 16:04 danirabbit