From 85dae2dc99932225c3857f87a37ed81aff945664 Mon Sep 17 00:00:00 2001 From: Jonathan Rivrain <43809151+JRivrain@users.noreply.github.com> Date: Wed, 30 Jan 2019 13:56:12 +0100 Subject: [PATCH] Launch as root from gnome-shell menu Fixes https://bugzilla.suse.com/show_bug.cgi?id=1123562 - yast2-rmt : no password asked when launching from gnome-shell directly --- src/desktop/rmt.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/desktop/rmt.desktop b/src/desktop/rmt.desktop index fec44ee..75b5ddf 100644 --- a/src/desktop/rmt.desktop +++ b/src/desktop/rmt.desktop @@ -9,7 +9,7 @@ X-SuSE-YaST-AutoInst= X-SuSE-YaST-AutoInstResource=rmt Icon=yast-rmt -Exec=/sbin/yast2 rmt +Exec=xdg-su -c "/sbin/yast2 rmt" Name=RMT Configuration GenericName=RMT Configuration