super icon indicating copy to clipboard operation
super copied to clipboard

4.1.0 - Update Failed Dialog doesn't have the option to close the dialog

Open TechTrekkie opened this issue 1 year ago • 5 comments

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.

image

TechTrekkie avatar May 19 '24 22:05 TechTrekkie

Do you have the new --display-hide-progress-bar feature enabled?

Macjutsu avatar May 20 '24 13:05 Macjutsu

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."

Macjutsu avatar May 20 '24 21:05 Macjutsu

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!

TechTrekkie avatar May 20 '24 22:05 TechTrekkie

We are seeing the same behaviour with both of these notifications: image (1)_2 Bildschirmfoto 2024-06-11 um 12 15 00_2

We actually do not want to display these messages at all. How can we prevent them from being displayed?

eumelkind avatar Jun 11 '24 12:06 eumelkind

I'm aware... it's a known bug and is addressed in the next beta of super.

Macjutsu avatar Jun 11 '24 13:06 Macjutsu

Fixed in https://github.com/Macjutsu/super/releases/tag/v5.0.0-beta2 that may resolve this behavior.

Macjutsu avatar Jul 26 '24 21:07 Macjutsu