From a03040cb169ee05da5aef026b5b52543beb6ac78 Mon Sep 17 00:00:00 2001 From: Matt Pagan Date: Mon, 20 Jan 2014 19:08:06 +0000 Subject: [PATCH] Added FAQs re Sophos antivirus and Ubuntu IBUS. --- docs/en/faq.wml | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/docs/en/faq.wml b/docs/en/faq.wml index 2ea809f3..0e744a78 100644 --- a/docs/en/faq.wml +++ b/docs/en/faq.wml @@ -63,8 +63,12 @@ includes Tor?
  • Why can't I view videos on YouTube and other Flash-based sites?
  • -
  • I'm using Ubuntu and I can't start Tor Browser +
  • I'm using Ubuntu, and I can't start Tor Browser.
  • +
  • I'm using Ubuntu, and I can't type + anything into my browser.
  • +
  • I'm using the Sophos anti-virus + software on my Mac, and Tor Browser won't start.
  • I want to run another application through the Tor launched by Tor Browser Bundle.
  • @@ -1122,7 +1126,7 @@ find HTML5 videos.

    -I'm using Ubuntu and I can't start Tor Browser

    +I'm using Ubuntu and I can't start Tor Browser.

    Ubuntu prevents its users from executing shell scripts by clicking them, even when the file permissions are set correctly. For now you need to @@ -1134,6 +1138,37 @@ start the Tor Browser from the command line by running

    from inside the Tor Browser directory.

    + +

    +I'm using Ubuntu, and I can't type anything into my browser.

    +

    Another issue affecting Ubuntu users is that when Tor Browser opens, text +fields, including the address bar, are blacked out and can not be used. +This is not so great, and we hope to include a fix in a coming release. +In the mean time, this issue can be worked around by editing the +start-tor-browser script and adding the following line below line 1:

    +
    +export GTK_IM_MODULE=xim
    +
    +

    This issue is related to the version of IBUS that ships with Ubuntu. +Some users have also reported success by executing this command

    +
    +ibus exit
    +
    +

    To follow the progress of this issue, see this bug ticket. +

    + +
    + + +

    I'm using the Sophos anti-virus +software on my Mac, and Tor Browser won't start.

    +

    +You'll need to modify Sophos anti-virus so that Tor can connect to the +internet. Go to Preferences -> Web Protection -> General, and turn off +the protections for "Malicious websites" and "Malicious downloads". +

    +