SEARCH_DIRECTORIES.append(pathlib.Path("/usr/share/icons"))#for icons wrongly put directly there.
SEARCH_DIRECTORIES.append(pathlib.Path("/usr/share/icons"))#for icons wrongly put directly there. But many do.
SEARCH_DIRECTORIES.append(pathlib.Path("/usr/local/share/icons"))#for icons wrongly put directly there.
#TODO: this may become a problem in the future. If a user has *MANY* icon themes installed this might take too long. And all because we wanted the Shuriken icon in Archlinux...
SEARCH_DIRECTORIES=set(p.resolve()forpinSEARCH_DIRECTORIES)#resolve follows symlinks, set() makes it unique