Spec for reference
Currently, any package that uses update-notifier results in an update-notifier-<package>.json being put in $XDG_CONFIG_HOME.
As someone who symlinks my $XDG_CONFIG_HOME into my dotfiles repository, this leads to undesired behavior. These are not files that I want in my dotfiles, nor do I think they would be useful to keep in sync across multiple devices. I believe the data stored here would be more appropriate in $XDG_DATA_HOME or $XDG_CACHE_HOME
Spec for reference
Currently, any package that uses
update-notifierresults in anupdate-notifier-<package>.jsonbeing put in$XDG_CONFIG_HOME.As someone who symlinks my
$XDG_CONFIG_HOMEinto my dotfiles repository, this leads to undesired behavior. These are not files that I want in my dotfiles, nor do I think they would be useful to keep in sync across multiple devices. I believe the data stored here would be more appropriate in$XDG_DATA_HOMEor$XDG_CACHE_HOME