1. 移除 Geary – lightweight email client designed for the GNOME desktop
$ sudo apt-get remove –purge geary
2. 移除 Simple Scanning Utility
$ sudo apt-get remove –purge simple-scan
3. 移除 Midori – fast, lightweight graphical web browser
$ sudo apt-get remove –purge midori-granite[@more@]
4. 安裝 Firefox 及 Flash Player
$ sudo apt-get install firefox firefox-locale-zh-hant flashplugin-installer
5. 安裝 Chromium 瀏覽器及 Flash Player
$ sudo apt-get install chromium-browser chromium-browser-l10n pepperflashplugin-nonfree
6. 移除 ibus
$ sudo apt-get remove –purge $( sudo dpkg -l | grep ibus | awk ‘{print $2}’ | grep ^ibus)
$ sudo apt-get remove –purge python-ibus gir1.2-ibus-1.0
7. 安裝 gcin
$ sudo apt-get install gcin gcin-chewing
8. 設定 gcin
$ /usr/bin/gcin-tools
無法出現 gcin 圖示
可以正常輸入中文
9. 安裝 LibreOffice
$ sudo apt-get install libreoffice libreoffice-help-zh-tw libreoffice-l10n-zh-tw
10. 取消訪客作業階段
$ sudo sed -i ‘$aallow-guest=false’ /usr/share/lightdm/lightdm.conf.d/50-guest-wrapper.conf