Xfce Wiki

Sub domains
 

Site Tools


Differences

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

Link to this comparison view

midori:faq [2013/02/14 01:16]
kalikiana [Kiosk mode]
midori:faq [2013/05/13 12:47] (current)
kalikiana [Mouse Gestures]
Line 74: Line 74:
 === Certificate Handling === === Certificate Handling ===
  
-Midori >= 0.4.7 supports [[gcr|http://git.gnome.org/browse/gcr/tree/gcr]] for certificate display and management, you can click the lock in the urlbar to see detailed information. Earlier versions, or one without gcr will not handle certificates beyond the lock icon in the urlbar.+Midori >= 0.4.7 supports [[http://git.gnome.org/browse/gcr/tree/gcr|gcr]] for certificate display and management, you can click the lock in the urlbar to see detailed information. Earlier versions, or one without gcr will not handle certificates beyond the lock icon in the urlbar.
  
 == Error granting trust: Couldn't find a place to store the imported certificate == == Error granting trust: Couldn't find a place to store the imported certificate ==
Line 102: Line 102:
 === Flash is crashing/ No Flash with GTK+3 === === Flash is crashing/ No Flash with GTK+3 ===
  
-nspluginwrapper is a program that runs Flash and other Netscape plugins in a separate process. So a crash can't cresh the whole browser and Flash, which is GTK+2 can run in GTK+3.+nspluginwrapper is a program that runs Flash and other Netscape plugins in a separate process. So a crash can't crash the whole browser and Flash, which is GTK+2 can run in GTK+3.
  
 <code bash> <code bash>
 +sudo apt-get install flashplugin-installer
 sudo apt-get install nspluginwrapper sudo apt-get install nspluginwrapper
 sudo nspluginwrapper -i /usr/lib/flashplugin-installer/libflashplayer.so sudo nspluginwrapper -i /usr/lib/flashplugin-installer/libflashplayer.so
 nspluginwrapper -v -a -n -i nspluginwrapper -v -a -n -i
 </code> </code>
 +
 +Another remedy is using WebKit2 - starting with Midori 0.4.9 experimental support is available, [[https://trac.webkit.org/wiki/WebKitGTK/WebKit2Roadmap|progress on WebKit2GTK+ can be seen in the WebKit wiki]].
  
 === HTTPS URLS won't load === === HTTPS URLS won't load ===
Line 196: Line 199:
 LXDE is unfortunately not supported yet, see https://bugs.freedesktop.org/show_bug.cgi?id=26058 LXDE is unfortunately not supported yet, see https://bugs.freedesktop.org/show_bug.cgi?id=26058
  
-=== Open magnet:, irc:, apt: and friends with an application ===+=== Open magnet:, irc:, apt:, bitcoin: with an application ===
  
 As of git 2011-03-05 02:40:00 UTC and Midori 0.3.3 you can As of git 2011-03-05 02:40:00 UTC and Midori 0.3.3 you can
Line 209: Line 212:
  
 Note that incomplete .desktop files will silently fail and it will look as if it doesn't exist. Note that incomplete .desktop files will silently fail and it will look as if it doesn't exist.
 +
 +For [[http://electrum.org/bitcoin_URIs.html|bitcoin:]], try [[http://electrum.org/index.html|Electrum]] or [[http://multibit.org/|Multibit]].
  
 === Spell check === === Spell check ===
Line 330: Line 335:
     )     )
 ) )
 +
 +===== Overriding settings and loading extensions =====
 +
 +As of Midori 0.5.0 the --execute command line switch got more powerful:
 +
 +''midori -e libcolorful-tabs.so=true''
 +
 +''midori -e enable-javascript=false''
 +
 ====== Proxy servers ====== ====== Proxy servers ======
  
Line 356: Line 370:
 === Are SOCKS proxy servers supported? === === Are SOCKS proxy servers supported? ===
  
-The coming libSoup 2.40 will support SOCKS proxies, [[https://bugzilla.gnome.org/show_bug.cgi?id=553269|see the relevant bug report]].+As of Midori 0.5.0 and libSoup 2.40 SOCKS proxies can be used, the Preferences dialog lists detected types and accepts curl syntax.
  
 libSoup < 2.40 only supports HTTP proxy servers directly. A way to use SOCKS on Unix is to use tsocks with SSH as follows: libSoup < 2.40 only supports HTTP proxy servers directly. A way to use SOCKS on Unix is to use tsocks with SSH as follows:
Line 423: Line 437:
     button=2     button=2
  
-For a quick and dirty overview of the gestures in the current release take a look at the [[http://www.matthiaskruk.de/midori/mouse-gestures.pdf|preliminary manual]]. +As of Midori 0.5.0 individual gestures can be configured freely, consult "midori --help-execute" for a list of available left-hand actions:
-Further information is available at the [[http://www.matthiaskruk.de/midori|MGX website]].+
  
-Additionally, there are programs allowing mouse gestures system-wide, for example [[http://easystroke.wiki.sourceforge.net/|EasyStroke]].+    [gestures] 
 +    Quit=W;E; 
 +    TabPrevious=SW; 
 +    TabNext=SE;
  
 +Separated by ; the right-hand values are cardinal directions, (W)est, (E)east, (N)orth, (S)outh. You can also combine eg. WE for West East.
 +
 +Additionally, there are programs allowing mouse gestures system-wide, for example [[http://easystroke.wiki.sourceforge.net/|EasyStroke]].
 ====== User scripts and styles ====== ====== User scripts and styles ======
  
midori/faq.1360800977.txt.gz · Last modified: 2013/02/14 01:16 by kalikiana