You are not logged in.
Few months ago I have configured ~/.local/bin to the PATH in ~/.config/environment.d/envvars.conf according https://wiki.archlinux.org/index.php/En … nvironment, it was working, but recently I noticed that this PATH started to be ignored. Using
systemctl --user show-environmentI saw that the other variables configured still work.
Following https://wiki.gnome.org/Initiatives/Wayland/SessionStart I created a PATH in an .env file and dropped in /usr/share/gdm/env.d/, now ~/.local/bin appears in echo $PATH, but I am still confused why setting PATH in config/environment.d/envvars.conf is ignored, any ideia?
Offline
It sounds like it isn't ignored, but is overriden by a child process (re)setting it.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline