You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[joni@tynan leftwm-theme]$ target/release/leftwm-theme install "Orange Forest"
Looking for theme ...
Orange Forest could not be installed because "authentication required but no callback set"
Theme not installed
Can install using sudo but of course it installs in /root/.config.
How to make it work unprivileged?
Maybe stop it installing anything in /root unless you confirm explicitly that you're planning to run a desktop as root?
The text was updated successfully, but these errors were encountered:
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: rust-lang/git2-rs#463 rust-lang/git2-rs#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
./root
unless you confirm explicitly that you're planning to run a desktop asroot
?The text was updated successfully, but these errors were encountered: