Hi, thanks for explaining more. > `export XDG_DATA_DIRS=$HOME/gfp/Projekte/Calibre:$HOME/gfp/Projekte/Emacs:$XDG_DATA_DIRS` I would have to write: `export XDG_DATA_DIRS=$HOME/gfp/Projekte/Calibre/guix-profile/share:$HOME/gfp/Projekte/Emacs/guix-profile/share:$XDG_DATA_DIRS` because In every profile I have got: /Projekte/Emacs/guix-profile/share /Projekte/Calibre/guix-profile/share > As you have a `for` for all of your profiles, maybe it would make sense to always prepend the project share folders one by one in there. Unfortunately I don´t understand this sentence. Sorry. Regards, Gottfried Am 08.12.24 um 22:19 schrieb Rutherther: > >> Would that mean to sorce all 17 profiles in one go? >> or only two at a time? >> >> e.g. two profiles: >> >> `export >> XDG_DATA_DIRS=$HOME/gfp/Projekte/Calibre:$HOME/gfp/Projekte/Emacs:$XDG_DATA_DIRS` >> >> >> >> I don´t want to make a mistake that´s why I am asking beforehand. >> > > It's up to you, can be one profile per line, can be 17 in one go. Just > separate them with `:`. Make sure to refer to the share folder of the > profile, not the profile itself. Ie. `$HOME/gfp/Projekte/Calibre/share`. > As you have a `for` for all of your profiles, maybe it would make sense > to always prepend the project share folders one by one in there. > > Regards, > Rutherther