web-dev-qa-db-fra.com

Installer RabbitVCS pour Thunar: paquet thunarx-python manquant

Le 14.04 Trusty, essayer d'installer RabbitVCS à partir de RabbitVCS-PPA entraîne l'erreur suivante:

$ Sudo apt-get install rabbitvcs-thunar 
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:
 rabbitvcs-thunar : Depends: thunarx-python (>= 0.3.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
1
Thomas W.

Malheureusement, thunarx-python n'est pas dans le PPA pour Trusty. J'ai réussi à installer le paquet deb pour Raring à partir de n autre PPA et à définir le lien symbolique suivant:

$ Sudo ln -s "/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0" "/usr/lib/libpython2.7.so.1.0"

Maintenant, je pouvais installer le rabbitvcs-thunar package, obtenant les éléments du menu RabbitVCS dans le menu fichier et le menu contextuel.

0
Thomas W.