Avatar

guttermonk

guttermonk@lemmy.ml
Joined
12 posts • 19 comments
Direct message

Sounds interesting, but the requirements say it needs gnome-desktop. I’m using Hyprland on NixOS, so it doesn’t sound like this will work for my setup unfortunately. Thank you for the suggestion. Hopefully this helps others.

permalink
report
parent
reply

Honest quetion, how/where are drivers license photos saved? Is saving photos at the state level more or less secure than saving at the federal level? Also, the TSA supposedly just uses scans to speed up and more accurately verify, and claims not to save the scans (for now). If they wanted a database of everyone’s face scan, couldn’t they just subpoena every state’s DMV/tag-agency for license photos?

permalink
report
reply

Apparently, I’m not the only one. https://discourse.nixos.org/t/help-running-stardew-valley-in-nixos/48574

How do you avoid those errors?

permalink
report
parent
reply

I did both - I have steam and steam-run in environment.systemPackages and I have packages.steam.enable = true;

Here’s my hardware config:

  hardware = {
    bluetooth.enable = true; # enables support for Bluetooth
    bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
    opengl = {
      enable = true;
      extraPackages = with pkgs; [
        intel-media-driver # LIBVA_DRIVER_NAME=iHD
        intel-media-sdk
        intel-vaapi-driver # For older processors. LIBVA_DRIVER_NAME=i965
        vaapiIntel
        vaapiVdpau
        libvdpau-va-gl
      ];
    };
    pulseaudio = {
      enable = true;
      support32Bit = true;
      extraConfig = "load-module module-combine-sink";
    };
    xpadneo.enable = true;
  };
permalink
report
parent
reply

Can you open animated gifs in imv? I just get a black screen, but the home page says animated gifs are supported.

permalink
report
parent
reply

Just tried GE-Proton-9-9 and the play button goes to “stop” and then right back to “play”. I tried launching from terminal using nix-shell and steam-run so I could see the error messages when it crashes. Thanks for looking at your setup to see what was going on.

permalink
report
parent
reply

I like how it supports animated webp and gif files right out of the box. Would be perfect if you could open images from the file manager and navigate, but it doesn’t look like that’s in the works.

permalink
report
parent
reply

Another okay option I just stumbled on is Viewnior. The only thing it lacks is webp file support.

permalink
report
reply

Some games don’t work, despite what ProtonDB says, such as Stardew Valley.

permalink
report
reply

It’s a 2013 macbook air, which is weird because when I had OSX installed it played Stardew fine.

permalink
report
parent
reply