Most of the time, the graphical applications can be launched from the console as root, if you start the shell as login shell:
su -
or
su -l
or
su -login
Another trick is to start the graphical app with xsudo (to be installed). That suppose the user is in the /etc/sudoers
list.