Nothing Special   »   [go: up one dir, main page]

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

yes/no/back dialog buttons in install/configure scripts don't work correctly on Ubuntu 22.04 #505

Open
mmguero opened this issue Nov 20, 2024 · 1 comment
Labels
bug Something isn't working install.py Relating to the install.py configuration script UI Relating to general UI experience
Milestone

Comments

@mmguero
Copy link
Collaborator
mmguero commented Nov 20, 2024

Recently the dialog options in the install.py script were changed to allow yes/no/back options.

However, the version of the dialog tool in Ubuntu 22.04 don't support these new options, so you end up with stuff that looks screwy like Ok/Yes/Cancel or Ok/Hedgehog/Cancel.

I guess we need to see if we can detect which versions of dialog this is supported in, and fall back to the old behavior (without the "back" button) if it's not supported. This will be kind of a pain, but maybe if we can push it down into the malcolm_common.py functions we can try to minimize how much of a pain.

@mmguero mmguero added bug Something isn't working install.py Relating to the install.py configuration script UI Relating to general UI experience labels Nov 20, 2024
@mmguero mmguero added this to the z.staging milestone Nov 20, 2024
@mmguero mmguero added this to Malcolm Nov 20, 2024
@mmguero mmguero moved this to Todo (develop) in Malcolm Nov 20, 2024
@mmguero
Copy link
Collaborator Author
mmguero commented Nov 20, 2024

reported by @SnowRideN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working install.py Relating to the install.py configuration script UI Relating to general UI experience
Projects
Status: Todo (develop)
Development

No branches or pull requests

1 participant