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

Prevent the double start of DBeaver on macos #70

Merged

Conversation

CyberJack
Copy link
Contributor

On macOS, the dbeaver addon causes DBeaver to be started twice. The problem was caused by using osascript during the detection of the DBeaver installation path. This pull request removes the use of osascript, which resolves the double starting of DBeaver. On macOS, the open command will now be used to start DBeaver instead.

@lmakarov lmakarov requested a review from achekulaev October 30, 2020 17:56
@lmakarov lmakarov added the bug label Oct 30, 2020
@achekulaev achekulaev merged commit 5e8e2cd into docksal:master Nov 10, 2020
@CyberJack CyberJack deleted the dbeaver-prevent-double-start-on-macos branch November 11, 2020 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants