2020年5月8日金曜日

Debian 10(Buster)にGraviton Editorをインストールする

Graviton EditorはシンプルなElectron製エディタです。

〇Graviton Editorの画面

〇インストール方法
以下のコマンドを実行します。
sudo apt-get -y install libappindicator3-1

wget https://github.com/Graviton-Code-Editor/Graviton-App/releases/download/1.2.0/Graviton-1.2.0-amd64-linux.deb

sudo dpkg -i Graviton-1.2.0-amd64-linux.deb

〇トラブルシューティング
※Debianで「The SUID sandbox helper binary was found...」というエラーでアプリが起動しない場合は、以下のコマンドを実行してみてください。
sudo sysctl kernel.unprivileged_userns_clone=1

※初回起動時Installing Themes...で長く時間がかかることがあります。しばらく放っておくと終了するので、その後再実行してください。

〇関連情報
・Graviront Editorのgithubリポジトリ
https://github.com/Graviton-Code-Editor/Graviton-App

0 件のコメント:

コメントを投稿