Using the Desktop

Using the Desktop is as simple as dragging items you wish to use routinely to the desktop. The default desktop will include a folder of your home directory (/home/[user name]). By default the GNOME File Manager window will also appear for you to access other areas of your system.

To utilize drag and drop you need to be using either a GNOME compliant application or a Motif application. GNOME is compliant with Motif drag and drop so you will find it works with many applications you already have installed.

All items that are stored on your desktop are located in the following directory:
     $/home/[user name]/.gnome-desktop/  
    
This is helpful to remember when you want an item to appear on your desktop that you can not utilize drag and drop with.

Once you have started GNOME you will notice that any drives you have connected to your system will be shown on your desktop with the appropriate icons. You may mount and access these drives utilizing these icons.

IMPORTANT: You must have permission to mount the device shown on your desktop before you can utilize these icons. You must have the root password to accomplish this. If you do not have this password you should consult your system administrator.

Gaining mount access can be done quite easily if you have linuxconf installed on your machine. Just select the drive you want to access in the Access local drive section. In the Options tab select the User Mountable option. Your drive will now be mountable by users.

If you do not have linuxconf you must edit your /etc/fstab to include user access. This is done by adding user access to the drive. For Example:

If your fstab file looks like this:
       /dev/cdrom /mnt/cdrom iso9660 exec,dev,ro,noauto 0 0
      
Add "user" to the fourth column:
      /dev/cdrom /mnt/cdrom iso9660 user,exec,dev,ro,noauto 0 0
     

There could be some security risks involved with this depending on your system and work environment. Please consult your system administrator before making any drive user mountable.

Once you have permission to mount a drive you may right mouse click on the drive icon on your desktop. This will bring up a small pop-up menu.

You may select Mount device to mount it and Eject device to eject it. Once it is mounted you may either double-click it or choose Open from the pop-up menu to open and GNOME File Manager window to view the contents of the device.

If you are missing any drives that you might have added to your machine you may right mouse click on an empty space on the desktop and choose the Rescan Mountable Devices menu item from the pop-up menu.