〇Joplinの画面(Debian 10)
〇Joplinの画面(Ubuntu 20.04)
インストール手順
wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash
mkdir -p ~/.local/share/applications
cat << EOF > ~/.local/share/applications/joplin.desktop
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=$HOME/.joplin/Joplin.AppImage
Name=Joplin
Categories=Office;
EOF
トラブルシューティング
Debianで「The SUID sandbox helper binary was found...」というエラーでアプリが起動しない場合は、以下のコマンドを実行してみてください。sudo sysctl kernel.unprivileged_userns_clone=1
関連情報
・プロジェクトgithubリポジトリhttps://github.com/laurent22/joplin
0 件のコメント:
コメントを投稿