Eelco Dolstra wrote:

> Hi,
> 
> Yury G Kudryashov wrote:
> 
>> Log:
>> Start ssh-agent or gpg-agent even if called by kdm
> ...
>> -      # Handle being called by kdm.
>> -      if test "''${1:0:1}" = /; then eval exec "$1"; fi
>> -
> ...
>> +      # Handle being called by kdm.
>> +      if test "''${1:0:1}" = /; then eval exec "$1"; fi
>> +
> 
> Are you sure that this is correct / needed?  I use kdm and ssh-agent
> starts fine.
I use kdm and gpg-agent didn't start. Probably, you have ssh-agent somewhere 
in your autostart programs independently from Nix.

_______________________________________________
nix-dev mailing list
nix-dev@cs.uu.nl
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to