nate-xyz/paleta

[Discussion]: How to import and export Palette Flatpak data to Paleta AUR.

RadioactiveRadio opened this issue · 1 comments

I recently changed my Paleta install from Flatpak to the AUR. Here's how to move the saved palettes over:

1: Go into: ~/.var/app/io.github.nate_xyz.Paleta/data/io.github.nate_xyz.Paleta/ (This is the where Paleta data is stored by flatpak)

2: Copy paleta_database.db file.

3: Paste the file into : ~/.local/share/io.github.nate_xyz.Paleta/ (This is where the AUR store the database file)

4:You're done! :)

Alternatively:

type: 'cp ~/.var/app/io.github.nate_xyz.Paleta/data/io.github.nate_xyz.Paleta/paleta_database.db ~/.local/share/io.github.nate_xyz.Paleta/' in the terminal to make it easy.

maljos commented

Greetings, in my opinion it would be important that the user could have the option to export or import all palettes or one in particular. One solution would be through a plain text file. Also to be able to define where the database is saved (pc or cloud), of the palettes by a user configuration option.