• 1 Post
  • 7 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle



  • Forewarning, wine appears to be a bit broken on Mint at the moment. I was recently experimenting with it in a VM, and I could not seem to get it installed properly - even after adding the winehq repo. Debian, by contrast, just works. I still use winamp for my music library, and play a few games that are windows based.



  • I’ve discovered a pattern to my logout error as referred to here: https://lemmy.world/comment/1144382

    It occurs specifically when I navigate to a community page, without visiting the homepage first. If I navigate specifically to, for example, lemmy.world/c/lemmyworld, I’ll be logged out. However, if I visit lemmy.world and then visit lemmy.world/c/lemmyworld, I’ll be logged in.

    I wonder if this is a bug with SameSite in the JWT? Reddit’s token, for example, has a value of None, where Lemmy’s has a value of Strict. I’ve changed that to None for the moment, we’ll see if that changes anything