• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 4th, 2024

help-circle



  • It says on the page that

    As we’re committed not to add paywalls, this purchase will not grant you any additional features in Immich. We rely on users like you to support Immich’s ongoing development.

    So this is a purchase which grants you no extra bonus, which is functionally a donation. This is a common practice with software supported by Futo - they offer the software for free, but ask that you pay a good-faith “license fee” for the software anyway to help fund development. I think Louis Rossman has a video about it somewhere, if I remember I’ll link it in an edit when I have time to find it later.



  • Huh, yeah that’s really weird. Intel device, no Nvidia, capable enough hardware. Unless there’s a hardware module for your device that that you haven’t enabled in your configuration.nix (I had to do one on my Framework for a few things to work properly), I don’t know why that wouldn’t be working for you. Out of interest, how did you install steam? Is it in your environment.systemPackages, or did you enable it with packages.steam.enable = true; (or whatever it is)



  • Darohan@lemmy.ziptoNix / NixOS@programming.devGaming on NixOS ?
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 year ago

    Interesting… I’ve just been pressing the “play” button on Steam 🤔 Let me do some digging and see if there’s anything weird I might be doing.

    Edit: Nope, confirmed, just pressing “play” in Steam using GE-Proton-9-9 works fine. Is there any reason you’re running it through nix-shell and steam-run instead of the Steam interface?




  • Just gone through this whole process myself. My god does it suck. Another thing you’ll want to be aware of around Takeout with Google Photos is that the photo metadata isn’t attached as EXIF like with a normal service, but rather it’s given as an accompanying JSON file for each image file. I’m using Memories for Nextcloud, and it has a tool that can restore the EXIF metadata using those files, but it’s not exact and now I have about 1.5k images tagged as being from this year when they’re really from 2018 or before. I’m looking at writing my own tool to restore some of this metadata but it’s going to be a right pain in the ass.