Created attachment 8379 Screenshot example Attaching a screenshot. Anyone can validate?
It uses the icon go-down. (see: https://git.xfce.org/xfce/xfce4-appfinder/tree/src/appfinder-private.h#n55) Make sure your icon theme has one.
Thanks Tony. Can you show me how it looks for you? I tried different icon themes: https://drive.google.com/file/d/16u61OrT4h9t-bHH12ZZ7j0Nb4o65IQEh/view
https://i.ibb.co/gzgs6g6/Screenshot-2019-04-03-19-02-58.png. It changes with every icon theme that I select. In your video, none of your icons appear to change when you select an icon theme. Assuming you are using the newer GTK3 version of the app, make sure you don't have something in ~/.config/gtk-3.0/settings.ini that is forcing the icon theme to a specfic one. Or if it's the gtk2 version, look in ~/.gtkrc-2.0.
Thanks! Good hint. I have deleted both files as they were having the icon theme hardcoded. Icons are still not showing however. I am going to do some more tests here. Thanks again! [orschiro@x230 ~]$ cat ~/.config/gtk-3.0/settings.ini [Settings] gtk-application-prefer-dark-theme=0 gtk-button-images=1 gtk-fallback-icon-theme=gnome gtk-font-name=Noto Sans 10 gtk-icon-theme-name=breeze gtk-menu-images=1 gtk-theme-name=Breeze gtk-toolbar-style=GTK_TOOLBAR_ICONS [orschiro@x230 ~]$ cat ~/.gtkrc-2.0 include "/usr/share/themes/Breeze/gtk-2.0/gtkrc" style "user-font" { font_name="Noto Sans Regular" } widget_class "*" style "user-font" gtk-font-name="Noto Sans Regular 10" gtk-theme-name="Breeze" gtk-icon-theme-name="breeze" gtk-fallback-icon-theme="gnome" gtk-toolbar-style=GTK_TOOLBAR_ICONS gtk-menu-images=1 gtk-button-images=1
The icon is not missing here. Tested with xfce4-appfinder (4.13.2) and Breeze icon theme (5.56.0).
Not a bug in xfce4-appfinder.