====== Mplayer 中文字幕設定 ======
先刪除舊設定
$ rm -rf ~/.mplayer/
修改系統設定
# vim /etc/mplayer/mplayer.conf
subcp=cp950
font=/usr/share/fonts/truetype/arphic/ukai.ttf
subfont-text-scale=3
====== 不顯示 Gnome 桌面上的硬碟圖示 ======
應用程式->系統工具->組態編輯器
apps -> nautilus -> desktop
將 volumes_visible 的勾勾去掉
如果覺得用滑鼠開組態編輯器太麻煩:
$ gconf-editor
====== Install Beryl on Debian ======
http://wiki.beryl-project.org/wiki/Debian
====== Find Quality Apps that Run on Linux ======
http://linuxappfinder.com/
====== Change Nautilus Icon Text Colors (Including Desktop Icons) ======
http://www.ubuntuforums.org/showthread.php?t=89197
建立 ~/.gtkrc-2.0 檔案,若不存在則新增,並放入下列程式碼:
style "desktop-icon"
{
NautilusIconContainer::frame_text = X
text[NORMAL] = "#YYYYYY"
NautilusIconContainer::normal_alpha = Z
}
class "GtkWidget" style "desktop-icon"
其中,X 為 True/False 值,#YYYYYY 為 HTML 的色碼,Z 為文字的背景透明度,0~255,255 代表全白。
style "desktop-icon"
{
NautilusIconContainer::normal_alpha = 0
text[NORMAL] = "#000000"
NautilusIconContainer::frame_text = 1
}
class "GtkWidget" style "desktop-icon"
style "desktop-icon"
{
NautilusIconContainer::normal_alpha = 0
text[NORMAL] = "darkblue"
NautilusIconContainer::frame_text = 70
}
widget_class "*DesktopIcon*" style "desktop-icon" #只針對桌面圖示
#class "GtkWidget" style "desktop-icon"
====== GNU/Linux Desktop Survival Guide ======
http://www.togaware.com/linux/survivor/