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 631264 - gsettings-tool choice/range support
gsettings-tool choice/range support
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gsettings
unspecified
Other All
: Normal normal
: ---
Assigned To: Allison Karlitskaya (desrt)
gtkdev
Depends on: 631263
Blocks:
 
 
Reported: 2010-10-03 21:50 UTC by Allison Karlitskaya (desrt)
Modified: 2010-10-30 05:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Allison Karlitskaya (desrt) 2010-10-03 21:50:15 UTC
the gsettings(1) commandline tool doesn't do proper range checking, so you just get some error spew from the underlying layers.

it would also be nice if it supported some way of querying the range/choices of a particular key.

would also be very nice if the enumeration of choices could be used during tab completion.
Comment 1 Allison Karlitskaya (desrt) 2010-10-04 07:45:01 UTC
First two parts are done now.

Tab completion for enumeration choices remains.
Comment 2 Matthias Clasen 2010-10-30 05:15:14 UTC
I've done the last part.