From c066504a97784a7c9baa8e44acd1d915bb1a6fb7 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 26 Apr 2018 12:30:30 +0300 Subject: [PATCH] profile: disable gpg-agent starting Ubuntu (MATE) 18.04 didn't seem to appreciate it. --- rc/profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rc/profile b/rc/profile index 12a51f25..2cfc17c8 100644 --- a/rc/profile +++ b/rc/profile @@ -14,7 +14,8 @@ setxkbmap -option compose:menu -option terminate:ctrl_alt_bksp -option nbsp:none PATH=$(echo "$PATH" | awk -v RS=':' -v ORS=":" '!a[$1]++{if (NR > 1) printf ORS; printf $a[$1]}') # Start gpg-agent -eval $(gpg-agent --daemon) +# Ubuntu (MATE) 18.04 doesn't appreciate this +#eval $(gpg-agent --daemon) # Enable core files. ulimit -c unlimited