-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save error when using the same strftime variable twice #74
Labels
question
Further information is requested
Comments
@jinks I can't reproduce this issue even with the same |
jtheoof
added a commit
that referenced
this issue
Feb 21, 2021
Most of the filesystems have max filename limited to 255 chars. Let's set that limit and handle the case where the resulting `strftime` format is larger. Closes #74
jtheoof
added a commit
that referenced
this issue
Feb 21, 2021
Most of the filesystems have max filename limited to 255 chars. Let's set that limit and handle the case where the resulting `strftime` format is larger. Closes #74
jtheoof
added a commit
that referenced
this issue
Feb 21, 2021
Most of the filesystems have max filename limited to 255 chars. Let's set that limit and handle the case where the resulting `strftime` format is larger. Closes #74
@jinks I could reproduce and fix it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was experimenting with the save_file_fmt config and it appears re-using the same placeholder twice makes the save fail.
config parameter:
save_filename_format=%Y-%m-swappy-%Y%m%d-%H%M%S.png
Result:
** (swappy:1600448): CRITICAL **: 04:36:19.122: unable to save drawing area to pixbuf: Failed to open “/home/jinks/Pictures/Screenshots/2021-01-swappy-20210120-043619.p��e �\u007f” for writing: Invalid or incomplete multibyte or wide character
The text was updated successfully, but these errors were encountered: