[Gambas-user] Default icons problem
Benoît Minisini
gambas at ...1...
Wed Jul 25 00:19:38 CEST 2012
Le 24/07/2012 23:09, Maria a écrit :
>
>
> Ok, now it works. It loads always the icon set you choose for your desktop.
>
> Here is after chaging to oxygen:
>
> GB_STOCK=debug gambas3
> gb.form: init stock with icon theme: ''
> gb.form: desktop is LXDE
> gb.form: add icon path: /usr/share/icons/default.kde4-original/&1x&1!&2
> gb.form: add icon path: /usr/share/icons/hicolor/&1x&1!&2
> gb.form: add icon path: /usr/share/icons/gnome/&1x&1!&2
> gb.form: add icon path: stock/&2
>
>
> Should it work Stock.Theme property in this revision too?
Yes. If you define Stock.Theme with <your theme> (by modifying the IDE
source code, or in your own project), you must have the following line
in the debugging output:
gb.form: init stock with icon theme: '<your theme>'
--
Benoît Minisini
More information about the User
mailing list