Hi all.
I’m having a problem with torbrowser. It cannot be launched from KDE nor CLI.
I publish a bug report at Bugzilla.
From KDE, no error windows or dialog appears. The program simply doesn’t start. From CLI this is what appears:
$ torbrowser-launcher
** (process:21858): WARNING **: Trying to register gtype ‘GMountMountFlags’ as enum when in fact it is of type ‘GFlags’
** (process:21858): WARNING **: Trying to register gtype ‘GDriveStartFlags’ as enum when in fact it is of type ‘GFlags’
** (process:21858): WARNING **: Trying to register gtype ‘GSocketMsgFlags’ as enum when in fact it is of type ‘GFlags’
Traceback (most recent call last):
File “/usr/bin/torbrowser-launcher”, line 29, in < module>
import torbrowser_launcher
File “/usr/lib/python2.7/site-packages/torbrowser_launcher/init.py”, line 33, in < module>
from launcher import Launcher
File “/usr/lib/python2.7/site-packages/torbrowser_launcher/launcher.py”, line 33, in < module>
from twisted.web.iweb import IPolicyForHTTPS
ImportError: cannot import name IPolicyForHTTPS
PS: Note that I was forced to add a space after “<” and before “module” because in the preview all the <-module-> dissappear if no space (or hyphen, as now) is added.