Skip to content

Start Error: Operation not permitted on Nixos #54

@voidarclabs

Description

@voidarclabs

Not sure how to get any debugging information, but running in a nix shell and in config, with or without sudo -E results in a flash of the ui rendering and then crashing with that error. After spamming a few times, the ui opens up, the keybinds work, and then it crashes again with the same error. All the keybinds seem to work as normal, before the app closes. Using kitty on hyprland, my pipewire config is this:

services.pipewire = {
  enable = true;
  alsa.enable = true;
  alsa.support32Bit = true;
  pulse.enable = true;
};
services.pulseaudio.enable = false;

I also have some other sinks set up for recording audio over mumble, I disabled those and the issue persisted. Full config at https://git.voidarc.co.uk/voidarc/nixos if you want to have a look

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions