Right click anywhere on a blank desktop. Click create launcher.
Type = application
Name = whatever you want it to be
Command = /usr/bin/gksu nautilus
Comments = whatever you want it to be
Double click the new launcher on your desktop. Note that anything you want to copy and paste must be done in this browser, you cannot simply drag onto your user desktop space, so if you need to open to browsers just double click the new launcher twice. Welcome to drag and drop root.
Remember that you can replace nautilus with whatever your favorite browser is, you might try xfe, so after dl of xfe command would be /usr/bin/gksu xfe
. If you would like to make an OpenAs that you can manually type any program you want to run as root, Command = /usr/bin/gksu
.
sudo gnome-terminal
. – Nathan Osman Nov 16 '10 at 05:46gnome-terminal -e "sudo -i"
seems a more reliable method for a root terminal. The graphical terminal itself doesn't need to run as root and I'm sure the user would prefer their preferences applied. – Oli Nov 16 '10 at 09:09