popey / unsnap

Quickly migrate from using snap packages to flatpaks
MIT License
990 stars 48 forks source link

Support parallel installs #37

Open ali1234 opened 2 years ago

ali1234 commented 2 years ago

Is your feature request related to a problem? Please describe. I have Blender 2 and Blender 3 installed in parallel using snap. unsnap doesn't support this configuration and only offers to replace Blender 3. It claims that Blender 2 has no flatpak.

Describe the solution you'd like I would like unsnap to duplicate my existing setup and install Blender 2 & 3 in parallel.

Describe alternatives you've considered Continuing to use snaps.

Additional context Parallel installs are currently unsupported in flatpak, so you will need to implement them there first. #36 must also be implemented.