續篇, 前一篇: Upgrade Mint 14 to Mint 17 (1/2: installation)
1st issue: Theme broken
Preference > Apperance > select new theme : e.g. Mint-X
2: pluma error:
1 |
Fontconfig error: "/etc/fonts/conf.d/65-khmer.conf", line XX: out of memory (pluma:24894): IBUS-WARNING **: The owner of ~/.config/ibus/bus is not root! |
3: Panel
自行加入menu icon, unlock panel, 再自己加入 short cut. 由4 workspaces個改做2個
4: gradle
version 太舊, 在synaptic package manager 中移除, 再用gvm install Gradle and Groovy on Mint 17
5: gedit
pluma 最大既問題係缺少plugin, 尤其係session restore
安裝 gedit 3.10
1 2 |
sudo apt purge gedit gedit-common sudo apt install gedit/trusty gedit-common/trusty |
session retore plugin – https://github.com/raelgc/gedit-restore-tabs
groovy language (syntax highlight)
https://github.com/aeischeid/gedit-grails-bundle , download zip, 然後安裝.
再將lang file 放入自己的folder
cp /usr/share/gtksourceview-2.0/language-specs/groovy.lang ~/.local/share/gtksourceview-3.0/language-specs/
6: chromium 中文title 顯示問題
1 2 3 |
cd /etc/fonts/conf.d && ls *droid*.conf mv *droid*.conf /tmp/ fc-cache -f -r |
7: can’t add custom repositories
sudo apt-get update
sudo apt-get install –reinstall mintsources