.appimage 形式の実行ファイルをインストールするとき、手動でランチャーに登録しないとならないようだったので、その手順をメモ。
~/.local/share/applications/<app>.desktop あるいは /usr/share/applications/<app>.desktop を作成し、次のような内容を書き込む。
[Desktop Entry]Name=ApplicationCommenct=CommentExec=/path/to/executableTerminal=falseType=Application
Icon や Categories も指定できるようである。
毎回お世話になる ArchWiki。