i'm having it -including context menu-  running on 12.04_64 + gnome3, 
package from tortoisehg ppa as of today tortoisehg v2.3.1

issue: contrib directory is missing in the tortoisehg packagefrom ppa

0°)setup ppa repo+install release tortoise (hg v2.3.1)
sudo add-apt-repository ppa:tortoisehg-ppa/releases
sudo aptitude update
sudo aptitude install tortoisehg

1°)contrib directory is missing in the ubuntu 12.04 package tortoisehg from ppa
need to get it from current hg repo
cd mylocalthgrepo
hg clone https://bitbucket.org/tortoisehg/thg

2°)copy contrib dir where ppa package is stored

cd /usr/share/pyshared/tortoisehg
sudo cp -r ~/mylocalthgrepo/thg/contrib/ ./contrib/

3°)create python extension dir for context menu and then the link to 
nautilus-thg.py
mkdir -p .local/share/nautilus-python/extensions/
ln -s /usr/share/pyshared/tortoisehg/contrib/nautilus-thg.py 
~/.local/share/nautilus-python/extensions/
4°)restart nautilus

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/990527

Title:
  Nautilus Integration Doesn't Work in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tortoisehg/+bug/990527/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to