-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Bug] 2.3.0-beta1+linux-x64 opens new instance when pressing ctrl-i #5301
Comments
Also present in beta1 |
Same here, on openSUSE Tumbleweed with KDE. I've tried the official releases with and without GTK3 in name. Also own build from git main branch. Here's console output from the GTK build: [after prusa-slicer is executed, many similar messages ending with the following] (prusa-slicer:8524): GLib-GObject-WARNING **: 17:00:00.089: invalid (NULL) pointer instance (prusa-slicer:8524): GLib-GObject-CRITICAL **: 17:00:00.089: g_signal_handlers_unblock_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (prusa-slicer:8524): GLib-GObject-WARNING **: 17:00:00.089: invalid (NULL) pointer instance (prusa-slicer:8524): GLib-GObject-CRITICAL **: 17:00:00.089: g_signal_handlers_block_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (prusa-slicer:8524): GLib-GObject-WARNING **: 17:00:00.089: invalid (NULL) pointer instance (prusa-slicer:8524): GLib-GObject-CRITICAL **: 17:00:00.089: g_signal_handlers_unblock_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed [here ctrl+i is pressed] (prusa-slicer:8655): GLib-GObject-WARNING **: 17:00:06.530: invalid (NULL) pointer instance (prusa-slicer:8655): GLib-GObject-CRITICAL **: 17:00:06.530: g_signal_handlers_block_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (prusa-slicer:8655): GLib-GObject-WARNING **: 17:00:06.530: invalid (NULL) pointer instance (prusa-slicer:8655): GLib-GObject-CRITICAL **: 17:00:06.530: g_signal_handlers_unblock_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (prusa-slicer:8655): GLib-GObject-WARNING **: 17:00:06.530: invalid (NULL) pointer instance (prusa-slicer:8655): GLib-GObject-CRITICAL **: 17:00:06.530: g_signal_handlers_block_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (prusa-slicer:8655): GLib-GObject-WARNING **: 17:00:06.530: invalid (NULL) pointer instance (prusa-slicer:8655): GLib-GObject-CRITICAL **: 17:00:06.530: g_signal_handlers_unblock_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (prusa-slicer:8655): GLib-GObject-WARNING **: 17:00:06.709: invalid (NULL) pointer instance (prusa-slicer:8655): GLib-GObject-CRITICAL **: 17:00:06.709: g_signal_handlers_block_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (prusa-slicer:8655): GLib-GObject-WARNING **: 17:00:06.709: invalid (NULL) pointer instance (prusa-slicer:8655): GLib-GObject-CRITICAL **: 17:00:06.709: g_signal_handlers_unblock_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed [similar output continues] Same kind of stuff is printed (including the dbus message) when pruse-slicer is running and another instance is executed from different terminal. So it seems to be a consequence of ctrl+i starting another instance, not the cause. |
Oh, I see. There's a new menu item "Window/Open new instance CTRL+I" so the same shortcut is assigned to two actions. On Windows, the import "wins", while on Linux, it's the new instance. |
We will do something in the next version, we did not decide yet what exactly we will do. |
Fixed with #4734 |
Version
2.3.0-alpha4+linux-x64
Operating system type + version
Debian testing / unstable
3D printer brand / version + firmware version (if known)
Prusa Mini+ 4.2.1-final+2072
Behavior
Pressing ctrl-i in Prusa Slicer is supposed to open the import dialogue. Instead, it starts a new instance of Prusa Slicer.
The text was updated successfully, but these errors were encountered: