Posts
@arj@social.tchncs.de You suggested to me deku (for implementing a protocol for a device) a couple months back. Finally got to make that implementation. This has been a fantastic suggestion, thank you!
I have as much joy reviewing a claude-generated code (through PR) than I have debating with my washing machine.
@rebane2001 Disabled by default on openssh client 9.2 and above.
https://github.com/openssh/openssh-portable/commit/f7cebbbf407d772ed71403d314343766782fe540
Host *
EnableEscapeCommandline yes
In your ssh_config file to re-enable it.
@CodingThunder@mastodon.social @major@social.lol This is more a systemd mechanism than GDM.
https://www.freedesktop.org/software/systemd/man/latest/environment.d.html#
This is read by the systemd user daemon (something ala /lib/systemd/systemd --user (exact path will depend on the distro)).
The environment is then injected in every unit that systemd will launch.
I don't actually know how GDM works, I don't use it, but it is likely launching sway via a systemd unit (systemctl list-units --all --user should tell).
To note: the other mechanism available to inject environment variables in a session is pam_env, hook that should be plugged in your /etc/pam.d/login`. It will then read /etc/environment.