We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0560d70 commit f2c00d7Copy full SHA for f2c00d7
ssh/setup_agent.sh
@@ -15,6 +15,7 @@ echo "Configuring SSH agent."
15
16
# Wait for kwallet
17
if command -v kwallet-query &> /dev/null; then
18
+ # If you get exit code 4 here, create a folder named "Passwords" manually in KDE Wallet.
19
kwallet-query -l kdewallet > /dev/null
20
fi
21
0 commit comments