gnome shell theme desativado

0

Alguém pode me ajudar a resolver esse problema?

Eu sou novo no Ubuntu. Deixe-me saber quais informações adicionais você precisa.

xemex@ubuntu:~$ sudo apt-get install gnome-shell-extensions-user-theme
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 gnome-shell-extensions-user-theme : Depends: gnome-shell-extensions-common but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
    
por xemex 10.08.2012 / 08:09

2 respostas

0

Execute sudo apt-get install -f . Isso deve resolver o problema.

Se não. Por favor edite sua pergunta e poste a saída do comando acima.

    
por Web-E 10.08.2012 / 08:16
0

Você terá que instalar o pacote gnome-shell-extensions-common para fins de funcionalidade, como

sudo apt-get install gnome-shell-extensions-user-theme gnome-shell-extensions-common

    
por atenz 10.08.2012 / 08:50