super
super copied to clipboard
4.1.0 - Update Failed Dialog doesn't have the option to close the dialog
I ran into a scenario where an update failed and the dialog displayed the appropriate info, but the dialog just hangs as if its still trying to do something and doesn't give an option to close. Checked the super.log and the script has already exited.
Do you have the new --display-hide-progress-bar feature enabled?
Arround line 7954... try adding this line:
unset display_hide_progress_bar_status
It should look like this in context:
set_display_strings_deferral_button
unset display_hide_progress_bar_status
log_super "IBM Notifier: Failure notification."
No I don't have the new --display-hide-progress-bar feature enabled.
I'll try making the change suggested and will report back. Thank you!
We are seeing the same behaviour with both of these notifications:
We actually do not want to display these messages at all. How can we prevent them from being displayed?
I'm aware... it's a known bug and is addressed in the next beta of super.
Fixed in https://github.com/Macjutsu/super/releases/tag/v5.0.0-beta2 that may resolve this behavior.