-
Notifications
You must be signed in to change notification settings - Fork 40
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
Supress non-actionable (sys/sd)-whonix messages #2277
Comments
Turns out we can (and probably should) hide these messages via a config file in systemcheck_skip_functions+=" check_apt_repository" # Skip info about enabled derivative repository
systemcheck_skip_functions+=" check_operating_system" # Skip OS updates check (already ensured in SD updater)
systemcheck_skip_functions+=" donate" One thing to consider, though, is that because we're installing it in |
For the time being I've been able find a way to suppress these messages without needing to remove the dialogs in QA, but it waits ~300s trying to dismiss a potential prompt which may choose not to pop up. |
Description
Whonix is quite verbose and sometimes information is not important at all. One specific example, which is complicating automated testing is when whonix shows a dialog just to inform that some repo is enabled. This is unnecessary.
Steps to Reproduce
Install workstation on a clean Qubes system.
Expected Behavior
No unactionable information is shown to the user.
Actual Behavior
Comments
This may end up being an upstream "issue", but if there is anyway we can suppress this, it would be a very nice addition.
The text was updated successfully, but these errors were encountered: