-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Cleanup > rename pdfs sometimes creates too long file names for windows #2622
Comments
Could you please test the current dev version? It should trow an error if the renaming can not be done. |
Also, if the file to be renamed does not exist no message is given to the user. |
@Siedlerchr We could auto truncate filenames to keep the limit but this would potentially break the auto link files algorithm. Otherwise we could forward the error in the UI but this would also not really help the user except that he sees that the renaming is not working. Not sure which way to go. |
If you are having problem to move/delete files with long names try using Long Path Tool. |
Windows 10 supports long paths, if you tweak the registry (see https://superuser.com/a/1122610/138868)
|
JabRef version 3.8.2 on Windows 7
Steps to reproduce:
I filename is long enough this creates a PDF (path to file > 260 characters) that cannot be handled appropriately by the Windows OS.
Perhaps truncate or give a warning when new filename is > 100 characters long?
The text was updated successfully, but these errors were encountered: