Results 16 comments of Tinu Weber

For the ones where it is hardcoded, using a ~~wrapper script with an LD_PRELOAD for file system accesses~~ a FUSE filesystem might be a way...—need to investigate on that.

OK, there is no real one-size-fits-it-all solution: * FUSE—even if it stores files and directories in the right locations—would make them *appear* in the home directory, nevertheless, which kind of...

For `.asoundrc`, it appears to be possible to [use environment variables](https://wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture#Select_the_default_PCM_via_environment_variable) for setting the default sound card. This might be handy for temporarily setting a sound card when watching a...

Commit 0524cadfb moves `~/.mozilla` into `$XDG_DATA_HOME` by setting a different `$HOME`. It's an ugly hack, but it works for me™, so I'm ticking it off as solved either way. Also,...

Concerning `~/.pki`, I just stumbed over https://bugzilla.mozilla.org/show_bug.cgi?id=818686. If this gets implemented by Mozilla, there is a chance that Chrome/Chromium (and thus qutebrowser) will follow. This would also be a bit...

Hi, thanks for the input! I haven't tested it (it's been a while since I played around with Android for the last time), but I trust you it works :-)

Ah, good to know, thanks. :slightly_smiling_face: It's a bit unfortunate that `$XDG_CONFIG_HOME/simplescreenrecorder` must exist beforehand, but I guess this is already better than nothing.

Hey, thanks for the input! ~~Depressing~~*Interesting* that setting `$HOME` still doesn't catch all cases… I haven't run Ansible as a controller in this setup in a while now, so I'd...

> but if a shell-independent solution comes by, I won't complain. And that's the main issue for me ^^ Many of my wrappers are applications that I launch from dmenu,...

Not sure if I understood that correctly, but that would only check at login time, and if any of those applications are added at runtime, I'd run into unwrapped commands?...