where is the config file containing user changes found?

Asked by apinunt

We're trying to find where the snippets we've created are stored, and having installed 'onboard' on 2 notebooks and a tablet we find that one notebook contains
./.onboard
./.onboard/themes
./.onboard/layouts
./.local/share/onboard
./.local/share/onboard/themes
./.local/share/onboard/layouts

the tablet contains
./.onboard
./.onboard/themes
./.onboard/layouts

and the second notebook has none of the above

We have created some snippets in each of them and they remain after a reboot therefore we assume the must be stored somewhere but have been unable to locate where.
Also note that there is no content in any of the folders mentioned above other than the empty folders.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu onboard Edit question
Assignee:
No assignee Edit question
Solved by:
apinunt
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Possibly in dconf-editor

Lots of stuff in there. Worth a look.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

To search in the terminal use something like:

dconf dump / | grep -i onboard

Revision history for this message
apinunt (apinunt) said :
#3

Yes, I had looked there previously, but didn't widen the GUI or use the scroll bar, and sure enough they are displayed there and can be added, deleted, or changed with dconf-editor, and I finally found it is in .conf/dconf/user.

Thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

That's why the dump option is great as you can pipe the text to other commands.

Revision history for this message
apinunt (apinunt) said :
#5

We were just wanting to know the file name where our changes were being stored.
The answer we needed was .conf/dconf/user found in our home folder.