https://bugzilla.xfce.org/show_bug.cgi?id=16758

--- Comment #7 from Alexander Kurakin <[email protected]> ---
(In reply to Theo Linkspfeifer from comment #6)
> The problem is that SSH_AUTH_SOCK is exported/imported after the launch of 
> gvfsd.

In this scenario?

pkill -f gvfsd
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gio mount sftp://host

Why? Does gio starts gvfsd, doesn't it?

(In reply to Theo Linkspfeifer from comment #6)
> If you check the environment variables of the gvfsd process, you will see 
> that SSH_AUTH_SOCK is not set.

But yes, all of

tr '\0' '\n' < /proc/<pid>/environ | grep SSH

where <pid> is every from

pgrep -f gvfsd

output nothing. Why?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Xfce-bugs mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-bugs

Reply via email to