Re: [Cooker] starting a WM from gdm

2000-01-24 Thread Pablo Saratxaga

Kaixo!

On Mon, Jan 24, 2000 at 02:28:58AM +0100, Chmouel Boudjnah wrote:

 man chksession :).
 
 In short you edit the file /etc/X11/window-managers, put the
 Window-Maker entry in the top of file, and run /usr/sbin/fndSession.
 
 you can do this :
 
 --@@--
 NAME=WindowMaker
 ICON=WindowMaker.xpm
 EXEC=/usr/X11R6/bin/wmaker
 DESC=Another NeXt like Window-Manager

Should the NAME and DESC entries be translated as in DrakConf ?
 
-- 
Ki ça vos våye bén,
Pablo Saratxaga

http://www.ping.be/~pin19314/   PGP Key available, key ID: 0x8F0E4975



Re: [Cooker] starting a WM from gdm

2000-01-24 Thread Chmouel Boudjnah

Pablo Saratxaga [EMAIL PROTECTED] writes:

 Should the NAME and DESC entries be translated as in DrakConf ?

no, DrakConf don't use it no tools currenlty use it. We need a nice
gui to handle easily the Window Managers switch, but time is missing
:\.

  --Chmouel



Re: [Cooker] starting a WM from gdm

2000-01-23 Thread Chmouel Boudjnah

Magnus Therning [EMAIL PROTECTED] writes:

 I like to run ssh-askpass before starting the window manager of my choice
 (WindowMaker). This I used to achieve by having a .xsession in my home
 directory. But since I installed 7.0 it seems that my .xsession is no
 longer run when loggining in from gdm (startx doesn't do it either). This
 sucks! My knowledge of gdm is quite limited so if anyone knows what it
 actually does I would love to be informed :)

man chksession :).

In short you edit the file /etc/X11/window-managers, put the
Window-Maker entry in the top of file, and run /usr/sbin/fndSession.

you can do this :

--@@--
NAME=WindowMaker
ICON=WindowMaker.xpm
EXEC=/usr/X11R6/bin/wmaker
DESC=Another NeXt like Window-Manager
SCRIPT:
[ -f $HOME/GNUstep/Defaults/WindowMaker ] || {
/usr/X11R6/bin/wmaker.inst -batch
}
eval `ssh-agent`
exec /usr/X11R6/bin/wmaker
--@@--

to have the ssh environement.

  --Chmouel