Git Product home page Git Product logo

Comments (6)

talyz avatar talyz commented on July 26, 2024

I haven't tried using flatpak with impermanence yet. Can you post a more detailed configuration, so I can attempt to reproduce it?

from impermanence.

bbigras avatar bbigras commented on July 26, 2024
{
  services.flatpak.enable = true;
  users.users.bbigras.extraGroups = [ "flatpak" ];

  environment.persistence."/persist" = {
    directories = [
      "/var/lib/flatpak"
    ];
  };

  home.persistence."/persist/home/bbigras" = {
    directories = [
      ".cache/flatpak"
      ".local/share/flatpak"
    ];
  };
}

then run:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install com.valvesoftware.Steam

from impermanence.

bbigras avatar bbigras commented on July 26, 2024

Can you reproduce it?

from impermanence.

talyz avatar talyz commented on July 26, 2024

Sorry I haven't responded earlier. I have now tried to reproduce this issue, but can't. At least with the code in #62. I don't know why that PR would have solved this; maybe it was solved prior to it or the issue was solved in flatpak 🤷

from impermanence.

slrslr avatar slrslr commented on July 26, 2024

On Debian 11 stable i am seeing the error in title also.
Here is the full output is here
after "apt install flatpak" and trying to "flatpak search XY".

UPDATE: this error was caused by missing "sudo " before the command. Can this be fixed so the error better suggest that i have no permission and need sudo?

from impermanence.

guglovich avatar guglovich commented on July 26, 2024

I have the same error on Arch

from impermanence.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.