Bug #103951 Can't open
Submitted: 9 Jun 2021 1:02 Modified: 9 Jun 2021 14:11
Reporter: wuyang wang Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:8.0.25 OS:MacOS (macOS 11.2.x Big Sur x86_64)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[9 Jun 2021 1:02] wuyang wang
Description:
After clicking the close button, the window cannot be opened again, and the program must be forced to exit before it can be opened again

How to repeat:
After clicking the close button, the window cannot be opened again, and the program must be forced to exit before it can be opened again
[9 Jun 2021 13:29] MySQL Verification Team
Hello wuyang wang,

Thank you for the bug report.
Imho this is duplicate of Bug #102284, please see Bug #102284.

Regards,
Ashwini Patil
[9 Jun 2021 14:11] wuyang wang
I did the following:
vim ~/.bash_profile
Add a line:
alias python="/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7"

Then execute in the terminal:
wangwuyangdeMacBook-Air:~ wangwuyang$ python -V
Python 3.7.9

The problem still exists;

It may be that I did not describe clearly, I want to achieve the following requirements:
Like Google Chrome, when the window is closed (non-mandatory exit), a new browser window can be opened by clicking the icon through the program dock again;
When the workbench is closed (non-mandatory exit), when you click the icon through the program dock again, you can get the workbench home interface.

The current implementation can only go through the top toolbar, and view-home can return to the workbench again, which is very inconvenient.