<div dir="ltr"><div dir="ltr">I've been attempting to get a flatpak ( gtk ) app to use my icon theme. I 1st went down what appears to be the incorrect path, and tried packaging the icon them I'm using into my app, and installing it into /app/share/icon/Obsidian-Green ... and then creating /home/dkasak/.config/gtk-3.0/settings.ini with the following:</div><div dir="ltr"><br></div><div dir="ltr"><div dir="ltr">[Settings]</div><div dir="ltr">gtk-button-images=1</div><div dir="ltr">gtk-menu-images=1</div><div dir="ltr">gtk-icon-theme-name=Obsidian-Green</div><div><br></div><div>Short story: doesn't work - I get the default Adwaita icons. I set GTK_DEBUG=icontheme and ran, and at least saw logging info about my icon theme directory being traversed.</div><div><br></div><div>Then I found an announcement against flatpak-0.8.something:</div><div><br></div><div>* Expose icons from host in /run/host/share/icons<br></div><div><br></div><div>Maybe me installing the icon theme was redundant, and my ( desktop ) icon theme should in fact be visible to my app?</div><div><br></div><div>So what am I doing wrong? Ideally ( in my opinion ) gtk apps running in flatpak would use the same icon theme ( and yes, gtk+ theme too, but I know that's contentious, and I use the Adwaita gtk theme anyway, so I don't care *too* much ).</div><div><br></div><div>Dan</div></div></div>