~ubuntu-branches/ubuntu/wily/gnome-user-docs/wily

« back to all changes in this revision

Viewing changes to gnome-help/nl/power-hibernate.page

  • Committer: Package Import Robot
  • Author(s): Luca Falavigna
  • Date: 2014-07-15 22:20:04 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20140715222004-pce2zyc0v4ycke4o
Tags: 3.12.2-1
* Team upload.
* New upstream release.
* debian/control.in:
  - Bump Standards-Version to 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" xmlns:if="http://projectmallard.org/if/1.0/" type="topic" style="question" id="power-hibernate" xml:lang="nl">
 
2
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" xmlns:if="http://projectmallard.org/if/1.0/" type="topic" style="question" version="1.0 if/1.0" id="power-hibernate" xml:lang="nl">
3
3
 
4
4
  <info>
5
5
    <link type="guide" xref="power"/>
79
79
  <p>If the hibernate test works, you can continue to use the <cmd>pm-hibernate</cmd>
80
80
  command when you want to hibernate.</p>
81
81
 
82
 
  <p>You can also enable the hibernate option in the menus. To do that, use your favorite text
83
 
  editor to create <file>/etc/polkit-1/localauthority/50-local.d/org.gnome.enable-hibernate.pkla</file>.
84
 
  Add the following to the file and save:</p>
85
 
 
86
 
<code its:translate="no">
87
 
[Re-enable hibernate by default]
88
 
Identity=unix-user:*
89
 
Action=org.freedesktop.upower.hibernate
90
 
ResultActive=yes
91
 
</code>
 
82
  <p>You could also install the
 
83
  <link href="https://extensions.gnome.org/extension/755/hibernate-status-button/">
 
84
  <app>Hibernate Status Button</app></link> extension from the
 
85
  <link href="https://extensions.gnome.org">GNOME Extensions website</link>:</p>
 
86
 
 
87
  <steps>
 
88
    <item>
 
89
      <p>Switch <gui style="button">ON</gui> the
 
90
      <app>Hibernate Status Button</app> on
 
91
      <link href="https://extensions.gnome.org/extension/755/hibernate-status-button/">
 
92
      its extension page</link> by pressing the status button at the top
 
93
      left.</p>
 
94
    </item>
 
95
    <item>
 
96
      <p>You will be asked to confirm that you want to install the extension.
 
97
      Press <gui style="button">Install</gui>.</p>
 
98
    </item>
 
99
  </steps>
 
100
 
 
101
  <p>The button will now be added to the system menu on the right side of the
 
102
  top bar and can be pressed to hibernate your computer.</p>
 
103
 
 
104
  <note style="tip">
 
105
    <p>You can also hold down <key>Alt</key> while pressing the
 
106
    <em>hibernate</em> button to use the <em>hybrid-sleep</em> feature. The
 
107
    hybrid-sleep mode is a mix of the hibernate and sleep modes. This means
 
108
    that your computer remains powered on, so you can wake it up by pressing a
 
109
    key on the keyboard and all your open applications and documents are saved
 
110
    in the same state as before pressing the hybrid-sleep button.</p>
 
111
  </note>
92
112
 
93
113
</section>
94
114