You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a follow-up to issue #15: If a parent directory name contains a UTF-8 character, mimeopen does not handle this properly.
> mimeopen ä/x.pdf
Opening "�/x.pdf" with Document Viewer (application/pdf)
So far, so good - but now for my next trick:
> cd ä
> mimeopen x.pdf
Opening "x.pdf" with Document Viewer (application/pdf)
** (xreader:116105): WARNING **: 15:33:57.311: Error when getting information for file “/home/ml/ä/x.pdf”: No such file or directory
[...]
Calling xreader x.pdf within that directory (or with the full path) works correctly.
The text was updated successfully, but these errors were encountered:
As a follow-up to issue #15: If a parent directory name contains a UTF-8 character,
mimeopen
does not handle this properly.So far, so good - but now for my next trick:
Calling
xreader x.pdf
within that directory (or with the full path) works correctly.The text was updated successfully, but these errors were encountered: