nwg-piotr / nwg-look

GTK3 settings editor adapted to work in the wlroots environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon theme not being recognized.

BluewyDiamond opened this issue · comments

My icon theme is symlinked from one location to ~/.local/share/icons, but it fails to be recognized. If I manually copy it to ~/.local/share/icons, it functions correctly. However, I have specific reasons for preferring to use a symlink. Are there any solutions to this issue?

Sorry, we use the os.path.exists() function, that does not follow symlinks.