this post was submitted on 24 Feb 2025
15 points (94.1% liked)
Linux
8827 readers
360 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You wouldn't be able to reliably map the XDG config folders you're mentioning to a network share. You won't have any issues running the appimage from a network share though. Just take a finalized config and drop it in the same location as the appimage and copy it where you need it.
An alternative would be to have a network mount with a portable user config for your entire profile, but it'll be quite a bit of work and require some pam finagling.
ok so a network share wouldnt be a good idea but what about a sync tool like nextcloud where it will just make a new copy to any machine I sync the nextcloud folder too?
I wasn't aware Nextcloud had a feature like that, but if it can sync the single flat file to where it needs to be, go for it.
If you want to get more detailed about it, have a look here: https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/deployment_guide/sssd-ldap-autofs
So I tried running dsrktable from the syncd nextcloud folder, first on one machine then when I got home on my desktop and everything seemed to run fine. After a while I was importing more and more photos then nextcloud started to complain about the database being too large to sync so that is a bit of a issue. Really the only thing I wanted was to sync settings so I just copied it out of my nextcloud folder and put it in my documents so I won't sync anymore
That's...odd. Sure sounds like it wasn't storing the DB locally, which shouldn't the default at all.