You are not logged in.
Basically I have some arrays stored using xfconf-query but I want to get/set and individual element but there seems to be little info on arrays with xfconf I can get all the elements like so:
xfconf-query -c test -p /test2
Value is an array with 3 items:
100
200
some string data
And set the whole lot like so:
xfconf-query -c test -p /test2 -t int -t int -t string -s 100 -s 200 -s "some different string data"
I just can't see a way to say set just the string data( element 3).
Offline
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 523.51 KiB (Peak: 544.62 KiB) ]