Tortoisehg-nautilus plugin not working

Bug #1202823 reported by Andrew Fawcett
22
This bug affects 5 people
Affects Status Importance Assigned to Milestone
tortoisehg (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

I have tortoisehg and the tortoise-nautilus plugin installed on my laptop. There is no context specific menu entry on the popup menu that appears when right clicking on a file or directory. Also there are no icons displayed. Tortoisehg workbench opens up okay and appears to work correctly. My laptop has a fresh install of Ubuntu 13.04 amd64 release and the tortoisehg packages were obtained from the main repositories.

I had a look in the .xsession-errors file and there were some related to the folders where I had mercurial repositories. There were also some entries for python errors due to problems opening files and as mercurial uses python perhaps these have some relevance. The files are present in the locations indicated in the logs so there shouldn't be errors. The .xsession-errors fileis attached.

Revision history for this message
Andrew Fawcett (andyfawcett0044) wrote :
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in tortoisehg (Ubuntu):
status: New → Confirmed
Revision history for this message
Jorge Alexandro Martinez Dominguez (jorge-alexandro) wrote :

I have the same problem on Ubuntu 13.04 and this was the solution:

Make a symbolic link of this file:

/usr/lib/i386-linux-gnu/libpython2.7.so.1.0

Like this:

sudo ln -s /usr/lib/i386-linux-gnu/libpython2.7.so.1.0 /usr/lib/libpython2.7.so.1.0

After that everithing works fine.

Best regards.

Revision history for this message
Alexandre Herbreteau (alexandre-herbreteau) wrote :

Thanks a lot, it worked fine for me too !
Just a comment: for 64 bits OS (like me), the following symbolic link must be done instead of the one you mention:
sudo ln -s /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 /usr/lib/libpython2.7.so.1.0

Bye.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.