HGL
passive-yellow
How do I transfer the data from the pacman heroic install to the flatpak one?
the title
Solution:Jump to solution
the pacman install stores the settings in
~/.config/heroic
, the flatpak version store its settings in ~/.var/app/com.heroicgameslauncher.hgl/config/heroic
, you can probably copy the contents and most things will work3 Replies
Solution
rival-black•2mo ago
the pacman install stores the settings in
~/.config/heroic
, the flatpak version store its settings in ~/.var/app/com.heroicgameslauncher.hgl/config/heroic
, you can probably copy the contents and most things will workrival-black•2mo ago
there are some things that are stored in the electron's browser session, I'm wonder if that gets copied with the config folder or now, never tried
also some things inside files may contain paths pointing to ~/.config (like the selected wine/proton)
passive-yellowOP•2mo ago
Thanks