On Thu, Aug 07, 2008 at 02:09:26AM +0100, Steve Cotton wrote:
> On the toolbar, the New Tab button is a missing-image
> placeholder. The File menu also has missing-image placeholders
> next to New Tab and New Window.
>
> This gets printed to stdout when starting Midori, then opening
> the File menu and quitting:
> ** (midori:7168): WARNING **: Unhandled settings property 'zoom-step'
> (midori:7168): Gtk-WARNING **: Error loading theme icon 'stock_new-tab' for
> stock: Icon 'stock_new-tab' not present in theme
> (midori:7168): Gtk-WARNING **: Error loading theme icon 'gnome-stock-trash'
> for stock: Icon 'gnome-stock-trash' not present in theme
> ** (midori:7168): WARNING **: Icon 'process-working' couldn't be loaded
> (midori:7168): Gtk-WARNING **: Error loading theme icon 'stock_new-window'
> for stock: Icon 'stock_new-window' not present in theme
> (midori:7168): Gtk-WARNING **: Error loading theme icon 'stock_new-tab' for
> stock: Icon 'stock_new-tab' not present in theme
> (midori:7168): Gtk-WARNING **: Error loading theme icon 'stock_new-window'
> for stock: Icon 'stock_new-window' not present in theme
> (midori:7168): Gtk-WARNING **: Error loading theme icon 'stock_new-tab' for
> stock: Icon 'stock_new-tab' not present in theme
> ** (midori:7168): WARNING **: Unhandled settings property 'zoom-step'
>
> A fair number of other icons are successfully shown. I have
> ii hicolor-icon-theme 0.10-1
> default fallback theme for FreeDesktop.org icon themes
> which is a dependency of KDE.
>
> Packages which have a "stock_new-tab" file - none of these are
> installed on my system:
> gnome-icon-theme gnome-icon-theme-nuovo gnome-themes-extras
> lxde-common tango-icon-theme xfce4-icon-theme
Based on conversation with the author, and the faq entries cited
below, I do not think Midori will be changed upstream to use only
"stock" GTK icons.
* 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 Tango or Gnome, or one that is
compatible with these.
* 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 = "MySuperFancyTheme"
gtk-fallback-icon-theme = "Tango"
-- http://wiki.xfce.org/midori_faq
Therefore I will add document this state of affairs in README.Debian
and add the following header to debian/control:
Recommends: gnome-icon-theme
This seems to be in line with what other packages currently do
(e.g. galeon).
I am choosing not to include a whole bunch of alternatives in the
Recommendation because I don't want to have to keep that list of
alternatives accurate.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]