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 [2014/06/05 00:41] – [Midori Architecture] fix grammar and link components gue5tmidori:faq [2015/09/15 19:16] kalikiana
Line 62: Line 62:
 Enable changing hotkeys while hovering menu items: Enable changing hotkeys while hovering menu items:
 <code>gtk-can-change-accels = 1</code> <code>gtk-can-change-accels = 1</code>
 +
 +=== Making the current tab more visible ===
 +
 +To make the current tab more visible in Midori, when running Elementary edit the file /usr/share/themes/elementary/gtk-3.0/gtk-widgets.css around line 1620:
 +
 +<code>.notebook tab .active-page GtkLabel {
 +font-weight: Bold;</code>
 +
 +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 150: Line 159:
 === HTML5 Video/ Audio doesn't play === === HTML5 Video/ Audio doesn't play ===
  
-[[#midori_architecture|Midori uses GStreamer]] for HTML5 audio and video support. Codecs, which handle particular formats of audio or video, are provided by GStreamer plugins which may need to be installed separately. Midori may be built with GTK+2 or GTK+3 ([[#webkit_version_numbers|which do I have?]), which correspond to GStreamer versions of 0.10 or 1.0 respectively.+[[#midori_architecture|Midori uses GStreamer]] for HTML5 audio and video support. Codecs, which handle particular formats of audio or video, are provided by GStreamer plugins which may need to be installed separately. Midori may be built with GTK+2 or GTK+3 (visit about:version to check), which correspond to GStreamer versions of 0.10 or 1.0 respectively.
  
   - You need gstreamer(0.10/1.0)-pulse if you're using PulseAudio.   - You need gstreamer(0.10/1.0)-pulse if you're using PulseAudio.