Sonny Piers

Results 456 comments of Sonny Piers

With https://github.com/bottlesdevs/Bottles/pull/436 - all filesystem permissions that are related to letting a user open an arbitrary file can be removed. As far as Bottles is concerned. Regarding Windows app that...

> Maybe the sandbox is disabled by GNOME Builder or flatpak-builder? Exactly

Yes, it took me a while to understand the subtleties of flatpak when I started targeting it. It was quite frustrating. I think the developer experience could be better there....

We agree :smile: Also, it was unclear to me that `devel` flag involve full fs access. It should at least be explicit. Please do create an issue - I'll happily...

#130 is a requirement to consider dropping the following permissions ``` "--filesystem=~/.Bottles:ro", "--filesystem=~/.local/share/bottles:ro", ``` note that Bottles will probably need a 'migrator' so even after #130 - these permissions might...

Safely as in "app won't crash" or safely as in "won't break any feature"? What is a user wants to impot a prefix from `.wine` ?

> From these can be safely removed .Bottles (old path where we stored bottles in v1) What about https://github.com/bottlesdevs/Bottles#backward-compatibility-triumph ? --- ![Screenshot from 2021-08-05 18-09-29](https://user-images.githubusercontent.com/19673/128383875-ec3e9a34-51e4-4d40-9376-76fd803587c4.png) this is the importer right?...

Ok then for now I suggest we remove all permissions (and break the importer) and add to the flathub repo README.md how to use the importer with Flatseal. I will...

@mirkobrombin can you assign me ?

* [x] remove fs permissions https://github.com/bottlesdevs/Bottles/pull/460 * [x] edit flathub manifest https://github.com/flathub/com.usebottles.bottles/pull/130/files * [x] [add instructions on how to use Flatseal for importer and exposing folders to Wine](https://docs.usebottles.com/flatpak/expose-directories) * [...