3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ubuntu 12.04の最小限の環境を構築する

Last updated at Posted at 2012-12-26

Unityになってからデスクトップでの使い勝手が悪くなったUbuntu 12.04をUbuntu 11.04の使い勝手で再現する手順書。

1.インストール

インストーラに従って通常通りにインストールする。

2.ディレクトリ名

デフォルトのディレクトリ名は日本語になっているので、ターミナルからのアクセシビリティを向上させるために英語に変更する。

Bash
$ LANG=C xdg-user-dirs-gtk-update

3.インターフェース

キーボードで操作しやすくする(主に以下の2点)ためにGNOME Classicをインストールする。

  • 画面左端のDOCK的な何かを表示しないようにする
  • 「コマンドを実行(Alt + F2)」の補完を有効にする
Bash
$ sudo apt-get install gnome-session-fallback

4.日本語入力

Anthyより快適に変換できるmozcをインストールする。

Bash
$ sudo apt-get install ibus-mozc mozc-server mozc-utils-gui

5.キーボードショートカット

Alt + F10で最大化できなくなっているので、ショートカットキーを復元する。

アプリケーション > システムツール > キーボード > ショートカット > ウィンドウ > ウィンドウを最大化 と辿り、Alt + F10に変更する。

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?