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 758126 - dconf update command completion
dconf update command completion
Status: RESOLVED FIXED
Product: dconf
Classification: Core
Component: general
git master
Other Linux
: Normal minor
: ---
Assigned To: dconf-maint
dconf-maint
Depends on:
Blocks:
 
 
Reported: 2015-11-15 05:59 UTC by andreastacchiotti
Modified: 2018-08-08 11:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dconf: fix command line completion for "dconf update" (1.29 KB, patch)
2015-11-15 06:01 UTC, andreastacchiotti
committed Details | Review

Description andreastacchiotti 2015-11-15 05:59:32 UTC
Due to a typo, there is no "update" completion option, but a " update" one, which requires the user to type "\ " to get a completion, instead of "u".
Comment 1 andreastacchiotti 2015-11-15 06:01:06 UTC
Created attachment 315620 [details] [review]
dconf: fix command line completion for "dconf update"

Due to a typo, there was no "update" completion option, but a " update" one,
which required the user to type "\ " to get a completion, instead of "u".
Comment 2 Philip Withnall 2018-08-08 11:28:07 UTC
Good catch, and thanks for the patch. Sorry for the long delay in applying it.

Pushed to master now, in time for the next release.

Attachment 315620 [details] pushed as 510a3fe - dconf: fix command line completion for "dconf update"