Interested in advertising on Intense Cogitation? Check out our advertising policy!
lanterna
 
Advertisement

gDesklets is an application for GNOME which as its name suggests, creates Desklets on one’s desktop. These nifty utilities can be fairly useful or serve a decorative purpose. However, if you run your computer as root, this error may appear as you attempt to run it:

You must NOT run gDesklets as superuser (root).

Luckily, it’s a quick fix.

1) Open up Terminal.

2) Type this command in: (you can use any editor you want, as long as you are editing this file)

sudo gedit /usr/bin/gdesklets

3) Find these lines:

elif (os.getuid() == 0):
print _(“You must NOT run gDesklets as super user (root).”)
sys.exit(1)

And place a # sign in front of sys.exit(1) so it becomes:

elif (os.getuid() == 0):
print _(“You must NOT run gDesklets as super user (root).”)
#sys.exit(1)

4) The above line is near the top of the file.  After you’ve saved it, run gDesklets and have fun!

Any problems? Leave a comment!

If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed to have future articles delivered to your feed reader.

Related posts:

  1. Getting a List of Installed Packages in Ubuntu/Debian
  2. Installing Fonts in Ubuntu/Debian
  3. Record Audio via Terminal in Ubuntu/Debian
  4. Get Crontab Output via Email in Ubuntu/Debian
  5. Solutions to Debian/Ubuntu error: NB: root’s PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

   

About Us

Intense Cogitation is an IB student blog designed by IB survivors for current IB students. :) We have a multitude of resources available for you, such as IB articles on topics from IB marks to all-nighters. We also have numerous samples of internal assessments for observation purposes.

Our current writers are Brian, Billy, Taras and Sarah-Jane.

Protip: Clicking on the image of the house at the top of the page to go back to the home page!

Subscribe to New Posts!

Please enter your email address below to subscribe to our latest updates:

Powered by Feedburner

Copyright © 2009-2011 Intense Cogitation
Brought to you by hard-working students around the world
Read our Privacy Policy. Suffusion theme by Sayontan Sinha