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?

.AppImageアプリをChromebookのランチャーにGear Leverを使って登録する

Last updated at Posted at 2024-11-18
  1. .AppImageファイルをダウンロードする

  2. .AppImageファイルをLinuxフォルダに移動(またはコピー)する

  3. Linuxターミナルを起動する

  4. 必要なら

    sudo apt update && sudo apt upgrade -y
    

  5. Fuseをインストールする(.AppImageアプリの実行に必要)

    sudo apt install fuse
    

    Chromebook以外のLinuxでも、ここを参考にFuseをインストールしておけば、以下の手順で.AppImageをデスクトップ統合してメニューから実行できる。


  6. Flatpakをインストールする(Gear Leverのインストールに必要)

    sudo apt install flatpak
    

  7. 公式のリポジトリFlathubを追加する

    flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
    

  8. Linuxサブシステムをシャットダウンして再起動する

    1. シェルフのターミナルのアイコンを右クリック(2本指でタップ)
    2. 「Linuxをシャットダウン」をクリック
    3. 「penguin」をクリック

  9. Gear LeverをFlatpackでインストールする

    flatpak install flathub it.mijorus.gearlever
    

  10. ランチャーからGear Leverを起動する(先にChromebookの再起動が必要かもしれない)

  11. .AppImageを追加する

    1. Gear Leverのウィンドウ左上にある「+ Open」ボタンをクリック
    2. 追加したい.AppImageを選択
    3. ウィンドウ右上の「Open」をクリック
    4. ウィンドウ右上の「Unlock」をクリック
    5. 「Move to the app menu」をクリック
    6. ウィンドウ左上の「<」をクリック
    7. Gear Leverを閉じる

  12. ランチャーを開くと.AppImageアプリのアイコンが登録されているのが確認できる

  13. そのアイコンをクリックしてアプリを起動する(先に再起動が必要かもしれない)

libfuse2は使っていないから、sudo apt autoremoveで削除できるよと言われても、削除しないように。.AppImageアプリが起動しなくなります。

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?