@shadowintheday2 to linuxmemesEnglish • 1 year agoYour .dots have arrivedimagemessage-square71arrow-up11.01Karrow-down117
arrow-up1991arrow-down1imageYour .dots have arrived@shadowintheday2 to linuxmemesEnglish • 1 year agomessage-square71
minus-squarejanAkalilinkfedilinkEnglish25•1 year agoIn theory this issue can be solved with LD_PRELOAD trick. E.g. redirect all/most/some fopen calls to “$HOME” to some other directory. But before I try to tackle it myself: is there already a similar solution like that?
minus-square@[email protected]linkfedilink4•1 year agoYou could probably do it with bubblewrap or something equivalent. Here’s someone asking about this exact thing: https://unix.stackexchange.com/questions/651788/redirect-single-file-or-directory-using-bubblewrap
minus-square@[email protected]linkfedilink1•1 year agoI do it with Bubblejail for Steam and a symlink to .local/share/Steam for compatibility with tools.
minus-square@[email protected]linkfedilink4•1 year agohttps://github.com/OpenMandrivaSoftware/steam_xdg_enforcer
In theory this issue can be solved with LD_PRELOAD trick. E.g. redirect all/most/some
fopen
calls to “$HOME” to some other directory. But before I try to tackle it myself: is there already a similar solution like that?You could probably do it with bubblewrap or something equivalent. Here’s someone asking about this exact thing:
https://unix.stackexchange.com/questions/651788/redirect-single-file-or-directory-using-bubblewrap
I do it with Bubblejail for Steam and a symlink to .local/share/Steam for compatibility with tools.
https://github.com/OpenMandrivaSoftware/steam_xdg_enforcer