midori: needs GNOME icons to function

Without GNOME icons installed, e.g. when using only core-image-sato,
midori dies violently:
   # midori
   The configuration couldn't be loaded: No such file or directory
   (midori:2915): Gtk-WARNING **: Error loading theme icon 'stock_new-tab' for stock: Icon 'stock_new-tab' not present in theme
   (midori:2915): Gtk-WARNING **: Error loading theme icon 'bookmark-new' for stock: Icon 'bookmark-new' not present in theme
   (midori:2915): Gtk-WARNING **: Error loading theme icon 'stock_add-bookmark' for stock: Icon 'stock_add-bookmark' not present in theme
   Segmentation fault

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Gary Thomas
2012-03-08 15:11:46 +00:00
committed by Koen Kooi
parent 6b8c314002
commit 5b483d8425
2 changed files with 2 additions and 2 deletions
@@ -31,7 +31,7 @@ do_install() {
oe_runmake DESTDIR=${D} install
}
RRECOMMENDS_${PN} += "glib-networking ca-certificates"
RRECOMMENDS_${PN} += "glib-networking ca-certificates gnome-icon-theme"
FILES_${PN}-dev += "${datadir}/vala/vapi"
@@ -1,6 +1,6 @@
require midori.inc
PR = "r1"
PR = "r2"
SRC_URI = "http://archive.xfce.org/src/apps/midori/0.4/midori-${PV}.tar.bz2;name=midori \
file://waf \