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/02/10 19:16] 64.32.84.26midori_faq [2010/04/15 22:38] – SOCKS > Get the ordered list counting from 1 to 7 mike
Line 91: Line 91:
   - Open the file ~/.config/midori/config   - Open the file ~/.config/midori/config
   - Add a line "javascript-can-open-windows-automatically=true"   - Add a line "javascript-can-open-windows-automatically=true"
 +
 +There is also a preference in the git version as of 2010-03-23.
  
 === Scroll with middle mouse button === === Scroll with middle mouse button ===
Line 103: Line 105:
   - gstreamer0.10-plugins-good and gstreamer0.10-ffmpeg plugins   - gstreamer0.10-plugins-good and gstreamer0.10-ffmpeg plugins
  
-=== Cant add bookmarks from firefox ===+=== Cant import bookmarks from firefox ===
  
 Currently midori doesnt import bookmarks from firefox. But there is a way to do this manually. Currently midori doesnt import bookmarks from firefox. But there is a way to do this manually.
Line 111: 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 ======