最終更新:2017-01-20 (金) 12:05:24 (2645d)  

tokkyo/設定/Ubuntu 14.04
Top / tokkyo / 設定 / Ubuntu 14.04

VirtualBox/Guest Additions

  • Ubuntu 14.04.2だとvirtualbox-guest-x11が入らない
  • 最新のVirtualBox付属のGuest Additionsを入れること。
    • DKMSをインストールしてからインストール
      apt-get update
      apt-get upgrade
      apt-get install dkms
      sh ./VBoxLinuxAdditions.run

設定

Apperance

  • Enable Workspaces
  • Add show desktop icon to the launcher
  • Show the menus for a window
    • In the window's title bar

ロック

  • ロックしない

ターミナル

  • ScrollをUnlimitedに

VMwareのとき

  • Text EntryでJapaneseを追加

Serious errors were found while checking the disk drive for /.

メモ

キーボードレイアウト

CapsLockキーを追加のCtrlキーとして使う

  • $ dconf write /org/gnome/desktop/input-sources/xkb-options "['ctrl:nocaps']"

変換・無変換での切り替え

  • IBusでは無理っぽいのでFcitxを入れる
    sudo apt-get install fcitx-mozc
  • http://nice20blog.blogspot.jp/2014/04/ubuntu-1404-trusty-tahr-ime.html
  • いちおう日本語を入れる
  • 言語サポートのキーボード入力に使うIMシステムをFcitxにする
  • テキスト入力のメニューバーに表示のチェックを外す
  • ログアウトすると右上にFcitxの設定が出てくる。
  • Mozcの設定で全角/半角のアサインを消す
    • [Mozc ツール] の [一般] タブにある [キー設定の選択] を [編集...] し、[入力キー] が "Hankaku/Zenkaku" になっているものをすべて消す
  • Fcitxの全体の設定の詳細オプションで下記を設定 (Fcitx configuration) / (Input Method Configuration)
    • 入力メソッドをオンに Henkanmode
    • 入力メソッドをオフに Muhenkanmode
  • 入力メソッドのところでMozcを追加
    • Keyboard - Japanese
    • Mozc

関連