[02:11] Ugh [02:15] I installed the latest version straight from the development team, and of course debugging was compiled into it. [02:15] Fortunately, Debian unstable now has the latest version with debugging compiled out. [02:16] I only had to download another 3 or 4 dependencies from Debian to get it to install because Ubuntu doesn't have them. [02:17] No more spurious log messages, though. :-) [02:20] nice [03:49] In Firefox (snap) I tried saving files to /tmp and they're not there. I'm assuming Firefox's /tmp got sandboxed somewhere, but where? [03:56] Found it. Had to sequentially run `find . -name $FILENAME` on /home then /tmp. It had root permissions. I had used sudo to ls that directory once before and hadn't seen anything. [03:57] Next time had to sudo into a root shell and then go poking around. [04:24] I hate snaps for that reason [04:24] among others