63
submitted 3 days ago by Suoko@feddit.it to c/linux@lemmy.ml

This should be installed as default in all distro. Run it with --install, put appimages in ~/Applications and it's done, you'll see all apps in your DE app menu

you are viewing a single comment's thread
view the rest of the comments
[-] TrickDacy@lemmy.world 12 points 3 days ago
[-] Suoko@feddit.it 1 points 2 days ago

Does it manage the --no-sandbox option often needed?

[-] TrickDacy@lemmy.world 1 points 2 days ago

I have never used that flag. Does that just enable full system access without the usual layer of sandbox protection?

[-] Suoko@feddit.it 1 points 2 days ago

Yes,and it's the only way to start some apps on Ubuntu

[-] SamueruSama@programming.dev 1 points 1 day ago

Don't run electron/chromium apps with --no-sandbox, that is not safe, you are exposing yourself to the internet.

Canonical decided on ubuntu 24.04 to disable unpriv namespaces in the name of security, in reality they did it to push snaps since that change breaks appimage and flatpak.

Do what linux mint ended up doing and disable the restriction.

kernel.apparmor_restrict_unprivileged_userns = 0' | sudo tee /etc/sysctl.d/20-fix-namespaces.conf
sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

Or better yet just don't use ubuntu, it is just a source nightmares, the uuttils switch even broke one of my appimages...

[-] TrickDacy@lemmy.world 1 points 1 day ago* (last edited 1 day ago)

Okay, well gear lever lets you add command line arguments which get saved in the config so that should work easily. I will say it's odd to me that you say this is needed for a specific OS, let alone often. I have never used that flag and I've been using an Ubuntu variant for ~5 years now. Doesn't mean you're wrong or anything, I'm just surprised because that seems to defeat one of the main purposes of appImages. The whole security/safety model seems to be sidestepped if you use that flag. I tend to only use appImage if it's my only option because flatpaks seem to work better in my experience.

[-] SamueruSama@programming.dev 1 points 2 days ago

Gearlever doesn't even do delta updates, it downloads the whole appimage with every update, and you often have to manually give it the URL to update the appimage.

It is also a total hack written in python, the dev was even shelling out arch to find the host arch instead of using the built in methods of python...

this post was submitted on 23 Apr 2026
63 points (100.0% liked)

Linux

64862 readers
990 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 7 years ago
MODERATORS