On 2015-09-11 15:57 +0200, Richard Kennedy wrote: > I can't get git-gui to work on jessie as it can't find wish. > Tk is installed, but it has renamed /usr/bin/wish as /usr/bin/wish8.6.
That's rather strange. > I'm not sure what's gone wrong, is this just a bug in the TK package or has > something else failed? "Something else", I dare say. > any thoughts or suggestions? > > BTW, I created a link for wish -> wish8.6 and it works ok, > at least with minimal testing ;) Well, that's how it's supposed to be in the first place: ,---- | $ dpkg -S /usr/bin/wish /usr/bin/wish8.6 | tk: /usr/bin/wish | tk8.6: /usr/bin/wish8.6 | $ file /usr/bin/wish | /usr/bin/wish: symbolic link to wish8.6 `---- Something must have deleted the /usr/bin/wish symlink. Cheers, Sven