• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: February 18th, 2025

help-circle
  • This looks like to me that you might have flatpaks installed in your home on the second laptop, while all your flatpaks must be installed system wide on the first one.

    You can see what is installed system or user side with

    flatpak --user list
    flatpak --system list
    

    As for the additional directories purpose, app contains the apps (surprising i know), runtime the runtimes needed by the apps (such as say the org.kde.Platform for kde apps etc), exports the things that are exported for integration (like a bin dir you can add to PATH or the applications dir containing the .desktop files to launch apps from the desktop etc. appstream is a metadata format about apps i’m not sure exactly what they put in that dir, some cache maybe ?







  • alastel@lemmy.mltoScience Memes@mander.xyzPeer review my foot
    link
    fedilink
    English
    arrow-up
    28
    ·
    2 months ago

    I looked for the issue on anna’s archive, the editor in chief was Martin Zatz, born in 1944, so if it’s him yeah he couldn’t have met Marie Curie, but there is no confirmation that he was the one answering. However page 156 features two very cute raccoons, so it was worth investigating.

    TLDR: couldn’t confirm, found raccoons











  • Not everything sent in PR is an improvement from everyone pov though. It might be an improvement for the contributor of a new feature they might be the only one to ever use, while it adds maintenance burden for you, more dependencies, risks of bugs etc for the community, which you have to balance somehow. Plus you might have a view on how to do things properly on your project, which needs to be communicated to contributors, which is additional work you might not have time for, especially if this is just some small side project.