[Gambas-user] Default icons problem

Benoît Minisini gambas at ...1...
Wed Jul 25 22:27:22 CEST 2012


Le 25/07/2012 22:15, Jussi Lahtinen a écrit :
> OK, without full path it works, but not completely.

I should have pointed that. But I could handle full paths, for icon 
themes not stored in /usr/share/icons...

>
> Example with theme "LowContrast" I don't see correct icons.
>
> gb.form: init stock with icon theme: 'LowContrast'
> gb.form: desktop is XFCE
> gb.form: add icon path: /usr/share/icons/LowContrast/&1x&1!&2
> gb.form: add icon path: /usr/share/icons/gnome/&1x&1!&2
> gb.form: add icon path: stock/&2
>

Please give more details (all icons? just some of them?...)

Note that Gambas tries hard to guess how the icon theme directory is 
structured (this is the &1x&1!&2 at the end of the path), and follows 
the theme inheritance (this is why you have the gnome icons just after - 
LowContrast inherits the gnome theme).

But maybe it fails at doing that...

-- 
Benoît Minisini




More information about the User mailing list