Skip to content

Instantly share code, notes, and snippets.

@tkf
Created May 5, 2010 16:15
Show Gist options
  • Save tkf/391023 to your computer and use it in GitHub Desktop.
Save tkf/391023 to your computer and use it in GitHub Desktop.

Install

Setup

IBus / Anthy

  • Start IBus via System > Preferences > IBus Preferences

  • Delete Control+space and Alt+Release+Alt_R from "IBus Preferences > General > Keyboard shortcut > Enable or disable"

  • System > Preferences > Startup Applications > Add:

    Name: IBus daemon
    Command: /usr/bin/ibus-daemon -d
    Comment: start IBus daemon when Gnome starts
    

    (http://d.hatena.ne.jp/edvakf/20091102/1257121640)

Fonts

  • System > Preferences > Appearance > Fonts
  • You may need to restart google-chrome
# sun-java6-*
sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
# http://www.ubuntulinux.jp/products/JA-Localized#repository
wget -q https://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | sudo apt-key add -
wget -q https://www.ubuntulinux.jp/ubuntu-jp-ppa-keyring.gpg -O- | sudo apt-key add -
sudo wget https://www.ubuntulinux.jp/sources.list.d/lucid.list -O /etc/apt/sources.list.d/ubuntu-ja.list
# update
sudo apt-get update
sudo apt-get install \
git-doc subversion subversion-tools zsh zsh-doc \
build-essential \
python-dev python-doc python-profiler python-docutils python-setuptools \
emacs23 emacs23-el git-core ipython pyrex-mode python-mode pymacs \
anthy ibus-anthy anthy-el openssh-server \
maxima maxima-doc maxima-share maxima-emacs \
libgtkmm-2.4-dev \
ruby libmmap-ruby ruby1.8-dev \
latex-beamer texinfo \
trash-cli \
inkscape \
language-pack-ja language-support-ja \
libbz2-dev libdb-dev libgdbm-dev libncurses-dev libreadline-dev \
libsqlite3-dev libssl-dev zlib1g-dev cmake \
gimp gimp-help-en gimp-data-extras \
libflickr-api-perl libflickr-upload-perl nkf poppler-data \
ttf-vlgothic 'ttf-ipafont*' 'ttf-sazanami-*' 'ttf-ume*' ttf-kochi-gothic \
ttf-kochi-mincho \
sun-java6-bin sun-java6-plugin \
jsmath jsmath-fonts-sprite
# matplotlib
sudo apt-get install dvipng python-matplotlib tcl8.5-dev tk8.5-dev
# scipy
sudo apt-get install libblas-dev liblapack-dev gfortran
# mozc
sudo apt-get install libibus-dev libcurl4-openssl-dev libdbus-1-dev devscripts
@tkf
Copy link
Author

tkf commented May 5, 2010

System > Preferences > IBus Preferences
IBus has been started! If you can not use IBus, please add below lines in $HOME/.bashrc, and relogin your desktop.
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment