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 664434 - Typo in command-line for close-lid power settings instructions
Typo in command-line for close-lid power settings instructions
Status: RESOLVED FIXED
Product: gnome-user-docs
Classification: Core
Component: gnome-help
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: Baptiste Mille-Mathias
Maintainers of Gnome user documentation
Depends on:
Blocks:
 
 
Reported: 2011-11-20 19:34 UTC by Olivier C
Modified: 2011-11-21 21:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
replace erronous gsetting key path for close-lid instructions (16.26 KB, patch)
2011-11-21 17:24 UTC, Baptiste Mille-Mathias
none Details | Review
replace erronous gsetting key path for close-lid instructions (16.47 KB, patch)
2011-11-21 18:44 UTC, Baptiste Mille-Mathias
none Details | Review
replace erronous gsetting path for close-lid instructions (1.82 KB, patch)
2011-11-21 20:12 UTC, Baptiste Mille-Mathias
none Details | Review
replace erronous gsetting path for close-lid instructions (1.94 KB, patch)
2011-11-21 21:04 UTC, Baptiste Mille-Mathias
committed Details | Review

Description Olivier C 2011-11-20 19:34:25 UTC
On the page
http://library.gnome.org/users/gnome-help/stable/power-closelid.html.en

there seems to be a typo in the instructed command-line:

gsettings set org.gnome.settings-daemon.plugin.power lid-close-battery-action blank

which should be

gsettings set org.gnome.settings-daemon.plugins.power lid-close-battery-action blank

(at least in my Debian Testing install, there is no such org.gnome.settings-daemon.plugin.power schema but everything works with the corrected plural).

I think it is also the conclusion of other people here and there, for example
http://www.fedoraforum.org/forum/showpost.php?p=1496485&postcount=12

Thank you for the great quality of GNOME and the good documentation, BTW. It’s a pleasure using your software.
Comment 1 Frederic Peters 2011-11-21 10:54:57 UTC
This documentation lives in gnome-user-docs, reassigning.
Comment 2 Baptiste Mille-Mathias 2011-11-21 10:58:34 UTC
Thanks for the report, I'll do a patch to correct that.
Comment 3 Baptiste Mille-Mathias 2011-11-21 17:24:13 UTC
Created attachment 201833 [details] [review]
replace erronous gsetting key path for close-lid instructions

gsettings set org.gnome.settings-daemon.plugin.power path should be
gsettings set org.gnome.settings-daemon.plugins.power
Thanks to Olivier C <lists.olivier@ariadacapo.net> for pointing this.
Comment 4 Baptiste Mille-Mathias 2011-11-21 18:44:33 UTC
Created attachment 201849 [details] [review]
replace erronous gsetting key path for close-lid instructions

gsettings set org.gnome.settings-daemon.plugin.power path should be
gsettings set org.gnome.settings-daemon.plugins.power
and make the string untranslatable as it's useless.
Thanks to Olivier C <lists.olivier@ariadacapo.net> for pointing this.
Comment 5 Claude Paroz 2011-11-21 19:03:42 UTC
Mmmh.. why are you touching po files if you set its:translate="no" on the fixed string?
Comment 6 Baptiste Mille-Mathias 2011-11-21 20:12:10 UTC
Created attachment 201858 [details] [review]
replace erronous gsetting path for close-lid instructions

gsettings set org.gnome.settings-daemon.plugin.power path should be
gsettings set org.gnome.settings-daemon.plugins.power
and make the command untranslatable as it's useless.
Thanks to Olivier C <lists.olivier@ariadacapo.net> for pointing this.
Comment 7 Baptiste Mille-Mathias 2011-11-21 21:04:18 UTC
Created attachment 201869 [details] [review]
replace erronous gsetting path for close-lid instructions

gsettings set org.gnome.settings-daemon.plugin.power path should be
gsettings set org.gnome.settings-daemon.plugins.power
and make the command untranslatable as it's useless.
Thanks to Olivier C <lists.olivier@ariadacapo.net> for pointing this and
Claude Paroz for advices.
Comment 8 Claude Paroz 2011-11-21 21:35:07 UTC
Comment on attachment 201869 [details] [review]
replace erronous gsetting path for close-lid instructions

Seems ok for me
Comment 9 Baptiste Mille-Mathias 2011-11-21 21:36:56 UTC
Attachment 201869 [details] pushed as 4d91d55 - replace erronous gsetting path for close-lid instructions