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)

    • @[email protected]OP
      link
      fedilink
      711 months ago

      Thank you for the answer i did this and it worked(I only copied the necessary runtimes not the whole folder)

    • @[email protected]OP
      link
      fedilink
      211 months ago

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

      • Chewy
        link
        fedilink
        1211 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.

  • Possibly linux
    link
    fedilink
    English
    211 months ago

    I wouldn’t recommended it. It would be better to delete the old stuff and download fresh

    • @[email protected]OP
      link
      fedilink
      311 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
        link
        fedilink
        English
        -611 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.

        • @stockRot
          link
          3
          edit-2
          11 months ago

          What an awfully myopic understanding of the world lmao

          • Possibly linux
            link
            fedilink
            English
            111 months ago

            Possibly, that’s why I said “silly”. I’m just curious what there internet access looks like

  • @[email protected]
    link
    fedilink
    2
    edit-2
    11 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.