Web hosting solutions - 104 Part I . Linux First Steps The
Monday, June 25th, 2007104 Part I . Linux First Steps The following sections describe some things you can do with the GNOME panel. Use the Main Menu Click the main menu icon on the panel, and you see categories of applications and system tools that you can select. Click the application you want to launch. To add an item to launch from the panel and to view its properties right-click it. There is currently no way to add or remove applications to or from this menu from the GUI in GNOME. However, you can manually add items to your GNOME menus. To add to the main menu, create a .desktop file in the /usr/share/applications directory. The easiest way to do that is to copy an existing .desktop file that is on the menu you want and modify it. For example, to add a video player to the Sound & Video menu, you could do the following (as root user): # cd /usr/share/applications # cp gnome-cd.desktop vidplay.desktop Next use any text editor to change the contents of the vidplay.desktop file you created by adding a comment, file to execute, icon to display, and application name. After you save the changes, the new item immediately appears on the menu (no need to restart anything). Adding an Applet There are several small applications, called applets, that you can run directly on the GNOME panel. These applications can show information you may want to see on an ongoing basis or may just provide some amusement. To see what applets are available and to add applets that you want to your panel, perform the following steps: 1. Right-click an open space in the panel so that the panel menu appears. 2. Select Add to Panel. An Add to Panel window appears. 3. Select from among several dozen applets, including a clock, dictionary lookup, stock ticker, weather report, lock screen, log out, run application, take screen shot, fortune-telling fish, eyes that follow your mouse, e-mail Inbox monitor, and modem lights monitor. The applet appears on the panel, ready for you to use. Figure 3-9 shows (from left to right) eyes, system monitor, CD player, stock ticker, e-mail Inbox monitor, and dictionary lookup applets. Figure 3-9: Placing applets on the Panel makes it easy to access them.