After switching my ssh keys to be stored in Bitwarden I came across the problem that my development applications by Jetbrains did not pick up the ssh-agen and the SSH_AUTH_SOCK environment variable. That is:
- launch from a shell would work
- launch from toolbox would not work
- launch from the .desktop file would not work
I could not find a solution and asked on their forum, how this is achieved: There I was also informed that this is a workaround and that it's a problem of the way linux handles desktops [...].