AppImage

Why isn't this more mainstream?
It even got Linus approval.

Other urls found in this thread:

github.com/probonopd/AppImageKit/issues/133
bintray.com/probono/AppImages
pixls.us/files/
twitter.com/SFWRedditImages

>App

>Linus approval

The old name was klik, then changed to portable linux app finally settled on AppImage.
Which is a good thing, since all application are "apps" now.
Well it solves a lot of issues.

It's got the support of the projects that matter

>krita
>openshot
>avidemux

Snappy and Flatpak are memes, replacing distro repositories with a super-distro repository which is especially retarded
Appimage is completely decentralised as it should

Also
>flatpak
>naming you open source project from an ikea buzzword

>but appimage doesn't offer sandbox support
Just use Firejail

>It's got the support of the projects that matter
Because it is just easiest to use for both packager and user.
* for packager: just run a script that compile and copy every dependencies to a file
* for user: download, chmod +x and start using it

snap and flatpak offers nothing over AppImage.

Can it update?

>but appimage doesn't offer sandbox support
Why is it important?
Do you mean most applications run with sandbox by default?
Yes and no.
Yes, you can download a newer version.
github.com/probonopd/AppImageKit/issues/133

>All applications are apps now.
Are you fucking retarded?

Where is your god now?

You seem to be retarded definietely.

>It even got Linus approval.
huh? who cares what Linus thinks. he's a shill.

>all applications are "apps"
>t. apple shill

It certainly doesn't beat compiling my own version of the program to include support I want and remove options I don't need/want.

app always was just a short form for application. What part of it is too difficult to understand for you autistic idiots?

This

Linus is a retard that likes stock gnome

They should have made the file extension .app just to fuck with people.

You can rename the files if you wish so, they keep working it seems.

It certainly beats installing all kde dependencies system wide to have krita on my cinnamon desktop.
And having gimp2.8 installed and playing with the dev version. (works better than flatpak imo)

I know. Would've still been funny had they made it the standard.
Where do you get all those appimages? From the programs websites?

bintray.com/probono/AppImages

Lots of big projects use it, Krita comes to mind.

The only reason it isn't more popular is because package management is already so easy on Linux on most distros. I hope it catches on big eventually though.

Fucking sweet, thanks user.

thx m8

A newer version of gimp with gmic plugin and mypaint brushes built in.
pixls.us/files/
cce is color corrected version, but I can't tell any diff.

Holy shit this stuff is seamless. Why are Flatpak and Snap even a thing?

tribalistic autism

Red Hat and Canonical trying to shit up the Linux ecosystem as usual.

trips of truth

>not installed

>removing options
The only reason you would want to do that if it posed a security risk.
>not compiling your own AppImage

>tfw Linux was saved

How do you remove those?
What about configurations files and such?

>How do you remove
rm ProgramName*.AppImage
>Configuration Files
They are probably created in ~/.config.

That's a bad thing if you think about it.
What if you used an application that uses large amount of storage space?
AppImage should have something like remove/purge feature.

Also if all configurations go to ~/.config/ then doesn't it mean it will conflict/uses an existing config files?

I've just tested it, The chromium AppImage used the already existed config files for the already installed chromium, and vice versa.
It would be problematic if you want to test a new version without messing with your older one.

Doesn't Chromium use profiles, similar to Firefox -p default

Yeah it would be ideal if Appimages created something like a local config directory wherever they are located, maybe just called [application name]config or something. If they're supposed to be portable they ought not have to rely upon anything in ~/.config/

But I know nothing about how they work, so maybe I'm just being retarded.

>no automatic updates
>no sandbox
>no central download source
>User has to decide where to put it (bad idea)

It's obviously not great for every single application but for things like games or other software that is generally complete or not going to be updated often it is ideal.

complete software in this century?

>How do you remove those?

right click -> delete

>Configuration Files

no need, most appimages ask after start if you want them to be integrated into the system, though. you can also create x.desktop file (usually in usr/share/applications) that links to the appimage you wanr. This way you can start
the appimage from launcher/panel/dock, or you can drag the whole folder where you store the appimages to the panel/dock and start the appimage from launcher context menu

>>User has to decide where to put it (bad idea)

It's called freedom and it's a good idea