View Single Post
Old 10-18-2013, 06:01 AM   #43
brianinmaine
Evangelist
brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.
 
brianinmaine's Avatar
 
Posts: 456
Karma: 1287375
Join Date: Jan 2013
Location: West Gardiner, Maine
Device: Touch (5.3.7)
Code:
There are missing icons/ warnings
The set of themed icons Midori can use is very limited. For instance icons for a new tab or the throbber are not guaranteed to be available. To fix this, install a Freedesktop.org spec compliant icon theme, such as Elementary, Faenza, Buuf or GNOME. 

if you need to set a custom path for these to be “searched in” (Kiosks and embedded devices for example): 

XDG_DATA_HOME=/path/to/location 

will add an extra path for the icons/.. directory 

Tweaking Midori on the Gtk level
If you don't have a desktop application that takes care of Gtk settings or if your interface doesn't support a particular feature, you can modify any settings easily manually by specifying them in a text file called ~/.gtkrc-2.0 or /etc/gtk-2.0/gtkrc: 

Use Tango as a fallback for your icon theme: 

gtk-icon-theme-name = "MySuperFancyTheme"
gtk-fallback-icon-theme = "Tango"Use a smaller toolbar: 

gtk-toolbar-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAROnly for those not running a complete DE like Xfce, Elementary, etc…
There is a preference: Preferences → Browsing → Toolbar Style: Small icons
from http://midori-browser.org/faqs/

I'd have to see what icons are available? are different sizes available? Do we need to install some/ rip from debian?
brianinmaine is offline   Reply With Quote