Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| midori:faq [2014/06/05 00:36] – cleanup and explain gstreamer version numbers gue5t | midori:faq [2020/08/06 06:12] (current) – asffdd | ||
|---|---|---|---|
| Line 62: | Line 62: | ||
| Enable changing hotkeys while hovering menu items: | Enable changing hotkeys while hovering menu items: | ||
| < | < | ||
| + | |||
| + | === Making the current tab more visible === | ||
| + | |||
| + | To make the current tab more visible in Midori, when running Elementary edit the file / | ||
| + | |||
| + | < | ||
| + | font-weight: | ||
| + | |||
| + | Note that this will also affect tabs on Files, Scratch and other apps. The change is presumably applicable to other GTK+3 based themes but it wasn't tested. | ||
| === Disable middle click pasting === | === Disable middle click pasting === | ||
| Line 93: | Line 102: | ||
| No key store is available or it's incorrectly setup. By default GNOME keyring can do this. Under Xfce it is recommended to enable "GNOME services" | No key store is available or it's incorrectly setup. By default GNOME keyring can do this. Under Xfce it is recommended to enable "GNOME services" | ||
| + | |||
| + | In order to solve it, follow the steps: | ||
| + | 1- make sure that gnome-keyring-pkcs11.so exists in your machine, the location can be found with: | ||
| + | $ sudo find / -name gnome-keyring-pkcs11.so | ||
| + | |||
| + | Depending on the architecture it can be under / | ||
| + | |||
| + | If you don't find them, you must install it:\\ | ||
| + | |||
| + | **64bit machine: **\\ | ||
| + | $ sudo apt-get install libp11-kit-gnome-keyring | ||
| + | |||
| + | **32bit machine: **\\ | ||
| + | $ sudo apt-get install libp11-kit-gnome-keyring: | ||
| + | |||
| + | After that the file should be in the expected place. | ||
| + | |||
| + | 2- Now **CLOSE** Midori. | ||
| + | |||
| + | 3- After it is totally closed, run: | ||
| + | |||
| + | **64bit machine: **\\ | ||
| + | $ modutil -add gnome-keyring -libfile ./ | ||
| + | |||
| + | **32bit machine: **\\ | ||
| + | $ modutil -add gnome-keyring -libfile ./ | ||
| == A testcase for self-signed certificates == | == A testcase for self-signed certificates == | ||
| Line 150: | Line 185: | ||
| === HTML5 Video/ Audio doesn' | === HTML5 Video/ Audio doesn' | ||
| - | [[# | + | [[# |
| - You need gstreamer(0.10/ | - You need gstreamer(0.10/ | ||
| Line 377: | Line 412: | ||
| http:// | http:// | ||
| + | https:// | ||
| === Polipo === | === Polipo === | ||
| Line 541: | Line 577: | ||
| }</ | }</ | ||
| - | ===== Midori Architecture ===== | + | ====== Midori Architecture ====== |
| - | + | ||
| - | Midori stands on the shoulders of three giants in particular: the software libraries GTK+, WebKitGTK+, and libsoup. GTK+ provides the buttons, windows and menus, WebKitGTK+ draws and controls web pages, and libsoup downloads those pages. | + | |
| - | WebKitGTK+ | + | Midori stands on the shoulders of three giants in particular: the software libraries [[http:// |
| + | WebKitGTK+ itself uses two other important libraries: [[https:// | ||
| ===== WebKit Version Numbers ===== | ===== WebKit Version Numbers ===== | ||