helloSystem / ISO

helloSystem Live and installation ISO
https://github.com/helloSystem/
BSD 3-Clause "New" or "Revised" License
807 stars 58 forks source link

Provide `.tar.gz` and `.tar.bz2` file installation interface #251

Closed louies0623 closed 3 years ago

louies0623 commented 3 years ago

Is your feature request related to a problem? Please describe. Because every time you want to install the Tar package software, you have to use a command, which is painful and time-consuming.

Describe the solution you'd like Provide an installation interface for .tar.gz and .tar.bz2 files .

Describe alternatives you've considered Implement the terminal command in the UI

Additional context No.

kettle-7 commented 3 years ago

Duplicate of #249?

This would normally happen, issue 249 is stopping it. But yes, they mount like disks or zip folders on Windows.

louies0623 commented 3 years ago

Duplicate of #249?

This would normally happen, issue 249 is stopping it. But yes, they mount like disks or zip folders on Windows.

It's not the same. This is an interface that provides a simple installation procedure when installing Tar files.

kettle-7 commented 3 years ago

Yep that is exactly what happens. You see the app bundle in there, you can either run it directly or drag it to your Applications folder.

probonopd commented 3 years ago

Closing in favor of #249.

We can't know how to "install" what is inside those files, because it can be totally random.

kettle-7 commented 3 years ago

I just deploy zipped app bundles.

probonopd commented 3 years ago

Then the current implementation should work: zipped app bundles, when double-clicked, get opened and show the app bundle which you can directly open or can copy somewhere.

kettle-7 commented 3 years ago

Exactly. Except, as I pointed out in #249, they're not mounted properly.