Hi,
How can I put an additional window manager in the login screen? I've installed fluxbox and I'd like to be able to log in with it.
Thanks much in advance.
Kind regards, Nancy
Nancy Rudins nrudins@ncsa.uiuc.edu http://www.ncsa.uiuc.edu/~nrudins/
Take a sad song and make it better. (lennon/mccartney)
Nancy Rudins wrote:
Hi,
How can I put an additional window manager in the login screen? I've installed fluxbox and I'd like to be able to log in with it.
Here, gdm is used as graphical login (see code in /etc/X11/prefdm). the WM WindowMaker has an entry for it:
% cat /etc/X11/gdm/Sessions/Window\ Maker #!/bin/sh exec /etc/X11/xdm/Xsession wmaker
And then appears in the Session list of gdm. You probably have to restart gdm ti achieve the same effect (Ctl-Alt-BackpSpace) from the login screen.
Pierre
Thanks!
On Thu, 3 May 2007, Pierre Bourgin wrote:
Nancy Rudins wrote:
Hi,
How can I put an additional window manager in the login screen? I've installed fluxbox and I'd like to be able to log in with it.
Here, gdm is used as graphical login (see code in /etc/X11/prefdm). the WM WindowMaker has an entry for it:
% cat /etc/X11/gdm/Sessions/Window\ Maker #!/bin/sh exec /etc/X11/xdm/Xsession wmaker
And then appears in the Session list of gdm. You probably have to restart gdm ti achieve the same effect (Ctl-Alt-BackpSpace) from the login screen.
Pierre
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Nancy Rudins nrudins@ncsa.uiuc.edu http://www.ncsa.uiuc.edu/~nrudins/
Take a sad song and make it better. (lennon/mccartney)