Installing & Using Gnome-Do

Posted on July 14th, 2008 in Applications, Gnome by admin

GNOME Do (Do) is an intelligent launcher tool that makes performing common tasks on your computer simple and efficient. Do not only allows you to search for items in your desktop environment (e.g. applications, contacts, bookmarks, files, music), it also allows you to specify actions to perform on search results (e.g. run, open, email, chat, play). Want to send an email to mom? Simply type “email mom.” Want to listen to some music? Simply type “play beatles.” Do provides instantaneous, action-oriented desktop search results that adapt to reflect your habits and preferences. For example, if you use Firefox web browser often, typing “f” in Do will launch it. Or, if you visit The New York Times webpage often, Do will open it if you simply type “nyt.” Unlike other search tools that present search results as flat, homogeneous lists, Do provides familiar graphical depictions of search results that assure you that your intent is being realized correctly; searching for “mom” will show a picture of mom, and searching for “beatles” will show a Beatles album cover. Do has many more powerful and exciting capabilities that must be seen to be appreciated.

Quick: How to Hide Mounted Drives on Gnome’s Desktop

Posted on July 13th, 2008 in Gnome by admin

I prefer a clean desktop with no icons cluttering it up, but by default most Gnome based distros adds icons to the desktop for every single removable drive that you attach to your system.

Make the Windows Key Open the Gnome Panel Menu

Posted on March 24th, 2008 in Gnome by admin

We’ve already covered how to make that Windows Key useful in KDE and Xfce, but what about Gnome? Well these instructions should help you out getting the Windows Key to open up the Gnome Panel Menu.

Have a Changing Wallpaper with Wallpapoz in Gnome

Posted on March 16th, 2008 in Gnome, Tweaks by admin

From the home site:

Wallpapoz application enables you to configure Gnome desktop wallpapers in unique way. You could have Gnome desktop wallpaper changes when the specified time has passed. The most important feature is you could have Gnome desktop wallpaper changes when you change workspace. It means you could group your wallpapers into specific workspace. It offers quick orientation cues where you are. You can manage it so when you change to first workspace, your desktop wallpaper will be picked from wallpapers group for that workspace. When you change to second workspace, it will be picked from wallpapers group for second workspace. So you could have situation like this. You change to third workspace and you will get cartoon desktop wallpaper (wallpapers group for that workspace consists of cartoon wallpapers only). You change to fourth workspace and you will get abstract desktop wallpaper (wallpapers group for that workspace consists of abstract wallpapers only). I think you get the idea. Off course you can disable this feature if you just want your desktop wallpaper changes when the specified time (specified by you) has passed and does not change when you change workspace.

Make your xscreensaver your Gnome Wallpaper

Posted on March 16th, 2008 in Gnome, Tweaks by admin

If you found a screen saver that you like, wouldn’t it be nice if you could set it as your wallpaper? Well you can with a few changes to a couple Gnome settings. Generally Nautilus controls the desktop drawing so we need to turn that off.

  • In your terminal: gconftool-2 –type bool –set /apps/nautilus/preferences/show_desktop false
  • Browse your /usr/lib/xscreensaver/ directory for the screensaver you would like.
  • Then in your terminal: /usr/lib/xscreensaver/name_of_screensaver -root
  • Your screen will now show the screensaver.
  • To resume back to your original desktop: gconftool-2 -s /apps/nautilus/preferences/show_desktop -t bool true && nautilus

And voila, all done.