64
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
[-] 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.

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

Linux

64888 readers
1068 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