[Nix-dev] Re: [Nix-commits] SVN commit: nix - 21100 - urkud - nixos/trunk/modules/services/x11/display-managers
Yury G. Kudryashov
urkud+nix at ya.ru
Thu Apr 15 18:59:52 CEST 2010
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.
More information about the nix-dev
mailing list