On 06/29/2012 11:51 PM, Ken Moffat wrote:
> On Fri, Jun 29, 2012 at 10:34:10PM +0200, Armin K. wrote:
>> On 06/29/2012 08:35 PM, Ken Moffat wrote:
>>>    My final niggle with current packages!  I hadn't used midori for
>>> several months, but thought I'd try the current version (0.4.6) with
>>> gtk+-2.  Three of the icons are missing (open a new tab, add a new
>>> bookmark, and reopen a previously closed tab or bookmark).
>>>
> [...]
>>>
>>>    Interestingly, if I run midori from a term it reports on stderr
>>> that all of the following are missing from my theme: stock_new-tab,
>>> gtk-add, bookmark-new, stock_add-bookmark, gnome-stock_trash,
>>> gtk-undo-ltr.  Any clues, please ?
>>>
>>> ĸen
>>>
>>
>> You can install gnome-icon-theme{,-extras,-symbolic} if necesary. Those
>> are not really gnome-dependent. You can also install oxygen-icon-theme
>> if you like. It's just icon theme. I always install those no matter what
>> setup I have.
>
>   Thanks - that machine already has all three of the current gnome
> icon theme variants.  I'll take a look at oxygen.
>
> ĸen
>

Um, is that GTK+2 or GTK+3 version of Midori? Because I'm sure that you 
need to specify icon theme in gtkrc for GTK+2 or settings.ini for GTK+3

$ cat /etc/gtk-2.0/gtkrc
gtk-fallback-icon-theme = "gnome"

$ cat /etc/gtk-3.0/settings.ini
[Settings]
gtk-theme-name = Adwaita
gtk-fallback-icon-theme = gnome

Afaik, without this it will fall back to hicolor-icon-theme which does 
not have all those icons :)
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to