I need to get the current Icon Theme in the system. The problem is that there are a lot of environments as GNOME, XFCE, MATE...
Please, how could I get the current Icon Theme? I'm thinking that it'll be with Gtk.IconTheme.get_default()
, but I didn't get a good result.
Thanks in advance!