這幾天在看 MID 的東西,相信有興趣的人找一找就會有不少相關的文章,我原本想照著 Hildon 教學做,後來不怎麼順,甘脆就把系統從 ubuntu 7.04 升級成 7.10, 做法很簡單:
deb http://debian.linux.org.tw/ubuntu/ gutsy main universe multiverse restricted
deb-src http://debian.linux.org.tw/ubuntu/ gutsy restricted main multiverse universe
deb http://debian.linux.org.tw/ubuntu/ gutsy-updates main restricted
deb-src http://debian.linux.org.tw/ubuntu/ gutsy-updates main restricted
deb http://debian.linux.org.tw/ubuntu/ gutsy-security main restricted
deb-src http://debian.linux.org.tw/ubuntu/ gutsy-security restricted main multiverse universe #Added by software-properties
deb http://debian.linux.org.tw/ubuntu/ gutsy-security universe
deb http://debian.linux.org.tw/ubuntu/ gutsy-security multiverse
確保檔案裡至少有那份教學文件裡的 deb http://archive.ubuntu.com/ubuntu/ gutsy main restricted universe
這一步要做很久很久,尤其你的網路若不夠快的話
Xephyr :1 -host-cursor -screen 800x480x16 -dpi 96 -ac
#!/bin/bash
PREFIX=/usr
THEME=${PREFIX}/share/themes/plankton
export DISPLAY=:1
export GTK2_RC_FILES=${THEME}/gtk-2.0/gtkrc:${THEME}/gtk-2.0/gtkrc.maemo_af_desktop
export LANG=en_GB.UTF-8
export LC_ALL=en_GB.UTF-8
export LANGUAGE=en_GB.UTF-8
exec /usr/lib/libgconf2-4/gconfd-2 &
exec ${PREFIX}/bin/matchbox-window-manager -display ${DISPLAY} \
-theme ${THEME}/matchbox/theme.xml \
-use_titlebar yes \
-use_desktop_mode plain \
-use_lowlight no \
-use_cursor yes \
-use_super_modal yes &
exec ${PREFIX}/lib/sapwood/sapwood-server &
exec ${PREFIX}/bin/hildon-desktop