0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Debian10でAppImageが動かない😡

Last updated at Posted at 2020-11-07

権限を与えてもダブルクリックで起動しなかったので
dockerのrootless モードでもだいたい同じ

環境

uname -v
# 1 SMP Debian 4.19.152-1 (2020-10-18)

解決方法

一時的なやり方
自己責任で

sudo sysctl kernel.unprivileged_userns_clone=1 

もしくは

起動したいAppImage --no-sandbox

永続化

/etc/sysctl.confに書くなり/etc/sysctl.dに書くなりお好きに

参考

https://docs.appimage.org/user-guide/troubleshooting.html
https://github.com/AppImage/AppImageKit/issues/1039
https://github.com/laurent22/joplin/issues/2246
https://wiki.archlinux.jp/index.php/Linux_Containers
https://matsuand.github.io/docs.docker.jp.onthefly/engine/security/rootless/
https://qiita.com/kakinaguru_zo/items/8c82954a1bb0a1ef9a40

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?