kubuntu 18.04 默認主題 Breeze-Dark Plasma主題修復日記

KDE Plasma 5.12 LTS

原因是下午5點半,更改鎖屏圖片,後來想想硬盤空間不大,刪除了純色背景

在設置圖片就發現有問題了,有的項不顯示了,心裏想不會搞壞了吧,結果一鎖屏,黑屏了

當時不知道可以切 命令行,強制重啓了,

還好固態沒有崩潰

但是主題崩了,

Kubuntu shows error at login (file:///usr/share/sddm//themes/breeze/Main.qml:No such file or directory)

進系統時按 shift 或是 esc 進修復模式,結果沒有用

圖片

找了很多資料,很多方案,都行不通,最後找到這個國外文章,覺得是一模一樣的問題,

How to Install the KDE Plasma Desktop on Ubuntu 18.04 LTS
鏈接

也不行,(這裏應該可以)

最後晚上11點找到這個文章,通過自己的思考,悟出來了:

https://askubuntu.com/questions/1084157/kubuntu-shows-error-at-login-file-usr-share-sddm-themes-breeze-main-qmlno

Had the exact same issue after uninstalling some basic programs through the UI.

Fixed it with

apt-get install sddm-theme-breeze
apt-get install --reinstall plasma-desktop 


The first install made it possible to log on again and the second one fixed the rest.

You may use a virtual terminal to login (by pressing ctrl+alt+F1; if that doesn't work, try the other virtual terminals from ctrl+alt+F2 up to ctrl+alt+F6).

但是怎麼執行都報這個錯誤

Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

最後想想是不是命令行沒有網絡,

ping 163.com

果真是不通的,找跟有線網線,接上,再ping 就可以了

按照上面

apt-get install sddm-theme-breeze
apt-get install --reinstall plasma-desktop 
辦好了,真是方法很簡單,命令很簡單,但是你不知道就不知道多難,記錄,希望幫到你
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章