-
Notifications
You must be signed in to change notification settings - Fork 8
Restrict directories #25
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
Comments
I am not comfortable with removing this permissions, even though I do use the requested permissions in my setup.
|
I tested it and it worked fine for me, which is why I opened the issue.
The persisted files will be located in Changing it to - "--filesystem=home"
+ "--persist=.arduino15",
+ "--persist=Arduino" should persist properly. |
Were you able to load your old files in
Yes, but the older ones in EDIT: This would have been a great idea when the flatpak was proposed. Now I am not sure about it. I asked the flathub devs about a month ago, they were also of the idea of not changing it. Any proper solution requires upstream involvement. |
Can you guide me on that? I don't think I'm understanding this. My assumption is that if it has
Fair point, though users should be able to move the contents manually.
I agree. Unfortunately they rejected following XDG standards arduino/arduino-ide#1514. |
Suppose the user store his files at The average user should not be expected to understand the fs permissions, and flatpak is intended to be as transparent as possible. |
I'm pretty sure that they won't be able to store their files in
Fair point. Now that I think of it, migration will be extremely annoying, but in my opinion, having files in |
I was referring to the user having files in
It is a little worse than annoying, most people are not flatpak-sawy enough (and I cannot put enough emphasis in that they should not be) to know how to do this migration before going back to, say the outdated rpm version provided by Fedora (which I am sure was only updated recently). I personally think that it would not be that bad to add |
Correct. It will make the |
I just want to suggest to remove
--filesystem=home
and allowxdg-{desktop,documents,pictures,downloads,videos}
instead. Also using--persist
would stop the Arduino programs from cluttering the user directory.I wouldn't mind submitting an MR.
The text was updated successfully, but these errors were encountered: