When klicking Gparted in budgie-menu, it does not start.
It does start, when launching "gparted" from the terminal.
in /usr/share/applications/gparted.desktop, changing Exec from
Exec=/usr/sbin/gparted_wrapper %f
to
Exec=sudo /usr/sbin/gparted %f
and
Terminal=true
works, but then the terminal is open in the background.
Is there something like gksudo, a sudo dialog like in SSC when installing packages? That should go into Exec to make it work, if i am not mistaken.