• Upgraded to iced 0.13.1, which turned out to have a lot of backwards-incompatible changes, so was a fairly substantial pain in the ass
  • Properly handle SAFECOOKIE authentication with Tor by having a text box (iced apparently doesn’t have file widgets yet) to put the location of the Tor cookie file
    • That in and of itself is a pain, in that I had to add myself to the debian-tor group, and even that doesn’t work unless I do newgrp debian-tor. 🤦