After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 694986 - suspend vs sleep
suspend vs sleep
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: media-keys
3.7.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2013-03-02 10:17 UTC by Pavol Klačanský
Modified: 2013-03-04 16:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pavol Klačanský 2013-03-02 10:17:44 UTC
What is difference regarding functionality between these two strings?

#: ../plugins/media-keys/shortcuts-list.h:150
msgid "Sleep"

#: ../plugins/media-keys/shortcuts-list.h:151
msgid "Suspend"
Comment 1 Bastien Nocera 2013-03-04 15:08:15 UTC
Sleep is "suspend or hibernate".

commit 8e60e9d7a28788de1dfbfe6395146e06d8ab683c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Mar 4 16:06:58 2013 +0100

    media-keys: Add translator comment for "Sleep" key
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694986
Comment 2 Pavol Klačanský 2013-03-04 16:31:02 UTC
I see, so why don't use that, it is confusing ;)
Comment 3 Bastien Nocera 2013-03-04 16:33:34 UTC
That's the name of the key, I didn't invent it.
Comment 4 Pavol Klačanský 2013-03-04 16:44:48 UTC
Ahh, can you give me example of that key please? (which does suspend or hibernate dialog?)
Comment 5 Bastien Nocera 2013-03-04 16:47:37 UTC
(In reply to comment #4)
> Ahh, can you give me example of that key please? (which does suspend or
> hibernate dialog?)

The key doesn't popup a dialogue. It's a key on keyboards that doesn't mention whether it will suspend or hibernate. By default gnome-settings-daemon's power plugin will make them hibernate.
Comment 6 Pavol Klačanský 2013-03-04 16:49:56 UTC
Thanks for explanation :)