Hi, Holger Levsen wrote (12 Jul 2015 21:56:40 GMT) : > no, this is/was version 0.1.9-1+deb8u1 which works without problem on another > Jessie system...
OK, sorry. Looking closer at the missing deps issue, the only potentially absent binary I've seen called is update-desktop-database (from the desktop-file-utils package). Can you try installing it if it's missing? If that doesn't work, then I'll need more debug output to understand the problem. Retrying with 0.2.0-1~bpo8+1 would be welcome too. And on the "possibly wrong path" topic, on our jessie branch, I see: torbrowser_launcher/common.py: 'start': tbb_local+'/tbb/'+self.architecture+'/tor-browser_'+self.language+'/start-tor-browser', ... that we patch this way: - 'start': tbb_local+'/tbb/'+self.architecture+'/tor-browser_'+self.language+'/start-tor-browser', + 'start': tbb_local+'/tbb/'+self.architecture+'/tor-browser_'+self.language+'/Browser/start-tor-browser', ... which can possibly work, I guess, even though it's not the path I would expect. And then upstream changed it to: torbrowser_launcher/common.py: 'start': tbb_local+'/tbb/'+self.architecture+'/tor-browser_'+self.language+'/start-tor-browser.desktop', and changed the way it's run, in: https://github.com/micahflee/torbrowser-launcher/commit/5f833d73290bd3623bf22caffaed599381d454d9 ... after the discussion on https://github.com/micahflee/torbrowser-launcher/issues/176. => I'm curious if it works better for you with this patch applied. Cheers, -- intrigeri -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org