When using the screenshooter in a Swedish environment the generated filename becomes, e.g. "Skärmbild - 2015-04-15 - 10:55:08.png" Since colon is used to separated the Swedish time parts in the timestamp the final file is not transferable to an windows environment. ## Proposed solution Make a new entry in the configuration where the filename could be set using known placeholders like: filename_pattern=Screenshot-YYYYMMDD-hhmmss.png In this way, anyone can create their own generated filename. ## Alternate solution proposal Simply remove any illegal characters from the generated filename.
This bug is a duplicate of https://bugzilla.xfce.org/show_bug.cgi?id=8445 and has been fixed in version 1.8.2. See the last comment in the above-referenced bug report for information on using the timestamp and title config keys to alter the format of the default filename.
Right, duplicate :) *** This bug has been marked as a duplicate of bug 8445 ***