[PATCH] gui/semanagePage: Close "edit" and "add" dialogues when successfull

2018-02-22 Thread Vit Mojzis
"Edit" and "add" dialogues weren't closed after successful transaction ("add" and "edit" methods return "None" if successful). Signed-off-by: Vit Mojzis --- gui/semanagePage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/semanagePage.py

[PATCH] semodule-utils/semodule_package: fix semodule_unpackage man page

2018-02-22 Thread Vit Mojzis
Fix command line arguments and description in man page. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1334834 Signed-off-by: Vit Mojzis --- semodule-utils/semodule_package/semodule_unpackage.8 | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: Update selinux-sepolgengui to be compatible with Gtk3, Python 3

2018-02-22 Thread Petr Lautrbach
On Thu, Feb 22, 2018 at 04:31:46PM +0100, Petr Lautrbach wrote: > On Sun, Feb 18, 2018 at 07:20:02PM +0100, Nicolas Iooss wrote: > > On Sun, Feb 18, 2018 at 7:09 PM, Nicolas Iooss > > wrote: > > > On Wed, Feb 14, 2018 at 10:53 AM, Petr Lautrbach > >

[PATCH] gui/polgengui.py: Use stop_emission_by_name instead of emit_stop_by_name

2018-02-22 Thread Petr Lautrbach
Fixes: /usr/share/system-config-selinux/polgengui.py:679: PyGIDeprecationWarning: Deprecated, please use stop_emission_by_name. entry.emit_stop_by_name("insert_text") Signed-off-by: Petr Lautrbach --- This is based on the set of patches related to polgengui.py:

Re: Update selinux-sepolgengui to be compatible with Gtk3, Python 3

2018-02-22 Thread Nicolas Iooss
On Thu, Feb 22, 2018 at 5:59 PM, Petr Lautrbach wrote: > On Thu, Feb 22, 2018 at 04:31:46PM +0100, Petr Lautrbach wrote: >> On Sun, Feb 18, 2018 at 07:20:02PM +0100, Nicolas Iooss wrote: >> > On Sun, Feb 18, 2018 at 7:09 PM, Nicolas Iooss >> > wrote:

Re: Rework of makefiles v5

2018-02-22 Thread Marcus Folkesson
On Wed, Feb 21, 2018 at 10:46:45PM +0100, Nicolas Iooss wrote: > On Thu, Feb 15, 2018 at 2:04 PM, Marcus Folkesson > wrote: > > Hi Nicolas, > > > > First of all, thank you for your review. > > > > On Wed, Feb 14, 2018 at 08:19:44PM +0100, Nicolas Iooss wrote: > >> On

Re: Update selinux-sepolgengui to be compatible with Gtk3, Python 3

2018-02-22 Thread Petr Lautrbach
On Sun, Feb 18, 2018 at 07:20:02PM +0100, Nicolas Iooss wrote: > On Sun, Feb 18, 2018 at 7:09 PM, Nicolas Iooss wrote: > > On Wed, Feb 14, 2018 at 10:53 AM, Petr Lautrbach > > wrote: > >> Hi, > >> > >> The following set of patches update polgengui.py,