Ubuntsu 20.0.4にアップデートしてからやったこと(ただのメモ)

Chromeのアップデート(本当に必要かどうかよくわかんない)

アップデート後にページ表示後すぐにChromeが落ちたり、一部のページが見れなかったり(DAZNのログイン画面が開けずやきうが見れなかったのですごく焦った)したのでやった。 やったらやきう見れた。

$ sudo dpkg -i google-chrome-stable_current_amd64.deb

(aptでも入れれるの?よくわからない)

$ sudo apt-get install google-chrome-stable
tmux.confの更新

tmuxが-fg、-bgの警告がたくさん出るようになった。

home/tact/.tmux.conf:25: invalid option: window-status-current-fg         [0/0]
/home/tact/.tmux.conf:26: invalid option: window-status-current-bg
/home/tact/.tmux.conf:27: invalid option: window-status-current-attr
/home/tact/.tmux.conf:29: invalid option: pane-active-border-fg
/home/tact/.tmux.conf:30: invalid option: pane-active-border-bg
/home/tact/.tmux.conf:69: invalid option: window-status-current-fg
/home/tact/.tmux.conf:70: invalid option: window-status-current-bg
/home/tact/.tmux.conf:71: invalid option: window-status-current-attr
/home/tact/.tmux.conf:73: invalid option: pane-active-border-fg
/home/tact/.tmux.conf:74: invalid option: pane-active-border-bg

2.9aにアップデートされたことによるものらしい(ネット参)

* The individual -fg, -bg and -attr options have been removed; they
  were superseded by -style options in tmux 1.9.

CHANGES FROM 2.8 to 2.9

ググったらいい感じのスクリプトがあったので言われたとおりに実行してkotonaki。

tmux-migrate-options.py

$ cp  ~/.tmux.conf  ~/.tmux.conf.orig
$ python ./tmux-migrate-options.py  ~/.tmux.conf.orig  >  ~/.tmux.conf