Re: running a program on x logout

1997-07-29 Thread Carey Evans
robert havoc pennington <[EMAIL PROTECTED]> writes: [snip] > Hmm. The new problem, doing it this way, is that I can't run > ssh -f remotehost xbiff > in any of the fvwm2 startup files, because it tries to run before I can > type in the pass phrase for ssh-add. I was doing this in .xsession: > s

Re: running a program on x logout

1997-07-29 Thread robert havoc pennington
On Mon, 28 Jul 1997, Jens B. Jorgensen wrote: [edited] > robert havoc pennington wrote: > > I want to run a program when I log out of my X session (specifically, > > "kill $SSH_AGENT_PID") and I can't figure out how. > Then make your ~/.xsession as: > #!/bin/bash > exec /usr/bin/ssh-agent /usr/X11

Re: running a program on x logout

1997-07-28 Thread Jens B. Jorgensen
robert havoc pennington wrote: > > Hi, > I want to run a program when I log out of my X session (specifically, > "kill $SSH_AGENT_PID") and I can't figure out how. > Xreset runs as root, and this should be run by the user. > fvwm2's ExitFunction also runs when you restart, and I don't want to