You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEBUG:root:_PostInitCaller.__call__((), {})
Traceback (most recent call last):
File "/usr/lib64/python3.6/site-packages/fapolicy_analyzer/ui/main_window.py", line 454, in on_configAdminMenu_activate
self.__pack_main_content(router(PAGE_SELECTION.CONFIG))
File "/usr/lib64/python3.6/site-packages/fapolicy_analyzer/ui/main_window.py", line 78, in router
return route(*data)
File "/usr/lib64/python3.6/site-packages/fapolicy_analyzer/ui/ui_widget.py", line 40, in __call__
obj = type.__call__(cls, *args, **kwargs)
File "/usr/lib64/python3.6/site-packages/fapolicy_analyzer/ui/config_admin_page.py", line 50, in __init__
UIConnectedWidget.__init__(self, features=features)
File "/usr/lib64/python3.6/site-packages/fapolicy_analyzer/ui/ui_widget.py", line 122, in __init__
UIBuilderWidget.__init__(self)
File "/usr/lib64/python3.6/site-packages/fapolicy_analyzer/ui/ui_widget.py", line 93, in __init__
self._builder.add_from_string(glade)
File "/usr/lib64/python3.6/site-packages/gi/overrides/Gtk.py", line 465, in add_from_string
return Gtk.Builder.add_from_string(self, buffer, length)
GLib.Error: gtk-builder-error-quark: .:21:1 Required gtk+ version 3.24, current version is 3.22 (7)
This fix pins the gtk version to 3.22 in the `fapolicyd` config editor
glade files.
The config file editor was broken on RHEL8 at the 3.24 version of Gtk.
Closes#923
We are using an older Gtk minimum version to support RHEL 8.
The text was updated successfully, but these errors were encountered: