Skip to content
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

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

Closed
TechTrekkie opened this issue May 19, 2024 · 6 comments
Closed
Labels
bug Something isn't working

Comments

@TechTrekkie
Copy link

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
@Macjutsu Macjutsu added bug Something isn't working question Further information is requested labels May 20, 2024
@Macjutsu
Copy link
Owner

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

@Macjutsu
Copy link
Owner

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

@TechTrekkie
Copy link
Author

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!

@eumelkind
Copy link

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?

@Macjutsu
Copy link
Owner

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

@Macjutsu Macjutsu removed the question Further information is requested label Jun 11, 2024
@Macjutsu
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants