Is it possible to have all octopi operations started by my user to work without passwords? Putting a line into /etc/sudoers doesn't seem to have any effect.
Running pacman/octopi frontend passwordless?
This has come up before, seems /etc/sudoers.d/10-installer blocks this
I need to ask upstream why Calamares ads this file, remove it and pass-wordless should work
https://github.com/calamares/calamares/blob/master/src/modules/users/CreateUserJob.cpp#L76
Hm, I removed it and added these two lines to /etc/sudoers:
martux ALL=(ALL) NOPASSWD: /usr/bin/octopi
martux ALL=(ALL) NOPASSWD: /usr/bin/pacman
It's still not working (syncing e.g. still asks p/w), did I miss something?