On May 11, [EMAIL PROTECTED] wrote:
># launch the session-controlling process. If it dies, so does the session.
>
>#exec logout-button
>exec gnome-session
This is bad. Please try something like:
fxt() { xterm -fg red & exec sleep 999d; }
gnome-session || fxt
--
ciao,
Marco
Here's my .xsession... it assumes the window manager is not the session
controller, and something else is (but that can be changed pretty easily)
---
file: .xsession
---
#!/bin/bash
#
# logout button .xsession allowing fav window mgr by Jim Lynch
#
# This .xsession prepares for gnome by having
Previously Stig Sandbeck Mathisen wrote:
> ssh-add is already started from /etc/X11/Xsession, if you have ssh
> installed. Other than that, you're right, of course.
Actually ssh-agent is started.
> I was thinking of some simple, global solution, available from the menu. I
> suspect that "simple"
* Wichert Akkerman (Sat, May 08, 1999 at 10:17:26PM +0200)
> Previously Stig Sandbeck Mathisen wrote:
> > The first part was easy (if I got it right, that is), that's just a small
> > patch to /etc/X11/Xsession.
>
> Isn't is easier have some small script check the list of available
> window manage
Previously Stig Sandbeck Mathisen wrote:
> The first part was easy (if I got it right, that is), that's just a small
> patch to /etc/X11/Xsession.
Isn't is easier have some small script check the list of available
window managers and offer to create/update the users .xsession? This
sounds much mor
5 matches
Mail list logo