Skip to content

Electron-based AppImages fail on Deepin Linux #39

Open
@probonopd

Description

@probonopd

Solution: Deepin Linux should be configured to allow unprivileged namespaces:
https://docs.appimage.org/user-guide/troubleshooting.html#i-have-issues-with-electron-based-appimages-and-their-sandboxing

Please create a file /etc/sysctl.d/00-local-userns.conf with the following content:

echo kernel.unprivileged_userns_clone = 1

Then, Electron-based AppImages should work.

cc @shouhuanxiaoji

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions