Firewall GUI not functioning
Posted: 18. Sep 2022, 15:19
In a new installation of Salix 15.0 32-bit I installed ufw and gui-ufw without problems. Now the firewall is functioning, but its GUI part is not. An entry Firewall Configuration was added to the desktop menu, but it did not do anything. I managed to have it request my password by changing the last line of /usr/bin/gufw from
to
but there is still nothing after the password is accepted. When I run gufw in a terminal window I get errors after the password is accepted.
The same messages appear several times, ending with
What is happening here? Something not installed or something not initialized?
Thanks
Code: Select all
exec kdesu -c "python3 $dir/gufw.py"
Code: Select all
pkexec "python3" "$dir/gufw.py"
Code: Select all
salixman[~]$ gufw
(gufw.py:2538): Gdk-CRITICAL **: 16:31:28.686: gdk_keymap_get_for_display: assertion 'GDK_IS_DISPLAY (display)' failed
(gufw.py:2538): Gdk-CRITICAL **: 16:31:28.686: gdk_keymap_get_modifier_mask: assertion 'GDK_IS_KEYMAP (keymap)' failed
...
Code: Select all
(gufw.py:2538): Gtk-CRITICAL **: 16:31:28.703: _gtk_style_provider_private_get_settings: assertion 'GTK_IS_STYLE_PROVIDER_PRIVATE (provider)' failed
(gufw.py:2538): Gtk-CRITICAL **: 16:31:28.703: _gtk_style_provider_private_get_settings: assertion 'GTK_IS_STYLE_PROVIDER_PRIVATE (provider)' failed
(gufw.py:2538): Gtk-CRITICAL **: 16:31:28.703: _gtk_style_provider_private_get_settings: assertion 'GTK_IS_STYLE_PROVIDER_PRIVATE (provider)' failed
/usr/bin/gufw: line 20: 2538 Segmentation fault pkexec "python3" "$dir/gufw.py"
Thanks