-
Hi, I would like to export my current rnote config to another computer, but I can't find the config files anywhere. Is there a way to do that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you are using flatpak, you should be able to transfer the configuration by copying 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 |
Beta Was this translation helpful? Give feedback.
-
If you're on Windows, you can find the settings at |
Beta Was this translation helpful? Give feedback.
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