I recently swapped my hdd with an ssd and performed a fresh install of fedora, When I went to reinstall my flatpak application it is requiring me to install gigabytes worth of dependencies and libraries, I am in a Data crunch and I still have the old files; is it possible to just copy the dependencies over and which files am i supposed to copy? (Old installation was also fedora with same username and passwd)

    • Artemis_Mystique@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      8 months ago

      will flatpak be able to recognise the externally loaded libraries and is there any security issue with doing something like this

      • Chewy@discuss.tchncs.de
        link
        fedilink
        arrow-up
        12
        ·
        8 months ago

        It’s not a security issue given your old system wasn’t compromised. I don’t know enough about how flatpak tracks whether a runtime is already downloaded. If copying works, please come back and comment that it works.

        If you’ve used flatpak --user, apps and runtimes are also in ~/.local/lib/flatpak that need to be copied.

    • Artemis_Mystique@lemmy.mlOP
      link
      fedilink
      arrow-up
      3
      ·
      8 months ago

      I cant, my data limit wont be enough: the official fedora rpms dont have the necessary codecs and i need flatpaks

      • Possibly linux@lemmy.zip
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        7
        ·
        8 months ago

        This might sound silly, but couldn’t you just get a better connection? You are using bandwidth for lemmy so your internet can’t be that bad. In the worst case you can just go to your local library.

  • Pantherina@feddit.de
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    8 months ago

    Flatpaks are all containerized, its really nice. All in the same directory, glad that it worked! You can do the same for the Flatpak user data directories in ~/.var/app/.

    Run the Flatpak app once, close it again, then the user data file structure will be there. If you delete the files you simply reset the app, its like Android, awesome.

    And if you simply delete all the files and swap in your old files, it will be the same Flatpak app as on the old device.