-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
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
dietpi-config resets chosen user for autostart login #3242
Comments
@zedrdave |
Yes, I did a quick scan of the code and couldn't figure out how that happened. |
@zedrdave DietPi-Config btw never calls the script non-interactively, hence it should not reset the choice, but regardless updating the dietpi.txt entry simply makes sense 😉. Fix is: eb72356
Changelog: 8a53deb |
Creating a bug report/issue
Required Information
Additional Information (if applicable)
When choosing an autostart option with auto-login (eg Desktop with auto-login), there is an option to choose a non-root user (thanks to the feature brought by this PR: #2926).
Things work as expected when rebooting, but the setting seems to be reset (to the same autostart option, but with root instead of the preferred user) when
dietpi-config
is run again.Steps to reproduce
dietpi-config
9 - autostart options
2
: desktop with autologin)root
(eg1000: dietpi
)dietpi
]dietpi-config
/dietpi-software
and change other unrelated settings/install other softwareExpected behaviour
dietpi should keep autologging the chosen user (
dietpi
)Actual behaviour
Choice of autolog user gets reset and dietpi starts with chosen autostart (eg
desktop
) but under userroot
instead ofdietpi
The text was updated successfully, but these errors were encountered: