> Hey gang, > > The method of setting up the GARNOME environment in the recommended .xsession > file is suboptimal with very new versions of OpenSSH - significantly, those > shipped with Debian sid. > > ssh-agent kills the LD_LIBRARY_PATH variable, so things seem to break silently > (unless you're watching .xsession-errors). Here's what I'm doing now... If you set LD_RUN_PATH to whatever you would have set LD_LIBRARY_PATH to, while you compile, the location of the libs is stored in the executables, and then you don't need to set LD_LIBRARY_PATH. Add this to your gar.conf.mk: LD_RUN_PATH := $(LD_LIBRARY_PATH) export LD_RUN_PATH -- Åsmund Skjæveland (OpenPGP keyid 54B975CE)
Attachment:
pgpxXUFg9PCq8.pgp
Description: PGP signature