Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
midori_faq [2010/04/15 18:59] 89.0.160.10midori_faq [2010/04/15 22:38] – SOCKS > Get the ordered list counting from 1 to 7 mike
Line 113: Line 113:
   - Select Netscape as "input format" and XBEL as "output format", select a file with your exported bookmarks and press "Convert"   - Select Netscape as "input format" and XBEL as "output format", select a file with your exported bookmarks and press "Convert"
   - Import file into midori. (Bookmarks -> Import bookmarks)   - Import file into midori. (Bookmarks -> Import bookmarks)
 +
 +=== Java doesn't work, applets don't show up ===
 +
 +Java is supported in WebKitGTK+ since 1.1.22. If you need Java, you need to upgrade to at least that version. Sun/ Oracle Java as well as IcedTea are known to work. Distribution specific setup might be required, such as setting LD_LIBRARY_PATH to include the location of libxul.so.
 +
 +=== Are SOCKS proxy servers supported? ===
 +
 +Currently only HTTP proxy servers are supported directly. A way to use SOCKS on Unix is to use tsocks with SSH as follows:
 +
 +  - Install 'tsocks'
 +  - Open /etc/tsocks.conf in an editor
 +  - Type something like this, you can choose the port freely: <code>
 +server = 127.0.0.1
 +server_type = 5
 +server_port = 5555</code>
 +  - Open an SSH connection with the same port: <code> ssh -D localhost:5555 myhost.com </code>
 +  - Run Midori with "tsocks" in front of it: <code> tsocks midori </code>
 +  - Now you can use for example http://www.whatsmyip.org/ to verify that you are using a SOCKS connection. The IP address should match the one of your SSH host. Remember to keep the SSH login running, and don't suspend it, otherwise it won't work.
 +  - If the connection fails for some reason, you should see a connection error.
  
 ====== Features ====== ====== Features ======