Ubuntu16.04遇到的問(wèn)題:

1.開機(jī)提示檢測(cè)到系統(tǒng)程序出現(xiàn)問(wèn)題

(1)、gksu是用來(lái)執(zhí)行圖形的(GUI)程序

sudo apt install gksu

(2)

gksu gedit /etc/default/apport

這時(shí)候如果出現(xiàn)輸入密碼錯(cuò)誤

(3)

gksu -properties

屬性設(shè)置,這里將驗(yàn)證模式的默認(rèn)的su修改為sudo,然后關(guān)閉

(4)、

gksu gedit /etc/default/apport

進(jìn)行apport設(shè)置

這里將enabled= 1 修改為下圖的 0,然后保存,以后就不會(huì)推送系統(tǒng)程序出現(xiàn)問(wè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號(hào),然后輸入:(0為禁用,1為打開)

xinput set-prop 13 "Device Enabled" 0
xinput set-prop 13 "Device Enabled" 1

3.QT 5 無(wú)法切換輸入法輸入中文

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
#如果第一遍報(bào)錯(cuò)則執(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合作伙伴” ,點(diǎn)擊“關(guān)閉”

sudo apt install adobe-flashplugin

8.更新本地時(shí)間,解決雙系統(tǒng)時(shí)間相差8小時(shí)問(wèn)題

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

語(yǔ)言上如果是其他非英語(yǔ)語(yǔ)言,將 /en 做相應(yīng)修改:如中文 zh_CN

恢復(fù)原來(lái)的桌面文字命令:

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.啟動(dòng)器上蘋果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
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容