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
2 matches
Mail list logo