You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: