Skip to content
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

Crash when folders without read permission are encountered #23

Open
DocKDE opened this issue Jul 7, 2023 · 2 comments
Open

Crash when folders without read permission are encountered #23

DocKDE opened this issue Jul 7, 2023 · 2 comments

Comments

@DocKDE
Copy link

DocKDE commented Jul 7, 2023

When trying to run the executable in my home directory I got this:

Error: error during app runtime

Caused by:
    0: error starting filesystem refresh watcher
    1: Permission denied (os error 13) about ["/home/$USER/.local/share/containers/storage/overlay/l/HH3AARVJP4F3JJNC57Q2672EVG/var/cache/apt/archives/partial"]

Apparently the app can't deal with folders that have no read permission for the user? It'd probably be best to rather ignore these than crash outright.

@dzfrias
Copy link
Owner

dzfrias commented Jul 7, 2023

Thanks for reporting the bug! I tried a fix with 52da9b4, but I wasn't able to recreate the error myself, so I don't know if it works. Swallowing that error should be pretty simple, though.

I'll work on the other issues you opened; thanks for writing them! Everything should hopefully be fixed in the next release!

@makorne
Copy link

makorne commented Mar 1, 2024

Just installed over cargo install. Fedora 37
Still the same bug :(

prj

Error: error during app runtime

Caused by:
    0: error starting filesystem refresh watcher
    1: Permission denied (os error 13) about ["/home/my/.local/share/containers/storage/volumes/30453c96cc58494e78a3869b03fb281446bfe85736e4613218527bfecea37166/_data"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants