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

Selecting export file during lock causes GUI crash #332

Open
andrewvh4 opened this issue Apr 14, 2023 · 1 comment
Open

Selecting export file during lock causes GUI crash #332

andrewvh4 opened this issue Apr 14, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@andrewvh4
Copy link

Using Linien 0.7.0 on Linux (Ubuntu) installed via pip:

Before locking the system, when I click Select File button under 'Exportin theView` tab, the system file dialog opens as expected. I am able to set a file name and export the data.

After locking the system, when I click the Select File button, the application freezes and greys out. If I had selected a file beforehand, I am still able to Export the data to the selected file.

This issue was not observed on Windows versions 0.7.0 and 0.6.0.

@andrewvh4 andrewvh4 added the bug Something isn't working label Apr 14, 2023
@bleykauf
Copy link
Collaborator

bleykauf commented May 3, 2023

Thank you for your bug report and sorry for the late reply, this somehow slipped through.

I could imagine this has something to do with

# options |= QtWidgets.QFileDialog.DontUseNativeDialog

I did have some issues with (non-)native dialogs and PyQt in the past related to this option. Unfortunately, I do not really use any Linux Desktops at the moment so hard to test for me. But maybe you could play around with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants