View | Details | Raw Unified | Return to bug 34411
Collapse All | Expand All

(-)a/gparted/gparted.in (+5 lines)
Lines 41-46 fi Link Here
41
#
41
#
42
BASE_CMD="@sbindir@/gpartedbin $*"
42
BASE_CMD="@sbindir@/gpartedbin $*"
43
43
44
# Workaround for SysVinit
45
if ! /sbin/sd_booted; then
46
	xdg-su -c $BASE_CMD
47
fi
48
44
#
49
#
45
#  For non-root users try to get authorisation to run GParted as root.
50
#  For non-root users try to get authorisation to run GParted as root.
46
#
51
#

Return to bug 34411