116
submitted 10 months ago* (last edited 10 months ago) by uranibaba@lemmy.world to c/linux@lemmy.ml

I just found out about AppImageLauncher, a package handler for AppImages. It organizes them, creates desktop files for you and handles updates and removal.

Integrate AppImages to your application launcher with one click, and manage, update and remove them from there. Double-click AppImages to open them, without having to make them executable first.

Much better than having to create all the desktop files myself, and having to figure out what to put in them for it to work correctly (I'm looking at you, qBittorrent and magnet links).

all 36 comments
sorted by: hot top controversial new old
[-] domi@lemmy.secnd.me 32 points 10 months ago
[-] s3rvant@kbin.social 11 points 10 months ago

Looks like Gear Lever is more actively maintained too; thanks for sharing!

[-] penquin@lemm.ee 4 points 10 months ago

I love how gnome apps look so neat and simple. Never knew about this one. Thank you.

[-] uranibaba@lemmy.world 2 points 10 months ago

keep older versions installed or replace them with the latest release

This functionality does not seem to be present in AppImageLauncher.

[-] TCB13@lemmy.world 12 points 10 months ago

The best launcher you can get for AppImages is to just drop the thing and move to Flatpaks that don't take 2 seconds to launch apps.

[-] beta_tester@lemmy.ml 34 points 10 months ago

Some apps are only available as appimages.

Neverthrless you should ask the maintainer and work towards flatpaks.

[-] unsigned@lemmy.dbzer0.com 11 points 10 months ago

As someone who tried to maintain a large application flatpak I would say it’s pain in the ass to work with and things break often. The way it’s configured and how permissions are set needs to be simplified.

[-] wiki_me@lemmy.ml 1 points 10 months ago

Have you tried nix? I wonder if it works better.

[-] M500@lemmy.ml 10 points 10 months ago

Looking at you Bitwarden.

Appimage and snap. Why no flatpak?

There is a flatpak, but I’m pretty sure it’s a community version.

[-] TCB13@lemmy.world 11 points 10 months ago

Appimage and snap. Why no flatpak?

I know why. They're most likely running into this scenario as well.

[-] KISSmyOS@lemmy.world 2 points 10 months ago

The community flatpak of Bitwarden doesn't have this issue.
Because it only lets you copy to the clipboard, lol.

[-] TCB13@lemmy.world 3 points 10 months ago

Because it only lets you copy to the clipboard, lol.

Fair enough. :P

[-] TCB13@lemmy.world 1 points 10 months ago

Some apps are only available as appimages.

Yeah I know, I was just joking around, still AppImages are annoying.

[-] JetpackJackson@feddit.de 11 points 10 months ago
[-] ___@lemm.ee 14 points 10 months ago

It’s not. These are opinions. Snap on the other hand… THAT is bad.

[-] JetpackJackson@feddit.de 2 points 10 months ago

I can agree with that

[-] Kusimulkku@lemm.ee 8 points 10 months ago* (last edited 10 months ago)

From the "universal package formats" that's the one I've had issues with when using it on a distro not specifically mentioned to work, it was supposed to be universal! Though not sure if that's an issue with whoever packaged the app or anything specific with AppImage. Poor experience anyway.

Also no repo model. I like package manager to deal with shit. We have sorta solutions for that but not quite like snaps and flatpaks.

Also the dependencies stuff is weird. They advice you to think of the oldest (LTS?) distro you think the app will be used on and use deps compatible with that one. Which just seems, I dunno, icky, for lack of better word.

But for a random one-off app, I think it's fine. I prefer flatpak but it's fine, I wouldn't avoid it or anything.

[-] JetpackJackson@feddit.de 3 points 10 months ago

Ah ok. That makes sense. Thank you for taking the time to write out a long reply

[-] gens@programming.dev 2 points 10 months ago
[-] Hubi@feddit.de 12 points 10 months ago

This app is great, I've used it for a few months. I used to hate dealing with appimages, now I don't even think about them.

[-] sleepyTonia@programming.dev 8 points 10 months ago

Nope, no thank you... I'm not touching anything other than native, AUR or Flatpak packages. AppImage has only been an inelegant and overall inferior alternative in my experience. The Windows experience, with Linux portability issues. "Find an installer online from some website, have it do whatever the hell it wants, polluting my home folder with random crap and hope it's not a virus" with essentially zero advantages over Flatpak or even Snap.

[-] uranibaba@lemmy.world 4 points 10 months ago

What makes Flatpak so good? Honest question. It is a new package manager for me, I have mostly been on Linux server, not desktop. For all my use cases Flatpak has never been mentioned, I've always used apt-get until I installed Ubuntu as a desktop OS and it comes with Snap. The next thing I see is Flatpak > Snap and no mention of apt-get.

[-] sleepyTonia@programming.dev 2 points 10 months ago* (last edited 10 months ago)

It's not some miracle packaging system and while Flatpak-installed programs tend to start just as fast as native ones, I consider it inferior for most cases. Its two big advantages are that Flatpaks have a runtime they specify and depend on. It gets downloaded and installed automatically if missing when you install a Flatpak. So you're much less likely to run into issues where a program won't run on your system because of an incompatibility with a missing, or newer version of some library. Each Flatpak also gets installed in its own fake environment and is essentially a sandbox when you run the program. You can use a program named Flatseal to give each Flatpak access to specific directories or functionalities, or restrict it further. But the one big negative is that this runtime uses a lot of disk space. ~800MB per runtime.

It tends to work really well and I've been told that years ago a guy would use this packaging system to bundle pirated windows games with a preconfigured version of wine, which made them run out of the box, with zero tinkering. On top of essentially being sandboxed and unable to access your real home folder, internet, camera or microphone. Just to illustrate its versatility. It also kind of already won the war when Steam Decks started using Flatpak as their main packaging system.

[-] uranibaba@lemmy.world 2 points 10 months ago

It appears to be only desktop, what would explain why it is new to me despite being creating in 2007 (https://itsfoss.com/what-is-flatpak/, quick search).

Thanks for taking the time to explain. So from what I understand, it is a universal package manager (which apt-get is not) and it is FOSS (which I understand Snap is not)?

[-] joel_feila@lemmy.world 1 points 10 months ago

In brief yes, its newer then app image, and more open then snap.

[-] sleepyTonia@programming.dev 1 points 10 months ago

I don't remember anyone mentioning Snap being closed source, but it receives many complaints for interfering with the functioning of common programs, on top of slowing down the execution of programs installed through it and is now being forced on users. I haven't touched any *buntu distro in years, but it always seemed half-baked from the comments I keep on reading about it.

Also yes, Flatpak is what I believe you could call a universal package manager. Package it once and it should run on any Linux distro since it takes most things out of the equation, save for the kernel and drivers. And yes, it mostly is used to distribute desktop applications. It's ideal for safely running random applications or older programs that wouldn't run through a modern runtime.

[-] uranibaba@lemmy.world 1 points 10 months ago

I read that Snap was propriety and a quick search did not give me any hits on their source code, but I could of course be wrong.

[-] ikidd@lemmy.world 5 points 10 months ago

Never had it work right. 90% of the time it just prompts again or fails to run entirely.

[-] njordomir@lemmy.world 1 points 10 months ago* (last edited 10 months ago)

Not sure if I'm using the same package or just a similar one. I've been annoyed at all the snaps, flatpacks, appimages, etc. for a while now. I just want to update from the repo and not end up with a bunch of slow, broken, poorly integrated alternatives on my computer. Being able to properly manage app images with a tool like this made the alternate distribution formats so much more tolerable. Now when I install something I pray that I'll find an app image if it's not in the repos!

[-] uranibaba@lemmy.world 1 points 10 months ago

I mostly used apt-get but when I installed Ubuntu as a desktop OS, I used their store until I understood that Snaps were not always the officially packaged versions. The same thing with Flatpaks. I wanted to install Sublime Text so I looked to Flathub and found a package by Sublime HQ Pty Ltd. Imagine my surprise when went to Sublimes own website to saw that they offer it via apt-get (on Ubuntu/Debian), they even say on their forum that they do not provide via Flatpak or Snap.

Someone just uploaded a package using a name that looks official, while not actually being the owner of the product.

this post was submitted on 03 Nov 2023
116 points (95.3% liked)

Linux

47371 readers
978 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS