Migrate directories to Flatpak
The Flatpak package uses a different path for storing bottles.
Migrate to Flatpak
Paths differences
Migrate old bottles to Flatpak
# make a copy
yes | cp -rf \
~/.local/share/bottles/* \
~/.var/app/com.usebottles.bottles/data/bottles
# or move (using rsync to take care of existing files)
rsync -a \
~/.local/share/bottles/* \
~/.var/app/com.usebottles.bottles/data/bottlesLast updated
Was this helpful?