Re: [Gambas-user] [Bug] Add Xfce 4.6 stock icons.

2011-02-25 Thread Federico Leite
2011/2/22 Federico Leite > Hi, in Xfce 4.6, to get the icon theme you're using, you must parse the > file "~ / .config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml. " I will > provide the Case "xfce". > > > > Case "xfce" >> >> Try hFile = Open >> "~/.config/xfce4/xfconf/xfce-perchanne

Re: [Gambas-user] [Bug] Add Xfce 4.6 stock icons.

2011-02-24 Thread BenoƮt Minisini
> Hi, in Xfce 4.6, to get the icon theme you're using, you must parse the > file "~ / .config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml. " I will > provide the Case "xfce". > > > > Case "xfce" > > ... > > Hope to add more of desktops enviroments support in Stock class. Sorry for > my

[Gambas-user] [Bug] Add Xfce 4.6 stock icons.

2011-02-22 Thread Federico Leite
Hi, in Xfce 4.6, to get the icon theme you're using, you must parse the file "~ / .config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml. " I will provide the Case "xfce". Case "xfce" > > Try hFile = Open > "~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml" > If Not Error