Duncan Overbruck

Results 196 comments of Duncan Overbruck

I was thinking more about a "How to setup Void Linux container/chroot rootfs", which I think is useful and quite different from installing void linux on bare metal using a...

This also shouldn't mention proot, using it on travis has proven that its really not a good idea and just results in random crashes. Mentioning something like bubblewrap would be...

Is this really worth it, is there that much content planned?

Not a fan of adding random flags for this, especially for something that should be fixed in a better way. I think a checking if a environment variable would be...

This should probably be changed to drop a file in `/etc/sudoers.d/` using `sed` on whatever default configuration sudo will ship at the time of installation seems fragile.

The lifetime requirement is pretty pointless, if programs fail to handle unclean `$XDG_RUNTIME_DIR` directories they are buggy, logging out of your desktop environment does not mean all sessions, i.e. ssh...

Deviating from `/run/user/$UID/` comes with problems when programs don't actually follow the standard, as example chromium will not use `XDG_RUNTIME_DIR` and hardcodes `/run/user/$UID/` when it setups the sandbox, resulting in...

Another alternative, my favorite is just to create the directories in rc.local and export the variable from profiles.

I think a sort flag for all the list modes, that can sort by any string or number property would be interesting and would be "generic" and doesn't really require...