https://bugzilla.novell.com/show_bug.cgi?id=755837 https://bugzilla.novell.com/show_bug.cgi?id=755837#c5 --- Comment #5 from Atri Bhattacharya <badshah400@gmail.com> 2013-02-23 14:34:00 UTC --- It seems to work properly when executed from the terminal with pkexec instead of gnomesu, with a proper policy file along the lines of: /usr/share/polkit-1/actions/org.freedesktop.policykit.pkexec.policy ============================================================================ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> <policyconfig> <action id="org.freedesktop.policykit.pkexec.run-gparted"> <description>Run GParted</description> <message>Authentication is required to run GParted</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> <annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/gparted</annotate> <annotate key="org.freedesktop.policykit.exec.allow_gui">TRUE</annotate> </action> </policyconfig> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.