On Sun, Feb 18, 2018 at 7:09 PM, Nicolas Iooss <nicolas.io...@m4x.org> wrote:
> On Wed, Feb 14, 2018 at 10:53 AM, Petr Lautrbach <plaut...@redhat.com> wrote:
>> Hi,
>>
>> The following set of patches update polgengui.py, rename polgen.glade to
>> polgen.ui, convert it to new format, and fix some other sepolicy Python 3
>> related issues.
>
> Hi,
> I have read and tested these patches and they look good to me.
(Oops, the mail has been sent before I finished writing it...)

In order to run polgengui on my development system which uses a policy
without MLS, I needed a patch in sepolicy, that I sent a few days ago
("[PATCH 1/3] python/sepolicy: Support non-MLS policy"). With this I
have been able to play with polgengui and have been surprised by a
warning which appears on my terminal every time I type anything in the
"name" field of the form in the second tab ("Enter name of application
or user role:"):

polgengui.py:778: Warning: g_value_get_int: assertion
'G_VALUE_HOLDS_INT (value)' failed
  Gtk.main()

Have you got such warning on your system? Do you know where this
warning comes from? For information I use Gtk3 3.22.26 with
python-gobject 3.26.1.

Anyway, this looks like a harmless warning. Feel free to add
"Tested-by: Nicolas Iooss <nicolas.io...@m4x.org>" to your patches.

Thanks,
Nicolas


Reply via email to