2008年2月28日 星期四

[lazyeeepc] 如何加入 script 到 lazyeeepc

lazyeeepc 其實是一個用來執行 script 的圖形化介面還有一群 script 的集合,所以你也可以自己為 lazyeeepc 加入額外的功能。下面是 amsn 的範例:
#!/bin/bash
# name: aMSN
# description: Alvaro's Messenger, A instant message software which support MSN and webcam
# depends: xepcresp, enable_webcam

sudo apt-get -y --force-yes install amsn

sudo utils/addparcel -s "Internet" -e "/usr/bin/amsn" -i "messenger" --en="amsn" --zhtw="amsn"

lazyeepc 的 script 需要以下注解:
  • name: 在 lazyeeepc 圖形化介面顯示的名稱
  • description: 在 lazyeeepc 圖形化介面顯示的說明
  • depends: 相依的 script, lazyeeepc 可以處理 script 之間的相依性,舉例來說 amsn script 需要兩個額外的 script 執行後才可正常執行:xepcrespenable_webcam
  • invisible: 如果你不想讓 script 顯示在 lazyeeepc 的圖形化介面上,請設定 invisible: True。請參考 lazyeeepc/scripts/enhancement/enable_webcam)
lazyeeepc 也包含以下小工具 (放在 lazyeeepc/utils/):
  • addparcel: 加入捷徑到 Asus Launcher
  • backup_simpleui: 備份 simpleui.rc 到 lazyeeepc/backup/ 目錄
  • restore_simpleui: 從 lazyeeepc/backup/ 恢復 simpleui.rc,並且複製 /opt/xandros/share/AsusLauncher/simpleui.rc, ~/.AsusLauncher/simple.rc 到 lazyeeepc/backup/。
  • del_dupline: 最原始的 simpleui.rc 有兩行重覆的行,這個 script 可以修正這個問題。

[lazyeeepc] how to add a script to lazyeeepc

lazyeeepc contains a GUI for execute script and a scripts collection, so you can add other scripts to lazyeeepc. there is a lazyeeepc script example for install amsn:
#!/bin/bash
# name: aMSN
# description: Alvaro's Messenger, A instant message software which support MSN and webcam
# depends: xepcresp, enable_webcam

sudo apt-get -y --force-yes install amsn

sudo utils/addparcel -s "Internet" -e "/usr/bin/amsn" -i "messenger" --en="amsn" --zhtw="amsn"
lazyeeepc script require some comments:
  • name: the script name which display in lazyeeepc GUI
  • description: the script description which display in lazyeeepc GUI
  • depends: depends scripts, lazyeeepc can handle dependency bewteen scripts. for example, amsn script need two scripts: xepcresp and enable_webcam.
  • invisible: script doesn't display in lazyeeepc GUI. (you can refer lazyeeepc/scripts/enhancement/enable_webcam)
lazyeeepc also had some utility in lazyeeepc/utils/:
  • addparcel: add a shortcut to Asus Launcher.
  • backup_simpleui: backup simpleui.rc file, backup in lazyeeepc/backup/ directory
  • restore_simpleui: restore simpleui.rc file from lazyeeepc/backup/, and copy /opt/xandros/share/AsusLauncher/simpleui.rc, ~/.AsusLauncher/simple.rc to lazyeeepc/backup/.
  • del_dupline: original simpleui.rc has duplicate line, this script can fix it.

2008年2月27日 星期三

lazyeeepc 0.0.5.2 english version release!

http://farm4.static.flickr.com/3109/2296277946_663103a419_o.png

Lazyeeepc contain easy-to-use GUI and a scripts collection, which can use to install software and enhance EeePC easily.

lazyeeepc 0.0.5.2 is a first english version release, but we are release for traditional chinese many times. lazyeeepc 0.0.5.2 contains a lot of script to improve EeePC, and a easy-to-use user interface to execute this scripts, 0.0.5.2 contains some important features:
  • Install Launcher Tools
  • aMSN (and support webcam)
  • auto download and install ie6
  • add xepc.org repository, which is a eeepc compatibility repository.
  • Fix Asus add/remove software shortcut reset problem
  • Enable Advance mode
  • add start menu and add many common use shortcut
  • install codecs
lazyeeepc come from Taiwan, so it contains a lot of chinese issues scripts, you can skip this script (like pcmanx, java chinese font fix, chinese subtitle support, etc.)

finally, thanks billy3321 (雨蒼) help me to translation lazyeeepc to english. My english is really poor :)

just download it, decompress it, and double click lazyeeepc.py!

Lazyeeepc SF.net download page

BTW, 中文使用者請使用 0.0.5.1 即可,英文版的我把 debian 套件庫改到美國去了,所以用起來會比較慢。

[UPDATE]
lazyeeepc 0.0.5.2 fix some bugs for lazyeeepc 0.0.5.1
  • synaptic script is no longer depends on synaptic_fix script, because it may break synaptic :P
  • bug fix: after using lazyeeepc, the AsusLauncher can't start, and whole screen is black except icewm panel. (modify del_dupline script)

2008年2月26日 星期二

EeePC 官方輸入法換用 gcin

值得慶賀的消息!EeePC 官方已經將輸入法從 scim 換成 gcin 了!對 gcin 的使用者真的是一大福音。

http://update.eeepc.asus.com/p701/pool/gcin_1.3.4-2asus4_i386.deb

官方的套件庫裡面已經納入 gcin 了。

2008年2月24日 星期日

EeePC 延伸螢幕

昨天到台南經驗分享的時候,有人問 EeePC 原生 Linux 可不可以用延伸螢幕。當時我回答說只要用 xrandr 這支程式即可。但事實上沒這麼簡單,必須要修改 xorg.conf 才可使用。

注意,以下修改過程可能會導致 EeePC 無法正常開機,請要有 F9 的心理準備。

首先修改 /etc/X11/xorg.conf:
sudo kate /etc/X11.xorg.conf
最下面有個 Section "Screen"
請把 SubSection "Display" Depth 24 裡面的 Virtual 1680 1680 改成 Virtual 2080 2080。接下來用 Ctrl + Alt + 倒退鍵重新起動 X。重新起動後,打開終端機,輸入:
xrandr --output LVDS --mode 800x480 --output VGA --mode 1280x1024 --right-of LVDS
這樣就可以使用延伸螢幕囉。

eeepc extension monitor

2008年2月21日 星期四

lazyeeepc 0.0.5.1 發佈

前幾天因為有人服用 0.0.5 過後有身體不適的現象,所以就先暫停下載。這幾天檢查後實在看不出有什麼奇怪的地方。感謝那些出問題的朋友,寄給我有問題的檔案,目前知道是因為這些朋友自己有修改過 simpleui.rc,而懶人包再去修改 simpleui.rc 的時候發生了些問題。

如果你不知道上面再說什麼,就跳過吧。總之 lazyeeepc 0.0.5.1 發佈囉,這次包含了選單備份機制。當你服用 0.0.5.1 發生問題時別緊張。請打開檔案管理員。如果你畫面一片黑,請開啟終端機 (Ctrl+ALt+T),輸入 XandrosFileManager 並按 Enter。接下來找到 lazyeeepc 0.0.5.1 的位置,底下有個資料夾叫作 utils,點選裡面的 restore_simpleui,並點選確認:
快照1

接下來再重開機便可復原原本的選單。

至於 lazyeeepc 0.0.5 系列的功能請見 lazyeeepc 0.0.5

另外,如果你有發生這個問題,請務必把 lazyeeepc 資料夾底下有個 backup,裡面的3 (或2) 個檔案寄給我,好讓我看看到底是那邊的程序出問題了。

2008年2月20日 星期三

EeePC 使用經驗談 @ 台南

哈囉,各位有逛這個 Blog 的朋友們,這個禮拜六 (2/23) 我在台南有一場經驗分享活動:『EeePC 使用經驗談』,由 Study-Area 舉辦,內容會是針對初學者如何使用 EeePC、如何藉由 EeePC 接觸更寬廣的 Linux 世界,有興趣的朋友可以過來聽聽唷 :D

活動網址:酷!學園 - 2008 二月份的SA@Tainan:EeePC使用經驗談

lazyeeepc 0.0.5 暫停下載

不好意思,因為連續有好幾位朋友安裝都出了問題,所以我先把 lazyeeepc 0.0.5 暫停下載了。等到問題解決後再放上去。目前遇到的狀況是安裝完畢後會螢幕一片黑。

奇怪的是我安裝並沒有這種問題 :-(

2008年2月19日 星期二

lazyeeepc 0.0.5 發佈

哈囉,好久不見囉!很久沒聽到 lazyeeepc 的消息了吧,不過經過一段時間的撰寫,0.0.5 已經完成囉。一樣的請參考 lazyeeepc 安裝說明以及 lazyeeepc 簡介。此次功能新增如下:
  1. 加入 XEPC.org 套件庫,並且自動更新 XPEC.org 為 EeePC 所製作的更新套件
  2. 加入 IE6 瀏覽器
  3. 加入終端機連結
  4. 修正使用華碩新增移除程式後,會覆蓋自訂選單的問題
  5. 修正 synaptic 會出現錯誤訊息
  6. 內建影片播放器自動設定使用快取、影音同步的設定
  7. 加入 Asus Launcher Tools (可修改選單)
  8. wine: 可執行 Windows 程式
  9. scim 預設輸入法加入速成 (香港朋友或許會用到)
  10. 開始功能表加入常用連結
  11. 加入支援視訊的 msn 軟體 - amsn
  12. (以下為 lazyeeepc 本身程式功能) 安裝完畢之後清除下載檔案
  13. script 之間新增相依性關係
  14. 隱藏 script 功能
  15. 新增工具 addparcel 用於加入程式到 Asus Launcher 當中
注意,本版本有兩個比較嚴重的問題,第一個是 IE 的 Flash Player 我搞不定,如果誰搞定了請告知我該如何做,謝謝囉。另外一個是 amsn 無法中文輸入,也是希望大家知道解法可以跟我說。

IE 安裝時如果出現黑色的 xmessage 視窗,請按 Dismiss 或 Okay 關閉。

2008年2月13日 星期三

pcmanfm 在 eeepc 運行

今天 pcman 來 #eeeuser-tw 串門子,lazyfai 把 pcmanfm build 成 deb 檔,讓 pcmanfm 順利的在 eeepc 上運行了 :-)

執行約 1.x 到 2 秒,比起原本的檔案管理員快很多。

pcmanfm 在 eeepc 運行

2008年2月10日 星期日

Eee PC XEPC.org 升級光碟 (測試版) 發佈囉

各位 EeePC 的愛好者,由 lazyfai 所製作的 XEPC.org 版本的升級光碟測試版出爐囉,有別於 lazyeeepc,XEPC.org 的升級光碟將升級軟體一次補齊,並且更新 Linux 系統核心等功能。

有興趣幫忙測試的朋友請閱讀 Eee PC XEPC.org升級光碟 (測試版)

[UPDATE]
現在在 sourceforce 也可以下載囉!

Blogged with Flock