goingtotown
(Roger January)
September 27, 2024, 8:59pm
1
I’m running Gnome Evolution 3.54.0 (by Flathub.org ) on Linux Mint 21.1. Evolution seems to work OK.
I have 5.0GB of Evolution data stored in the .var folder:
/home/USER/.var/app/org.gnome.Evolution/data
But standard since Evo 3.6 is XDG Base Directory Specification, so it should be stored here:
home/USER/.local/share/evolution
I’m not sure how this happened. Perhaps because I’m using Flatpack?
Should I fix this?
I assume fix would be to move data (and the two other Evolution folders) to the normal locations in .local.
To move data, is best method to backup/restore or other?
Do I also need to change any location-related configurations in the app or elsewhere? I don’t see any in the app.
Is it best to pkill Evolution before doing anything?
Note: All data is email, no calendar or addressbook.
Thank you.
ebassi
(Emmanuele Bassi)
September 27, 2024, 9:09pm
2
Flatpak isolates each application’s data, configuration, and cache directories (following the XDG base directories) under ~/.var/app/${application_id}
. This is completely expected and intentional. You cannot “move” the data.
2 Likes
poc
(Patrick O'Callaghan)
September 27, 2024, 9:26pm
3
Evo should be completely shutdown before touching any of its data.
That’s applies not only to the evolution process but also auxiliary
processes:
$ pgrep -fl evolution
5102 evolution
5104 evolution-alarm
5359 evolution-sourc
5631 evolution-calen
5681 evolution-addre
The canonical way to do this is via “evolution --force-shutdown”, but
“pkill evolution” will normally have the same effect, assuming nothing
else matches the string.
poc
1 Like
goingtotown
(Roger January)
September 27, 2024, 9:45pm
4
Thank you, ebassi and poc. Much appreciated.
andre
(Andre Klapper)
October 2, 2024, 5:55pm
5