[Gambas-user] Default icons problem

Maria geaplanet at ...397...
Tue Jul 24 12:40:06 CEST 2012


Hi,

Sorry for the late feedback, I had some problems with dependencies in Debian for compiling gambas.

Revision #4985

Gambas icons load according with the default icon desktop :-)
And I can use svg icon themes...great!

The Stock.Theme property I don't know how to use it. I wrote simply

Stock.Theme="here_other_themes"

But it had no effect over application icons.





________________________________
 De: Benoît Minisini <gambas at ...1...>
Para: Maria <geaplanet at ...397...>; mailing list for gambas users <gambas-user at lists.sourceforge.net> 
Enviado: Domingo 22 de julio de 2012 15:59
Asunto: Re: [Gambas-user] Default icons problem
 
Le 22/07/2012 10:00, Maria a écrit :
>
>
>>> Is there any option to select the icons theme you want when loading a
>>> Gambas program?
>
>> Yes. By setting the Application.Theme property with the name of the current
>> desktop in lower case. You can get the name of the current desktop by using
>>   the gb.desktop component, and get the value of the Desktop.Type property.
>
>
>
> I will refine the question: is there any option to FORCE an icon set even if you don't use a popular desktop?
>
> Something like
> Application.IconTheme="oxygen"
> perhaps?
>
>
> Thanks for your patience.

Hi,

In revision #4980, I added a Stock.Theme property that allows to define 
which specific icon theme will be used, indepently of the current 
desktop configuration.

Moreover, I fixed some bugs and now all icon theme should be correctly 
handled : gnome, kde and/or svg-only icon themes.

Tell me if it fits your needs.

Regards,

-- 
Benoît Minisini


More information about the User mailing list