這裏顯示兩個版本的差異處。
| 下次修改 | 前次修改 | ||
|
linux:desktop [2007/03/16 22:19] wenpei 建立 |
linux:desktop [2009/03/27 17:43] (目前版本) wenpei |
||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | ====== 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) ====== | ====== Change Nautilus Icon Text Colors (Including Desktop Icons) ====== | ||
| http://www.ubuntuforums.org/showthread.php?t=89197 | http://www.ubuntuforums.org/showthread.php?t=89197 | ||
| 行 34: | 行 60: | ||
| </code> | </code> | ||
| + | ====== GNU/Linux Desktop Survival Guide ====== | ||
| + | http://www.togaware.com/linux/survivor/ | ||