2008年7月13日 星期日

eee pc 900 linux 畫IC-LAYOUT
















原先想買eee pc 702 8g linux版,但最後決定 eee pc 900 linux,本來也是有考慮其他品牌,我選ASUS,主要是他的LINUX其實是Debian包,asus只是弄一個自己的Desktop,對這個Desktop我是很不喜歡,為什不用GNOME或KDE,我也想不懂,不過還是能裝上LAKER,CALIBRE,我會去網上找資料,看能不能改掉這個Desktop,我還想裝雙系統(多一個UBuntu),這種小電腦跑LINUX都滿快的,哈哈哈,太棒了.
窩,原來ASUS用的DeskTop是Icewm,這個我還滿喜歡的,這個桌面我玩過,只是ASUS改那樣我不太喜歡,有空再來研究,

/opt/xandros/share/AsusLauncher/simpleui.rc 原始eee pc桌面設定檔

找到相關資料了

1.先將/etc/X11/icewm/內容Copy到.icewm

mkdir ~/.icewm
cp /etc/X11/icewm/* ~/.icewm

2. 先備份startsimple.sh到startsimple.sh.bak (startsimple.sh是asus原本的)
   sudo cp /usr/bin/startsimple.sh /usr/bin/startsimple.sh.bak

3.更改startsimple.sh

sudo vi /usr/bin/startsimple.sh

1.mark掉 /opt/xandros/bin/AsusLauncher & 如下

#/opt/xandros/bin/AsusLauncher &

2 exec icewm 改成 exec icewm-session

# exec icewm
exec icewm-session

其他內容不動
4.安裝ICEMC,用這個改menu較快(小秘訣用vi /opt/xandros/share/AsusLauncher/simpleui.rc 搜extraargs,就可找到預設程式指令,再加到menu)
















5.可安裝gkrellm小套件
6.在.icewm建立startup這個檔,如下

#!/bin/bash
#icewm.sh&
#gdesklets start&
exec gkrellm -w&

7.也可裝gdesklets,有裝把上面打開(gdesklets shell叫出小元件)





























8.icewm.sh這是我寫的Bash sheel,每次進icewm會隨機佈景,如下

#!/bin/sh
#########################################################################
# 程式設計:yplin #
# 用途 : 登錄icewm隨機設定布景 #
# 日期 : 2006/9/23 #
# 用法 :在~/.icewm/startup呼叫本shell #
#########################################################################
#icewm的布景目錄
dir="$HOME/.icewm/themes/"
n0=0
#判定是目錄而非檔案
if [ -d $dir ] ; then
cd $dir
#取得布景目錄下的檔名
filename=`echo *`
#回圈,逐一將檔名丟入file變數
for file in $filename
do
#假如是目錄,則放入a矩陣,no變數計算有幾個檔
if [ -d $file ] ; then
cd "$file"
themefile=`echo *.theme`
for tfile in $themefile
do
no=`expr $no + 1`
a[$no]="$file/$tfile"
done
cd ..
fi
done
else
echo "file not exit"
fi
#在no變數範圍產生變數
r=$(( $RANDOM % $no ))
rr=`expr $r + 1`
#設定布景變數theme,由亂數取得
theme="${a[$rr]}"
#把theme檔替換調,theme是icewm登錄時,會預先載入的布景
cd ..
echo Theme=\"$theme\"> theme


改完後FLASH檔http://yplin123.googlepages.com/eeepc.htm














































參考出處



http://wiki.eeeuser.com/zh:howto:icewmstartmenu
http://blog.udn.com/bse43hwh/1565525
http://wiki.eeeuser.com/howto:customizeicewmstartmenuwithicemc
http://wiki.eeeuser.com/howto:useicewm

9.這有icewm的佈景主體
下載的解開放到~/.isewm/themes

加載asus預設icon

到/home/user/.icewm/themes/*/icons目錄下

cp /usr/share/icewm/themes/AsusBlue/icons/* .

最終桌布畫面(注意右下角ICON都出現了)



先變一下裝加上gkrellm

沒有留言: