Skip to content

How can I install Chirpity on Linux #148

Answered by Mattk70
paulauvirage asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @gitalm, I recently upgraded to 24.04, and hadn't seen this issue until I tried to launch the AppImage from the terminal.

A quick Google leads me to believe the problem is due to Ubuntu's introduction of restricted unprivileged user namespaces

Nonetheless, did you try launching the AppImage from the Files program by double-clicking the file? This works fine for me.

If that doesn't work, your best bet will be to disable the Ubuntu feature, like this:

sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@gitalm
Comment options

@Mattk70
Comment options

Answer selected by Mattk70
@gitalm
Comment options

@Mattk70
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #147 on September 24, 2024 15:52.