Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
MNT: do a better job guessing the GUI framework in use#18245
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
We currently check the GUI framework and reject changing toa different framework. This adds the ability to check the runningframework before we start guessing frameworks to use.
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free tosuggest an improvement. |
…v3.3.xBackport PR#18245 on branch v3.3.x
PR Summary
We currently check the GUI framework and reject changing to
a different framework. This adds the ability to check the running
framework before we start guessing frameworks to use.
This matters the most in the headless linux case where you have a lot of the GUI frameworks available. Currently we try to importall of them before we give up (despite the fact that it is check on our side that is failing them!)
PR Checklist