nate-xyz / paleta

Extract the dominant colors from any image.
https://beta.flathub.org/apps/io.github.nate_xyz.Paleta
GNU General Public License v3.0
100 stars 14 forks source link

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

Open RadioactiveRadio opened 1 year ago

RadioactiveRadio commented 1 year ago

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 1 year ago

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.