Depois de olhar o arquivo mencionado no erro /var/lib/dpkg/status
na linha 55497, vi o seguinte:
Package: indicator-displex
Priority: optional
Section: GTK, system, admin
Installed-Size: 1524
Maintainer: Arick McNiel <arickmcniel AT yahoo DOT com>
Architecture: all
Version: 0.1
Depends: python, python-gtk2, python-central (>= 0.6.1), python-notify, python-appindicator, compiz
Size: 130748
Description: DisPlex
AppIndicator to interface with Compiz / Xrandr / Emerald.
.
The Displex (indicator-displex) application provides an AppIndicator to the display
interfaces of Compiz / Emerald / and Gnome Display Manager. In doing so, it hopes
to provide a product that is helpful for those applications without an AppIndicator
interface AND to minimize icons by combinine some functionality of the
gnome-display-manger AppIndicator icon.
DisPlex has the following features:
-Uses the new Ubuntu AppIndicator interface
-Provides interface for: COMPIZ, EMERALD, GNOME Display Properties
-Enables you to change decorators from the AppIndicator Tray
-Enables you to activate / deactivate Compiz Effects
-Enables you to switch window manager
-Provides the ability to hide/show desktop icons
Homepage: https://launchpad.net/displex; http://sourceforge.net/projects/displex/
Eu fiz um backup desse arquivo e, em seguida, o abri em um editor de texto. ( sudo vi /var/lib/dpkg/status
, depois :55497
para ir para essa linha.)
Adicionando um único .
à linha em branco antes que o "DisPlex tenha os seguintes recursos:" resolveu o problema.
(se não estiver familiarizado com o vi ... veja uma dica: A
para anexar linha, adicionar um espaço e período ESC
para sair do modo de inserção e :wq
para escrever e sair)
Eu consegui executar sudo dpkg --configure -a
. Depois de executar sudo apt-get -f install
, vi um erro semelhante no arquivo /var/lib/dpkg/available
. Eu adicionei um único .
a este arquivo na linha mencionada no erro, e agora ele funciona principalmente.
Eu encontrei um último problema que é o mesmo que esse bug .
Unpacking libatk-adaptor-schemas (from .../libatk-adaptor-schemas_2.4.0-1ubuntu2_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/libatk-adaptor-schemas_2.4.0-1ubuntu2_amd64.deb (--unpack):
trying to overwrite '/usr/share/glib-2.0/schemas/org.a11y.atspi.gschema.xml', which is also in package libatk-adaptor 2.2.1-0ubuntu1
ErrorMessage: trying to overwrite '/usr/share/glib-2.0/schemas/org.a11y.atspi.gschema.xml', which is also in package libatk-adaptor 2.2.1-0ubuntu1
Para corrigir este problema:
sudo apt-get update
sudo apt-get dist-upgrade