運行“unity --replace”後 Unity 無法工作

運行“unity --replace”後 Unity 無法工作

我該如何解決這個問題?有人告訴我unity --replace在這個問題上這樣做( )為什麼升級到13.04後我的桌面背景是黑色的?現在已經塞滿了。

當我運行時,unity出現以下錯誤:

compiz (core) - Info: Loading plugin: core
compiz (core) - Info: Starting plugin: core
unity-panel-service: no process found
Killed

我的運行輸出sudo apt-get install --reinstall unity-servicessudo apt-get install ubuntu-desktop

[sudo] password for brentonhorne: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 29.5 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ raring/main unity-services i386 7.0.0daily13.04.18~13.04-0ubuntu1 [29.5 kB]
Fetched 29.5 kB in 1s (20.1 kB/s)       
(Reading database ... 517097 files and directories currently installed.)
Preparing to replace unity-services 7.0.0daily13.04.18~13.04-0ubuntu1 (using .../unity-services_7.0.0daily13.04.18~13.04-0ubuntu1_i386.deb) ...
Unpacking replacement unity-services ...
Processing triggers for man-db ...
Setting up unity-services (7.0.0daily13.04.18~13.04-0ubuntu1) ...

Reading package lists... Done
Building dependency tree       
Reading state information... Done
ubuntu-desktop is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

分別。

運行sudo apt-get install dconf-editor給出:

[sudo] password for brentonhorne: 
Sorry, try again.
[sudo] password for brentonhorne: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package dconf-editor

編輯:

unity-panel-service: no process found
compiz (core) - Info: Loading plugin: core
compiz (core) - Info: Starting plugin: core
Killed

答案1

缺少統一服務包?

您似乎缺少該unity-services軟體包或未正確安裝。只需在終端機上執行此操作:

sudo apt-get install --reinstall unity-services

為了確保不再遺失任何軟體包,請嘗試以下操作:

sudo apt-get install ubuntu-desktop

用戶設定檔配置錯誤?

建立一個新使用者並測試其會話。如果該使用者一切正常,則問題出在您的使用者設定檔上。若要正確重設所有與 Unity 相關的設置,請執行下列操作:

sudo apt-get install dconf-tools
dconf reset -f /org/compiz/
unity --reset-icons

相關內容