#
BASE_CMD="@sbindir@/gpartedbin $*"
# Workaround for SysVinit
if ! /sbin/sd_booted; then
xdg-su -c $BASE_CMD
fi
# For non-root users try to get authorisation to run GParted as root.