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 15:29] 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 102: Line 104:
   - gstreamer0.10-alsa for alsa sound output or gstreamer0.10-pulseaudio for pulseaudio output   - gstreamer0.10-alsa for alsa sound output or gstreamer0.10-pulseaudio for pulseaudio output
   - gstreamer0.10-plugins-good and gstreamer0.10-ffmpeg plugins   - gstreamer0.10-plugins-good and gstreamer0.10-ffmpeg plugins
 +
 +=== Cant import bookmarks from firefox ===
 +
 +Currently midori doesnt import bookmarks from firefox. But there is a way to do this manually.
 +
 +  - Export your bookmarks from firefox into html file. (Bookmarks -> Manage bookmarks -> Import/Export -> Export into html)
 +  - Go to http://www.linkagogo.com/go/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)
 +
 +=== 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 ======