'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

관련 정보