You might consider looking into other shells. Fish has things such as nor requiring escaping variables with spaces and defining abbreviations that can work anywhere in a command line.
- 0 Posts
- 3 Comments
Joined 1 year ago
Cake day: February 18th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
alastel@lemmy.mlto
Linux@lemmy.world•[Solved] Question about flatpak-related user foldersEnglish
5·16 days agoThis 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 listAs 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 ?

Here goes my next month…