
¿Cómo soluciono este problema? Alguien me dijo que lo hiciera ( unity --replace
) en esta pregunta¿Por qué el fondo de mi escritorio aparece negro después de actualizar a 13.04?y ahora está lleno.
Cuando ejecuto unity
me sale el siguiente error:
compiz (core) - Info: Loading plugin: core
compiz (core) - Info: Starting plugin: core
unity-panel-service: no process found
Killed
Mi resultado de ejecutar sudo apt-get install --reinstall unity-services
y sudo apt-get install ubuntu-desktop
son:
[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) ...
y
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.
respectivamente.
Correr sudo apt-get install dconf-editor
da:
[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
EDITAR:
unity-panel-service: no process found
compiz (core) - Info: Loading plugin: core
compiz (core) - Info: Starting plugin: core
Killed
Respuesta1
¿Falta el paquete de servicios de unidad?
Parece que te falta el unity-services
paquete o no está instalado correctamente. Simplemente haz esto en una terminal:
sudo apt-get install --reinstall unity-services
Para asegurarse de que no falten más paquetes, intente esto también:
sudo apt-get install ubuntu-desktop
¿Mala configuración del perfil de usuario?
Crea un nuevo usuario y prueba su sesión. Si todo funciona bien con ese usuario, entonces el problema está en su perfil de usuario. Para restablecer correctamente todas las configuraciones relacionadas con Unity, haga esto:
sudo apt-get install dconf-tools
dconf reset -f /org/compiz/
unity --reset-icons