`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 パッケージがありませんか?

パッケージが不足している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

関連情報