Skip to content

Where are the config files located? #508

Answered by flxzt
eli0009 asked this question in Q&A
Discussion options

You must be logged in to vote

If you are using flatpak, you should be able to transfer the configuration by copying ~/.var/app/com.github.flxzt.rnote/config/glib-2.0/settings/keyfile.

If you have the app installed as a native package, it should be possible to export with:

dconf dump /com/github/flxzt/rnote/ > rnote.conf

and load this file on the new machine with:

dconf load /com/github/flxzt/rnote/ < rnote.conf

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by eli0009
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants