« Eee PC Linux版・初心者の私のファイルバックアップはWindows用のソフト頼み | メイン | Palm用のチャットソフトChatopusはRRSリーダーでもある。なのでTwitterが閲覧出来る。 »

Eee PC Linux版に便利な機能を自動インストールする優れモノツール・Lazyeeepc

Eee PCのLinux版を使う時「スタートメニューを追加したい」とか「Advanced Desktop Modeも試してみたい」とか思った場合EeeUser Eee PC Wikiに行けば方法が解説されていま す。

が、Yuren Ju氏のlazyeeepcを使うのが多分一番簡単デス。このツールはブログ・従 EeePC開始学習 Linuxにて公開されていて(英 語版ver. 0.0.5.2)ページの下の方のLazyeeepc SF.net download pageからダウンロード出来ます。



これはSynapticやReal Playerのコー デック、果てはWineやIE6まで自動 インストールする優れモノ。Root File managerもあるとかなり便利。

使用方法は簡単で、ダウンロードしたファイルを解凍してフォルダの中の「lazyeeepc.py」をダブルクリック。ネットにつながっている状態であれば、後は欲しい機能にチェックマーク を入れてApplyボタンを押して実行するだけ。実行し終わったら(ネット環境やインストールするソフトによって時間がかかる事があります)Installation finish, please rebootと書かれたダイアログが出るのでOKボタンを押して、lazyeeepcのcloseボタンを押して、ターミナル画面でENTER押して、それからマシンを再起動。具体的な機能はコピペ英語原文のままどうぞ。

●Internet :

  • PCMan X BBS software: Install PCMan X BBS software.
  • Install Internet Explorer 6: Install Internet Explorer 6.This installation need Windows Licence, and take time.
  • aMSN : Alvaro's Messenger, A instant message software which support MSN and webcam.


●Utility
  • Root file manager: You can do anything as root. 入れとくと便利だと思います。
  • Add noseeing input methods to gcin: Add noseeing input methods to gcin. (Make sure you had buy noseeing input method). 中国語関係。
  • Add quick input method to scim: Add quick input method to scim (default input methods). 中国語関係。
  • wine : Run Windows programs on Linux. Windows用ソフトを利用する場合は。
  • Launcher Tools: Modify desktop shortcut tools.
  • Synaptic online installation software: Synaptic can download and install software through network. apt-getだけで なくSynapticもあるとソフトのイン ストールは便利。これがあるとリ ポジトリ(repository)の追加も簡単。
  • gcin input methods: A more stable input methods under Linux. 中国語関係。
  • Terminal: Adding konsole terminal shortcut.


●Enhancement :
  • Add XEPC repository: Add XEPC repository for install more software online.
  • Add more shortcut for programes: Add More tools shortcut in work tab.
  • Add Debian repository: Add Debian repository for install more software online.  sources.list(/etc/apt/sources.list)に【deb ftp://ftp.debian.org/debian/ etch main contrib non-free】を追加します。日本語化に必要なフォント(例: ttf-kochi-gothicやttf-vlgothic)やインプットメソッド(例: anthy, scim-anthy, kasumi)はこのリポジトリ(repository)からも入手可能です。
  • Fix shorcut reset after update: Fix the bug that using ASUS add/remove program will reset shortcut.
  • Enable advance mode: Add shutdown menu into advance mode. アドバンスモードを追加。
  • Start menu: Add start menu and add shortcut in common use. スタートメニューを追加。
  • Chinese suport for Java: Make Java Applet on internet show Chinese correctly. 中国語関係。

●Multimedia :
  • Real Player 9 codec: Install Real Player 9 decoder for rmvb file format. リアルプレーヤーの動画を見たい方は。
  • Support chinese subtitle and decrease delay: Make default media player support chinese subtitle and decrease delay. 中国語関係。
  • Beep-media-player: A music player which support mp3 chinese tag.
  • Install codecs: Support more video format. (It is your legal responsibility to make sure that the software you are installing can be legally used in your country and for your intended purpose. もっと多 くの動画形式を見る場合は。

また、Lazeeepcはブログにて任意のスクリプトを追加する方法が紹介されています(how to add a script to lazyeeepc)。

例えば、日本語フォント・ttf-vlgothicとinput Method・anthyをインストールするスクリプトを書いてしまえばこれも自動化出来ます。例えばテキストエディタで

#!/bin/bash
# name: Japanese font and Input Method
# description:  install anthy, kasumi, scim and ttf-kochi-gothic
# depends: debresp

echo "Deleting gcin..."
sudo apt-get -y --force-yes remove gcin

echo "Installing xandros-scim..."
sudo apt-get update
sudo apt-get -y --force-yes install xandros-scim

echo "Installing ttf-kochi-gothic font..."
sudo apt-get -y --force-yes install ttf-kochi-gothic

echo "Installing anthy..."
sudo apt-get -y --force-yes install anthy scim-anthy kasumi

と書いて任意のファイル名(例えば"Japanese"等)で保存。この時、ファイルを右クリックしてPropertiesからPermissionsにてExecにチェックを入れて実行可能にしておく事。

そのファイルをlazyeeepcフォルダの中のscriptsフォルダのUtilityフォルダの中に入れてしまえばLazyeepcから一発で日本語対応が可能になります。また、上記スクリプトではローケールを変更しない最低限の日本語対応です。内容は見てそのままですが 1) gcinのアンインストール、 2) scimのインストール、3)フォント・ttf-kochi-gothicのインストール、4) Input Method・anthyおよび辞書・kasumiのインストールの四つ。Debianリポジトリの追加は四行目の「depends: debresp」(Add Debian repository)の部分にてLazyeeepcの別のスクリプト・debrespを参照する様になっています。

ちなみにこの方法は1.5人 台湾体当たり生活記さんのEeePC日本語対応をお手本にしています(感謝)。Eee PC 900では日本語フォントとしてttf-vlgothicを導入しても、Asus Launcherや一部のソフト(Opera, Picasa2等)のメニューで文字化けする(豆腐状態になる)ので、ここでは日本語フォントにttf-kochi-gothicを利用する事にしました。



トラックバック

このエントリーのトラックバックURL:
http://10-0-0.net/cgi-bin/mt/mt-tb.cgi/1217

コメントを投稿

About

May 6, 2008 6:11 PMに投稿されたエントリのページです。

ひとつ前の投稿は「Eee PC Linux版・初心者の私のファイルバックアップはWindows用のソフト頼み」です。

次の投稿は「Palm用のチャットソフトChatopusはRRSリーダーでもある。なのでTwitterが閲覧出来る。」です。

他にも多くのエントリがあります。メインページアーカイブページも見てください。

Powered by
Movable Type