-
Notifications
You must be signed in to change notification settings - Fork 17
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
Can't access files in /tmp #11
Comments
Our manifest uses |
Yes |
Ok thanks @TingPing! Well I don't find this directly that useful for sharing when one has one's full home access (well I don't find it useful, but clearly @ofnuts does, so who am I to deny it?), but I don't see it as being a serious security issue either, anyway, right? So why not! If someone (@TingPing?) thinks that's not advisable, just tell me why so that I can think further. Done with commit: commit bf7aff3 (HEAD -> master, origin/master, origin/HEAD)
org.gimp.GIMP.json | 1 + |
It is a security issue but this package already gave up on that yea. |
Well yeah obviously any file access is a security issue by definition. Maybe that's not what you meant though. If there is a more specific security issue for this specific directory, then it could be reconsidered. |
@Jehan Well we can have the filesystem discussion after Gtk3 port =) |
@Jehan While we are on the subject:
|
Yes but it doesn't matter here. Either both software are in the flatpak and they share a
Just update whenever you can, and if there are fixes, the update will pull the rebuilt GIMP. If your distribution has built-in flatpak support, it may even propose you to update from time to time (together with other updates of the system).
Someone else made the remark that it is the recommended installation for Linux. It is not the case (not yet). On the download page, there is even this text clearly saying:
The flatpak technology is new, and GIMP in flatpak has several feature losses (that we know of already, I'm sure we may discover more as time goes). Some feature losses can probably be fixed on our side by tweaking the flatpak, but several are either limitations of the sandbox model, or implementations which will need to happen on flatpak side (as examples: using darktable/RawTherapee as raw plug-ins of GIMP doesn't work because of sandbox model; and midi device support is broken as well, there is a bug report about it, and I am not really optimist about a resolution soon). So no, as it stands, flatpak is not the most recommended way. It may become some day. We'll have to see how things evolve. But currently, the only possible full-featured GIMP is still made by old-school packages.
I wondered about this too. This would make sense. On the other hand, the flathub infrastructure currently forces us to have a github repository, which comes with its own bug tracker, etc. So if we were to duplicate all the report points, this becomes a bit messy (this being said, several people already reported bugs related to flatpak package on bugzilla, so…). Well in the very end, I don't really know! |
We often use /tmp to store temporary files, of cause... but flatpak Slack does not give access to this. It was also a problem with GIMP, which they solved here flathub/org.gimp.GIMP@bf7aff3 (issue: flathub/org.gimp.GIMP#11) - could you possibly make the same correction?
Mercurial stores temporary edit files in /tmp which is excluded by default from --filesystem=host see flathub/org.gimp.GIMP#11
I cannot open files in
/tmp
. The directory appears in the file selector but is empty. As far as I can tell I can access all other directories. I can save/export files to/tmp
and re-open them, but this isn't the real/tmp
in my system (and seems to be reinitialized when the application is closed/restarted). I would guess there is some/tmp
in the flatpak that masks the true/tmp
. Couldn't that one have a special name to avoid masking that very useful directory?The text was updated successfully, but these errors were encountered: