2020年5月5日火曜日

Debian 10(Buster)/Ubuntu Desktop 20.04にJoplinをインストールする

JoplinでノートやTODOリストの管理をする事ができます。

〇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 件のコメント:

コメントを投稿