Skip to content

Don't set the DISPLAY env var

bjorn3 requested to merge bjorn3/init:remove_display_env into master

This is the only case where init sets an env var without the user instructing it to do so, making it hard to trace back where the env var originated from. It also only sets it for processes spawned after the first run.d command for whatever reason. And finally not setting DISPLAY avoids hard coding knowledge about unrelated system components.

Depends on orbital!60 (merged)

Merge request reports