LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   add a new windows manager (https://www.linuxquestions.org/questions/linux-newbie-8/add-a-new-windows-manager-303377/)

scc28y 03-18-2005 09:13 PM

add a new windows manager
 
Hi, I just installed fvwm2. However, on the log-in screen in fedora core 3, it does not give me this selection. Can someone tell me how I can add the new fvwm2 to my switchdesk so I can actually use fvwm2? Thanks.

scc28y

linuxLuser 03-18-2005 11:23 PM

Once you install fvwm2 properly, you can use it. THe "hackerish" way is to just run it from a terminal (I do that anyway) instead of from a Display manager.

First, make a file in your home directory called .xinitrc.
Put the following in the file
Code:

fvwm2
Now go to a terminal (hold down CTRL-ALT and press the F-key for the appropriate number of the terminal you want).
Log in
Type
Code:

$ startx -- :1
And "BOOM", you'll be in fvwm2! And you'll still be able to run your regular window manager (if you don't understand how this all works or whatever, you'll have to ask).

Now, you probably want the option to start fvwm2 from the pretty login screen. I've never done it, but I hear that you have to edit the file /etc/X11/xdm/Xsession, adding
Code:

# fvwm2
exec -l $SHELL -c "$DBUS_LAUNCH fvwm2
;;

under the case "$1" in part in the file. I don't know this for sure, as I've never done this.

THat should give you a start. There may be much, much easier ways to do this, but I'm not currently working in FC3 so I can't play around with anything to find out.

-- the dudeman


All times are GMT -5. The time now is 10:34 PM.