From 370030dfde539624261cd869f7a53b119f5debb4 Mon Sep 17 00:00:00 2001 From: Tiffany Antopolski Date: Tue, 15 Mar 2011 19:23:31 -0400 Subject: [g-h]renamed shell-session to shell-exit --- gnome-help/C/shell-exit.page | 151 ++++++++++++++++++++++++++++++++++++++++ gnome-help/C/shell-session.page | 137 ------------------------------------ gnome-help/Makefile.am | 4 +- 3 files changed, 153 insertions(+), 139 deletions(-) create mode 100644 gnome-help/C/shell-exit.page delete mode 100644 gnome-help/C/shell-session.page (limited to 'gnome-help') diff --git a/gnome-help/C/shell-exit.page b/gnome-help/C/shell-exit.page new file mode 100644 index 0000000..ef01d40 --- /dev/null +++ b/gnome-help/C/shell-exit.page @@ -0,0 +1,151 @@ + + + + + + + Lock screen, switch user, log out or suspend or shutdown? + + + GNOME Documentation Project + gnome-doc-list@gnome.org + + + + + +Computer Shut Down Options + +

+ From the login screen, you can click on the bottom right hand corner to bring up the shut down option menu. Select Suspend, Restart or Shut Down. +

+
+ +
Logout or Switch User + + +

+ Click on your user name in the top right hand corner of the monitor. +

+
+ +

+ You can now select LogoutorSwitch User by clicking on the option of choice. +

+ + + + Logout + +

+ Ends your session and logs you out. +

+
+ + + Switch Between Users + +

+ Suspends your session, allowing another user to log in and use the computer. +

+
+
+
+ +

+ A Log Out of the Session window will appear. You have 60 seconds to confirm Logout, change your mind to Switch User or Cancel. It you do nothing, you will be automatically logged out at the end of 60 seconds. +

+ +
+ + +
+
+ +
Lock Screen +

+ To lock your screen: +

+ + +

+ Press CtrlAltL, or +

+
+ +

+ Click on your user name in the top right hand corner of the monitor select Lock Screen. +

+
+
+ +

+ This will prevent others from accessing your computer while you are away from it. All your applications remain open while the screen is locked. +

+

+ To unlock the screen just move the mouse or press a key. You will need to enter your password to login. +

+ +

+If more than one user has an account on the computer and the screen is locked, others can choose to Switch User to login to their account. They will be unable to access your work, and you will be able to switch back to your locked session when they finish using the computer. +

+
+
+ +
Shut Down Options + + +

+ You can not Shut Down the computer if multiple users are logged in. Attempting to do so will only log you out. Only one user can be logged in when attempting to Shut Down the computer. +

+
+

To shutdown your computer:

+ + +

+ Click on your user name in the top right hand corner of the monitor and hold down the Alt key. +

+
+ +

+ Click on Power Off. +

+
+ + +

+ A Shut Down the Computer window will appear with the following shut down options: +

+ + + Shutdown +

Ends your session and turns off the computer.

+ +
+

To switch back and forth between users, simply repeat the above steps.

+ + Restart +

Ends your session and restarts the computer.

+
+ + Suspend +

Suspends your session quickly, using minimal power while the computer stands by.

+
+ + Hibernate +

Suspends your session, using no power until the computer is restarted.

+
+
+
+ +

+ You have 60 seconds to select your shut down option. The computer will automatically shut down at the end of 60 seconds. +

+
+
+ + +
+
diff --git a/gnome-help/C/shell-session.page b/gnome-help/C/shell-session.page deleted file mode 100644 index 6a4223f..0000000 --- a/gnome-help/C/shell-session.page +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - Lock, hibernate or shutdown? - - - GNOME Documentation Project - gnome-doc-list@gnome.org - - - - - -Computer Shutdown Options - -
Logout or Switch User - - -

- Click on your user name in the top right hand corner of the monitor. -

-
- -

- You can now select Logout or Switch User by clicking on the option of choice. -

- - - - Logout - -

- Ends your session and logs you out. -

-
- - - Switch user - -

- Suspends your session, allowing another user to log in and use the computer. -

-
-
-
- -

- A Log Out of the Session window will appear. You have 60 seconds to confirm Logout , change your mind to Switch User or Cancel. . It you do nothing, you will be automatically logged out at the end of 60 seconds. -

- -
- - -
-
- -
Lock Screen -

- To lock your screen: -

- - -

- Press Ctrl Alt L , or -

-
- -

- Click on your user name in the top right hand corner of the monitor select Lock Screen. -

-
-
- -

- This will prevent others from accessing your computer while you are away from it. All your applications remain open while the screen is locked. -

-

- To unlock the screen just move the mouse or press a key. You will need to enter your password to login. -

- -

-If more than one user has an account on the computer and the screen is locked, others can choose to Switch User to login to their account. They will be unable to access your work, and you will be able to switch back to your locked session when they finish using the computer. -

-
-
- -
Shut Down Options -

To shutdown your computer:

- - -

- Click on your user name in the top right hand corner of the monitor. -

-
- -

- Select Shutdown by clicking on it. -

-
- -

- A Shut down the Computer window will appear with the following shut down options: -

- - - Shutdown -

Ends your session and turns off the computer.

-
- - Restart -

Ends your session and restarts the computer.

-
- - Suspend -

Suspends your session quickly, using minimal power while the computer stands by.

-
- - Hibernate -

Suspends your session, using no power until the computer is restarted.

-
-
-
- -

- You have 60 seconds to select your shut down option. The computer will automatically shut down at the end of 60 seconds. -

-
-
- - -
-
diff --git a/gnome-help/Makefile.am b/gnome-help/Makefile.am index 3c17f00..057646c 100644 --- a/gnome-help/Makefile.am +++ b/gnome-help/Makefile.am @@ -133,10 +133,10 @@ DOC_PAGES = \ shell-apps-install.page \ shell-apps-open.page \ shell-apps-search.page \ - shell-files.page \ + shell-exit.page \ + shell-files.page \ shell-notifications.page \ shell-prefs.page \ - shell-session.page \ shell-session-status.page \ shell-windows-lost.page \ shell-windows.page \ -- cgit