gconftool-2 does not accept negative values with --set

Bug #1263671 reported by Vanessa Lee
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gconf (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

# gconftool-2 -t int -s /app/myvalue -3
Error while parsing options: Unknown option -3.
Run 'gconftool-2 --help' to see a full list of available command line options.

Revision history for this message
Logan Rosen (logan) wrote :

This is because "-3" is parsed as an option to the command. You can use "--" to signify the end of the options and pass "-3" properly like so:

gconftool-2 -t int -s /app/myvalue -- -3

affects: gconf2 (Ubuntu) → gconf (Ubuntu)
Changed in gconf (Ubuntu):
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.