Difference between revisions of "How to shut down Sugar"
Jump to navigation
Jump to search
(shutdown failure via gui then do what?) |
(This is a relevant How to. Please improve it and link it somewhere useful. Making it obsolete is just churn with little added value.) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
==GUI shutdown== | ==GUI shutdown== | ||
− | #drag mouse to top | + | #drag mouse to top right corner |
#screen should compress and give you hidden objects | #screen should compress and give you hidden objects | ||
− | #top | + | #top right you should see the icon for your user |
#click on your user | #click on your user | ||
#select shutdown | #select shutdown | ||
==shutdown via terminal== | ==shutdown via terminal== | ||
− | If the GUI fails to respond to shutdown requests open the terminal and type | + | If the GUI fails to respond to shutdown requests open the terminal and type: |
+ | <code>su - | ||
+ | shutdown -h now</code> |
Latest revision as of 20:10, 19 December 2016
GUI shutdown
- drag mouse to top right corner
- screen should compress and give you hidden objects
- top right you should see the icon for your user
- click on your user
- select shutdown
shutdown via terminal
If the GUI fails to respond to shutdown requests open the terminal and type:
su -
shutdown -h now