-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Linux] snap: Cannot access files outside of /home/, misleading error message #451
Comments
aw snap! so did you manage to solve the underlying issue? so the problem is only that the message is misleading? |
The underlying issue is a snap "bug" (see also so), but I don't know if it will ever be resolved. The error message should be clearer indeed. |
I'm not sure how I can make llc support /tmp, but I will fix the issue with unsupported file |
Could be related to #410 |
LLC will now check for permission to open file before opening it and give a better error, so this should be resolved |
When installing losslesscut under Linux via a Snap, it cannot access files outside of the user's home directory (like all snaps). When trying to open a file in
/tmp/
, however, the UI saysThis had me pulling my hair out for a file, so perhaps the error message can be improved.
Note that the developer console says
The text was updated successfully, but these errors were encountered: