Não é possível instalar extensões necessárias para temas do GNOME Shell

0

Continuo recebendo esta saída:

 soham@fortress:~$ sudo apt-get install gnome-shell-extensions gnome-tweak-tool    
    Reading package lists... Done
    Building dependency tree      
    Reading state information... Done    
    gnome-tweak-tool is already the newest version.
    The following NEW packages will be installed:
      gnome-shell-extensions
    0 upgraded, 1 newly installed, 0 to remove and 43 not upgraded.
    1 not fully installed or removed.
    Need to get 0 B/121 kB of archives.
    After this operation, 849 kB of additional disk space will be used.
    Do you want to continue [Y/n]? y
    (Reading database ... 179291 files and directories currently installed.)
    Unpacking gnome-shell-extensions (from .../gnome-shell-extensions_3.4.1~git20120508.dfd7191a-0ubuntu1~12.04~ricotz0_all.deb) ...
    dpkg: error processing /var/cache/apt/archives/gnome-shell-extensions_3.4.1~git20120508.dfd7191a-0ubuntu1~12.04~ricotz0_all.deb (--unpack):
     trying to overwrite '/usr/share/locale/lv/LC_MESSAGES/gnome-shell-extensions.mo', which is also in package gnome-shell-extensions-common 3.2.0-0ubuntu1~oneiric1
    No apport report written because MaxReports is reached already                                                                  
    dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
    Errors were encountered while processing:
     /var/cache/apt/archives/gnome-shell-extensions_3.4.1~git20120508.dfd7191a-0ubuntu1~12.04~ricotz0_all.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)

Atualização: consertado isso. Agora, o GNOME Tweak Tool mostra um ponto de exclamação ao lado do botão de extensão, dizendo "A extensão não suporta a versão do shell". Meu shell do GNOME já é a versão mais recente. Socorro!

    
por Soham Chowdhury 28.05.2012 / 08:18

3 respostas

0

Execute o seguinte comando:

sudo apt-get -f install

para forçar a instalação dos pacotes que não foram instalados devido ao erro. Em seguida, execute o comando de instalação novamente.

Em seguida, apt-get -f install para trás e para frente. Muito provavelmente você vai passar.

    
por green 24.08.2012 / 11:10
0

Use o pacote gnome-shell-extensions de o launchpad do gnome .

    
por pazuzuthewise 20.06.2012 / 19:02
0

Se você estiver usando o GNOME 3.6, é normal se você receber:

Extension doesn't support shell version

Porque o GNOME 3.6 é muito novo, então o desenvolvedor precisará reescrevê-lo para torná-lo compatível com a nova versão.

    
por Arch user 10.01.2013 / 12:26