We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sdw-login is currently started by an autostart entry:
securedrop-workstation/securedrop_salt/sd-dom0-files.sls
Lines 66 to 79 in 95da570
so it has a hardcoded sleep to make sure the desktop is set up properly:
securedrop-workstation/files/sdw-login.py
Lines 17 to 21 in 95da570
probably it should be a systemd unit that triggers on login, with the necessary Requires/After stanzas instead of a sleep
The text was updated successfully, but these errors were encountered:
Helpful links here for our future selves
https://github.com/systemd/systemd/blob/main/docs/DESKTOP_ENVIRONMENTS.md https://www.freedesktop.org/software/systemd/man/latest/systemd-xdg-autostart-generator.html
Sorry, something went wrong.
rocodes
Successfully merging a pull request may close this issue.
Description
sdw-login is currently started by an autostart entry:
securedrop-workstation/securedrop_salt/sd-dom0-files.sls
Lines 66 to 79 in 95da570
so it has a hardcoded sleep to make sure the desktop is set up properly:
securedrop-workstation/files/sdw-login.py
Lines 17 to 21 in 95da570
probably it should be a systemd unit that triggers on login, with the necessary Requires/After stanzas instead of a sleep
The text was updated successfully, but these errors were encountered: