From e92b22bc21515cd5c3f4d6fb5fb780f2c9f5f0ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Wed, 25 Dec 2019 10:49:11 +0300 Subject: [PATCH] =?UTF-8?q?sys-block/gparted:=20=D0=B8=D1=81=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=B1=D0=B5=D1=81=D0=BF=D0=B0?= =?UTF-8?q?=D1=80=D0=BE=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D0=B7=D0=B0=D0=BF?= =?UTF-8?q?=D1=83=D1=81=D0=BA=20=D0=BD=D0=B0=20livecd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../1-merge/sys-block/gparted/50-gparted-livecd.rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/templates/3.6/3_ac_install_live/1-merge/sys-block/gparted/50-gparted-livecd.rules b/profiles/templates/3.6/3_ac_install_live/1-merge/sys-block/gparted/50-gparted-livecd.rules index f4ea78d0d..b88e4389f 100644 --- a/profiles/templates/3.6/3_ac_install_live/1-merge/sys-block/gparted/50-gparted-livecd.rules +++ b/profiles/templates/3.6/3_ac_install_live/1-merge/sys-block/gparted/50-gparted-livecd.rules @@ -6,4 +6,7 @@ polkit.addRule(function(action, subject) { if (action.id == "org.gentoo.pkexec.gparted" && subject.active) { return polkit.Result.YES; } + if (action.id == "org.gnome.gparted" && subject.active) { + return polkit.Result.YES; + } });