Web hosting faq - 113Chapter 3Getting into the Desktopdistribution, but you can
Saturday, August 25th, 2007113Chapter 3Getting into the Desktopdistribution, but you can get a bunch of other themes from themes. freshmeat.net(click on Metacity). Click Install theme, and then click the Window Border tab to select from differ- ent themes that change the title bar and other borders of your windows. Clickthe Icons tab to choose different icons to represent items on your desktop. Themes change immediately as you click or when you drag a theme name onthe desktop. Exiting GNOMEWhen you are done with your work, you can either log out from your current sessionor shut down your computer completely. To exit from GNOME, do the following: 1.Click the red hat menu button. 2.Select Log Out from the menu. A pop-up window appears, asking if you wantto Log Out, Shut Down, or Restart the computer. At this point, you can also choose to save your session by clicking Save CurrentSetup. This is a great way to have the applications that you use all the time restartthe next time you log in. Make sure you save your data before you exit, however. Most applications do not yet support the data-saving feature. 3.Select Log Out from the pop-up menu. This logs you out and returns you toeither the graphical login screen or to your shell login prompt. (If you selectShut Down, the system shuts down, and if you select Reboot, the systemrestarts.) 4.Select OK to finish exiting from GNOME. If you are unable to get to the Log Out button (if, for example, your Panel crashed), there are two other exit methods. Try one of these two ways, depending on howyou started the desktop: .If you started the desktop by typing startxfrom your login shell, pressCtrl+Alt+F1 to return to your login shell. Then press Ctrl+C to kill the desktop. .If you started the desktop from a graphical login screen, first open a Terminalwindow (right-click the desktop and select New Terminal). In the Terminalwindow, type ps x | moreto see a list of running processes. Look for a com- mand named gnome-sessionand determine its number under the PID col- umn. Then type kill -9 PID, where PIDis replaced by the PID number. Youshould see the graphical login screen. Although these are not the most graceful ways to exit the desktop, they work. Youshould be able to log in again and restart the desktop. Tip08_