Skip to content

Instantly share code, notes, and snippets.

@nobonobo
Last active October 2, 2015 05:49
Show Gist options
  • Save nobonobo/da4b171c1de0a878ca1a to your computer and use it in GitHub Desktop.
Save nobonobo/da4b171c1de0a878ca1a to your computer and use it in GitHub Desktop.
arch-workaroundメモ

重要なファイルが壊れてしまってコンソールしか開かないときの復旧

LC_ALL=C nmtui-connect # <- NICの接続
pacman -Qenq | sudo pacman -S --noconfirm --force - # インストール済みパッケージの強制上書き再インストール

gnome-terminal 3.16.2にてfcitxが動かない。

$ gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{'Gtk/IMModule':<'fcitx'>}"

ターミナルを新規に開く際カレントディレクトリを引き継がないバグ対応

echo ". /etc/profile.d/vte.sh" >> .bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment