From: Phillip Berndt Date: Thu, 7 Jan 2016 14:16:27 +0000 (+0100) Subject: Adhere XDG basedir spec regarding order X-Git-Tag: 1.0~32 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ac540ffafada68dfee5a992ae92f5926bc5d6849;hp=ac540ffafada68dfee5a992ae92f5926bc5d6849;p=deb_pkgs%2Fautorandr.git Adhere XDG basedir spec regarding order It says that for duplicate information (i.e., equal file names), only the one that comes first ought to be used. So we have to make sure to load profiles in the correct order -- the ones that have the highest priority last, because we just dict.update them all together. And in script execution, we have to keep a list of file names already used in scripts that have already been executed. ---