Unity funktioniert nicht nach dem Ausführen von „unity --replace“

Unity funktioniert nicht nach dem Ausführen von „unity --replace“

Wie löse ich dieses Problem? Jemand hat mir gesagt, ich solle es tun ( unity --replace) auf diese FrageWarum ist mein Desktop-Hintergrund nach dem Upgrade auf 13.04 schwarz?und jetzt ist es vollgestopft.

Beim Ausführen unityerhalte ich die folgende Fehlermeldung:

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

Meine Ausgabe vom Ausführen von sudo apt-get install --reinstall unity-servicesund sudo apt-get install ubuntu-desktopist:

[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) ...

Und

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.

jeweils.

Beim Ausführen sudo apt-get install dconf-editorerhält man:

[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

BEARBEITEN:

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

Antwort1

Unity-Services-Paket fehlt?

Es scheint, als ob das Paket fehlt unity-servicesoder nicht richtig installiert ist. Führen Sie einfach Folgendes auf einem Terminal aus:

sudo apt-get install --reinstall unity-services

Um sicherzustellen, dass keine Pakete mehr fehlen, versuchen Sie außerdem Folgendes:

sudo apt-get install ubuntu-desktop

Falsche Benutzerprofilkonfiguration?

Erstellen Sie einen neuen Benutzer und testen Sie dessen Sitzung. Wenn bei diesem Benutzer alles einwandfrei funktioniert, liegt das Problem an Ihrem Benutzerprofil. Um alle Unity-bezogenen Einstellungen ordnungsgemäß zurückzusetzen, gehen Sie wie folgt vor:

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

verwandte Informationen