Table of Contents
1 byobuインストール時のエラー
byobuインストール時に以下のエラーがでます。
$ sudo apt install -y byobu<snip>update-parrot-menu: error: can’t open/usr/share/applications/byobu.desktop: No such file or directoryE: Problem executing scripts DPkg::Post-Invoke ‘[ ! -x/usr/share/parrot-menu/update-parrot-menu ] ||/usr/share/parrot-menu/update-parrot-menu wait_dpkg’E: Sub-process returned an error code
2 byobuのインストール
byobuインストール後に足りないファイルを作成し、byobuを再インストールします。
$ sudo apt install -y byobu || true$ cat <<EOF | sudo tee /usr/share/applications/byobu.desktop[Desktop Entry]Name=Byobu TerminalComment=Advanced Command Line and Text Window ManagerIcon=byobuExec=gnome-terminal –app-id us.kirkland.terminals.byobu -e byobuType=ApplicationCategories=GNOME;GTK;Utility;X-GNOME-Gettext-Domain=byobuEOF$ sudo apt install –reinstall -y byobu