Re: Here's my .xsession (was Re: User-selected window-manager in an easy way)

1999-05-12 Thread Marco d'Itri
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 (was Re: User-selected window-manager in an easy way)

1999-05-11 Thread jim
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

Re: User-selected window-manager in an easy way

1999-05-11 Thread Wichert Akkerman
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"

Re: User-selected window-manager in an easy way

1999-05-10 Thread Stig Sandbeck Mathisen
* 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

Re: User-selected window-manager in an easy way

1999-05-08 Thread Wichert Akkerman
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