We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Clicking on the Save... menu item or keying ctrl+S, the viewer crashes.
Save...
ctrl+S
To Reproduce Steps to reproduce the behavior:
Expected behavior No crash, preferably even a save file.
Backtrace Couldn't get a backtrace (even with RUST_BACKTRACE=1). But here's the terminal output:
RUST_BACKTRACE=1
(python3:8726): GLib-GObject-WARNING **: 13:42:26.828: cannot register existing type 'GdkDisplayManager' (python3:8726): GLib-CRITICAL **: 13:42:26.828: g_once_init_leave: assertion 'result != 0' failed (python3:8726): GLib-GObject-CRITICAL **: 13:42:26.828: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed Segmentation fault (core dumped)
Desktop:
The text was updated successfully, but these errors were encountered:
No crash, preferably even a save file
😆
Sorry, something went wrong.
xdg-portal
Likely fix:
Successfully merging a pull request may close this issue.
Describe the bug
Clicking on the
Save...
menu item or keyingctrl+S
, the viewer crashes.To Reproduce
Steps to reproduce the behavior:
Save...
orctrl+S
)Expected behavior
No crash, preferably even a save file.
Backtrace
Couldn't get a backtrace (even with
RUST_BACKTRACE=1
). But here's the terminal output:Desktop:
The text was updated successfully, but these errors were encountered: