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 [2012/10/05 20:02]
kalikiana [Flash doesn't work]
midori:faq [2013/05/24 11:37] (current)
kalikiana [Security features]
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 uses the system's ca-certificates, the exact locations depend on the distribution. 
 + 
 +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 104:
 === 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>
 +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>
 +
 +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 165: Line 172:
  
 You need to set Preferences > Network > Identify As to Firefox. You need to set Preferences > Network > Identify As to Firefox.
 +
 +=== Google Docs says "Clear your caches" ===
 +
 +If you use the Adblock extension, EasyPrivacy may conflict with Google Docs. Disable the subscription if you use it. Otherwise try disabling Adblock entirely.
  
 === Opening html email with Mutt === === Opening html email with Mutt ===
Line 190: Line 201:
 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 203: Line 214:
  
 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 305: Line 318:
  
 Any links outside end up in an error page. All images and other files won't be loaded. Any links outside end up in an error page. All images and other files won't be loaded.
 +
 +===== Always open Midori in Fullscreen =====
 +
 +Using the WM to get Midori into fullscreen mode, or calling "midori -e Fullscreen" is the typical way. On the next startup Midori will remember the last window size and state.
 +
 +If for whatever reason this isn't enough, [[https://live.gnome.org/DevilsPie|DevilsPie]] can force Midori to the desired state:
 +
 +~/.devilspie/midori.ds
 +
 +(begin
 +    (if
 +        (and
 +            (is (application_name) "Midori")
 +        )
 +            (begin
 +                (maximize)
 +            )
 +    )
 +)
 +
 +===== 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 332: Line 372:
 === 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 399: Line 439:
     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.txt · Last modified: 2013/05/24 11:37 by kalikiana