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
(gufw.py:16165): Gdk-CRITICAL **: 09:46:22.189: gdk_keymap_get_modifier_mask: assertion 'GDK_IS_KEYMAP (keymap)' failed
(gufw.py:16165): Gdk-CRITICAL **: 09:46:22.189: gdk_keymap_get_for_display: assertion 'GDK_IS_DISPLAY (display)' failed
(gufw.py:16165): Gtk-CRITICAL **: 09:46:22.189: _gtk_replace_virtual_modifiers: assertion 'GDK_IS_KEYMAP (keymap)' failed
(gufw.py:16165): Gtk-CRITICAL **: 09:46:22.190: _gtk_style_provider_private_get_settings: assertion 'GTK_IS_STYLE_PROVIDER_PRIVATE (provider)' failed
/sbin/gufw-pkexec: line 2: 16165 Segmentation fault (core dumped) python3 /usr/lib/python3.12/site-packages/gufw/gufw.py "$@"
The text was updated successfully, but these errors were encountered:
Hello, I've made a different fix in #75 as yours did not work for me, could you check if it works?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When using wayland, Gdk crashes with a segfault
(gufw.py:16165): Gdk-CRITICAL **: 09:46:22.189: gdk_keymap_get_modifier_mask: assertion 'GDK_IS_KEYMAP (keymap)' failed
(gufw.py:16165): Gdk-CRITICAL **: 09:46:22.189: gdk_keymap_get_for_display: assertion 'GDK_IS_DISPLAY (display)' failed
(gufw.py:16165): Gtk-CRITICAL **: 09:46:22.189: _gtk_replace_virtual_modifiers: assertion 'GDK_IS_KEYMAP (keymap)' failed
(gufw.py:16165): Gtk-CRITICAL **: 09:46:22.190: _gtk_style_provider_private_get_settings: assertion 'GTK_IS_STYLE_PROVIDER_PRIVATE (provider)' failed
/sbin/gufw-pkexec: line 2: 16165 Segmentation fault (core dumped) python3 /usr/lib/python3.12/site-packages/gufw/gufw.py "$@"
The text was updated successfully, but these errors were encountered: