Matt Pagan commited on 2014-01-20 20:08:06
Zeige 1 geänderte Dateien mit 37 Einfügungen und 2 Löschungen.
| ... | ... |
@@ -63,8 +63,12 @@ includes Tor?</a></li> |
| 63 | 63 |
|
| 64 | 64 |
<li><a href="#TBBFlash">Why can't I view videos on YouTube and other |
| 65 | 65 |
Flash-based sites?</a></li> |
| 66 |
- <li><a href="#Ubuntu">I'm using Ubuntu and I can't start Tor Browser |
|
| 66 |
+ <li><a href="#Ubuntu">I'm using Ubuntu, and I can't start Tor Browser. |
|
| 67 | 67 |
</a></li> |
| 68 |
+ <li><a href="#UbuntuBlackedOut">I'm using Ubuntu, and I can't type |
|
| 69 |
+ anything into my browser.</a></li> |
|
| 70 |
+ <li><a href="#SophosOnMac">I'm using the Sophos anti-virus |
|
| 71 |
+ software on my Mac, and Tor Browser won't start.</a></li> |
|
| 68 | 72 |
<li><a href="#TBBSocksPort">I want to |
| 69 | 73 |
run another application through the Tor launched by Tor Browser |
| 70 | 74 |
Bundle.</a></li> |
| ... | ... |
@@ -1122,7 +1126,7 @@ find HTML5 videos. |
| 1122 | 1126 |
|
| 1123 | 1127 |
<a id="Ubuntu"></a> |
| 1124 | 1128 |
<h3><a class="anchor" href="#Ubuntu"> |
| 1125 |
-I'm using Ubuntu and I can't start Tor Browser</a></h3> |
|
| 1129 |
+I'm using Ubuntu and I can't start Tor Browser.</a></h3> |
|
| 1126 | 1130 |
<p> |
| 1127 | 1131 |
Ubuntu prevents its users from executing shell scripts by clicking them, |
| 1128 | 1132 |
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 </p> |
| 1134 | 1138 |
from inside the Tor Browser directory. |
| 1135 | 1139 |
</p> |
| 1136 | 1140 |
|
| 1141 |
+<a id="UbuntuBlackedOut"></a> |
|
| 1142 |
+<h3><a class="anchor" href="#UbuntuBlackedOut"> |
|
| 1143 |
+I'm using Ubuntu, and I can't type anything into my browser.</a></h3> |
|
| 1144 |
+<p>Another issue affecting Ubuntu users is that when Tor Browser opens, text |
|
| 1145 |
+fields, including the address bar, are blacked out and can not be used. |
|
| 1146 |
+This is not so great, and we hope to include a fix in a coming release. |
|
| 1147 |
+In the mean time, this issue can be worked around by editing the |
|
| 1148 |
+start-tor-browser script and adding the following line below line 1:</p> |
|
| 1149 |
+<pre> |
|
| 1150 |
+export GTK_IM_MODULE=xim |
|
| 1151 |
+</pre> |
|
| 1152 |
+<p>This issue is related to the version of IBUS that ships with Ubuntu. |
|
| 1153 |
+Some users have also reported success by executing this command</p> |
|
| 1154 |
+<pre> |
|
| 1155 |
+ibus exit |
|
| 1156 |
+</pre> |
|
| 1157 |
+<p>To follow the progress of this issue, see this <a |
|
| 1158 |
+href="https://trac.torproject.org/projects/tor/ticket/9353">bug ticket.</a> |
|
| 1159 |
+</p> |
|
| 1160 |
+ |
|
| 1161 |
+<hr> |
|
| 1162 |
+ |
|
| 1163 |
+<a id="SophosOnMac"></a> |
|
| 1164 |
+<h3><a class="anchor" href="#SophosOnMac">I'm using the Sophos anti-virus |
|
| 1165 |
+software on my Mac, and Tor Browser won't start.</a></h3> |
|
| 1166 |
+<p> |
|
| 1167 |
+You'll need to modify Sophos anti-virus so that Tor can connect to the |
|
| 1168 |
+internet. Go to Preferences -> Web Protection -> General, and turn off |
|
| 1169 |
+the protections for "Malicious websites" and "Malicious downloads". |
|
| 1170 |
+</p> |
|
| 1171 |
+ |
|
| 1137 | 1172 |
<hr> |
| 1138 | 1173 |
|
| 1139 | 1174 |
<a id="TBBSocksPort"></a> |
| 1140 | 1175 |