Using NoiseTorch with Sway and Polkit

2023-08-04 Thread nathan via
You can add the capabilities manually if you copy the binary out of the store. sudo setcap 'CAP_SYS_RESOURCE=+ep' ./whatever/filepath Capabilities will be integrated into guix later: https://lists.gnu.org/archive/html/guix-patches/2023-02/msg00700.html But even then, the package doesn't work with

Using NoiseTorch with Sway and Polkit

2023-07-19 Thread Robby Zambito
Hi Guix, I am trying to run NoiseTorch on my desktop, which runs swaywm and pipewire. I added the following configuration to my system: (setuid-programs (append (list (setuid-program (program (file-append noisetorch "/bin/NoiseTorch" %setuid-programs)) and rebuilt my system. When