1.開機(jī)提示檢測到系統(tǒng)程序出現(xiàn)問題
(1)输涕、gksu是用來執(zhí)行圖形的(GUI)程序
sudo apt install gksu
(2)
gksu gedit /etc/default/apport
這時候如果出現(xiàn)輸入密碼錯誤
(3)
gksu -properties
屬性設(shè)置魏宽,這里將驗證模式的默認(rèn)的su修改為sudo摩渺,然后關(guān)閉
(4)顿涣、
gksu gedit /etc/default/apport
進(jìn)行apport設(shè)置
這里將enabled= 1 修改為下圖的 0眶掌,然后保存狠角,以后就不會推送系統(tǒng)程序出現(xiàn)問題了。
2.關(guān)閉電腦自帶鍵盤
顯示當(dāng)前的輸入設(shè)備:
xinput list
? AT Translated Set 2 keyboard id=13 [slave keyboard (3)]
找到AT Translated Set 2 keyboard (所有電腦自帶鍵盤的名稱)的id號闭树,然后輸入:(0為禁用耸棒,1為打開)
xinput set-prop 13 "Device Enabled" 0
xinput set-prop 13 "Device Enabled" 1
3.QT 5 無法切換輸入法輸入中文
sudo apt-get install fcitx-frontend-qt5
sudo cp /usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so ~/Qt5.11.1/Tools/QtCreator/lib/Qt/plugins/platforminputcontexts/
sudo cp /usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so ~/Qt5.11.1/5.11.1/gcc_64/plugins/platforminputcontexts/
#根據(jù)QT版本復(fù)制目錄做相應(yīng)修改
4.VMware+ubuntu16.04安裝tools
sudo apt-get upgrade
sudo apt-get install open-vm-tools-desktop -y
sudo reboot
5.安裝Typora
wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -
sudo add-apt-repository 'deb https://typora.io/linux ./'
sudo apt-get update
sudo apt-get install typora
6.安裝搜狗輸入法
在官網(wǎng)下載搜狗輸入法安裝包:https://pinyin.sogou.com/linux/
sudo dpkg -i sogoupinyin_2.2.0.0108_amd64.deb
#如果第一遍報錯則執(zhí)行:
sudo apt-get install -f -y
#然后再安裝,安裝完重啟
7.安裝谷歌瀏覽器和flash插件
sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt-get update
sudo apt-get install google-chrome-stable
/usr/bin/google-chrome-stable
為chrome安裝Flash播放器插件
屏幕右上角报辱,“系統(tǒng)設(shè)置”–>“軟件和更新”–>“其它軟件” 与殃,勾選“Canonical合作伙伴” ,點擊“關(guān)閉”
sudo apt install adobe-flashplugin
8.更新本地時間碍现,解決雙系統(tǒng)時間相差8小時問題
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
sudo hwclock --localtime --systohc
9.主題美化(仿mac主題幅疼、圖標(biāo)、鼠標(biāo)指針)
1.安裝主題工具
sudo apt-get install unity-tweak-tool
sudo apt-get install gnome-tweak-tool
2.安裝主題
sudo add-apt-repository ppa:noobslab/macbuntu
sudo apt-get update
sudo apt-get install macbuntu-os-icons-lts-v7
sudo apt-get install macbuntu-os-ithemes-lts-v7
3.安裝 Plank Dock
sudo apt-get install plank
4.安裝 Plank 主題:
sudo add-apt-repository ppa:noobslab/macbuntu
sudo apt-get update
sudo apt-get install macbuntu-os-plank-theme-lts-v7
5.將面板上的 ‘Ubuntu Desktop’ 文字替換 ‘Mac’
cd && wget -O Mac.po http://drive.noobslab.com/data/Mac/change-name-on-panel/mac.pocd /usr/share/locale/en/LC_MESSAGES
sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po;cd
語言上如果是其他非英語語言昼接,將 /en 做相應(yīng)修改:如中文 zh_CN
恢復(fù)原來的桌面文字命令:
cd && wget -O Ubuntu.po http://drive.noobslab.com/data/Mac/change-name-on-panel/ubuntu.pocd /usr/share/locale/en/LC_MESSAGES
sudo msgfmt -o unity.mo ~/Ubuntu.po;rm ~/Ubuntu.po;cd
6.啟動器上蘋果Logo
wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac/launcher-logo/apple/launcher_bfb.png
sudo mv launcher_bfb.png /usr/share/unity/icons/
恢復(fù)圖標(biāo):
wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac/launcher-logo/ubuntu/launcher_bfb.png
sudo mv launcher_bfb.png /usr/share/unity/icons/
7.Flatabulous主題
Flatabulous主題是一款ubuntu下扁平化主題爽篷,
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install flatabulous-theme
該主題有配套的圖標(biāo),安裝方式如下:
sudo add-apt-repository ppa:noobslab/icons
sudo apt-get update
sudo apt-get install ultra-flat-icons