Open j0ni opened 2 years ago
This appears to be an issue of leftwm-theme failing to prompt for authentication to SSH, rather than the computer-authentication itself. sudo
is probably working because that option is not set:
https://github.com/rust-lang/git2-rs/issues/463
https://github.com/rust-lang/git2-rs/issues/329
It is an interesting idea to add an additional check for root
, however.
Can install using
sudo
but of course it installs in/root/.config
.1) How to make it work unprivileged? 2) Maybe stop it installing anything in
/root
unless you confirm explicitly that you're planning to run a desktop asroot
?