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

file select breaks on linux #5

Closed
lukaswagner opened this issue Nov 14, 2021 · 1 comment
Closed

file select breaks on linux #5

lukaswagner opened this issue Nov 14, 2021 · 1 comment
Labels
bug Something isn't working ui affects the electron ui

Comments

@lukaswagner
Copy link
Owner

Clicking Choose directory on Linux, KDE Plasma does not work, throws the following error:
[9405:1114/122526.825411:ERROR:browser_main_loop.cc(269)] Gtk: gtk_native_dialog_run: assertion '!priv->visible' failed

This seems to be due to the following electron issue: electron/electron#31152

@lukaswagner lukaswagner added the bug Something isn't working label Nov 14, 2021
@lukaswagner
Copy link
Owner Author

lukaswagner commented Nov 14, 2021

From the commits linked in the electron issue: using the async function could be a workaround.

@lukaswagner lukaswagner added the ui affects the electron ui label Nov 14, 2021
lukaswagner added a commit that referenced this issue Nov 23, 2021
…rror

closes #5: use async file dialog to avoid electron bug
@lukaswagner lukaswagner mentioned this issue Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui affects the electron ui
Projects
None yet
Development

No branches or pull requests

1 participant