Click to See Complete Forum and Search --> : Executing window managers


dvdnut
09-04-2001, 10:16 AM
i wish to create some scripts which run the window manager of choice, so one for kde, one for gnome etc

but i dont know the exec command from cli to execute kde and gnome and the others such as blackbox,wm, enlightenment etc.

can someone post here the commands so i can use them please?

thanks

phazeman
09-04-2001, 10:27 AM
what do you mean run window manager ?
do you mean from console ?
you can just set the window manager when you login with the graphical boot ....

dvdnut
09-04-2001, 10:34 AM
i know but i dont want a graphical login, as sometimes i dont want to log in graphically, i just wanna do some conf maintenance etc.

the commands i was referring to was to load X with kde as desktop

i think its something like
exec kde

or words to that effect.

PimpHolic
09-04-2001, 12:49 PM
do you mean the .xinitrc file in your home directory? if you wanted windowmaker, your .xinitrc (you may have to create your own) should read:

exec wmaker

i dont quite understand what you mean

mr_ss
09-04-2001, 12:55 PM
try
exec startkde
or
exec kde2

"Linux is an incubus so tame him requires a lot of patience"

dvdnut
09-05-2001, 04:53 AM
cool i do know the syntax for kde

exec kde and it works (if i remember, im not at the box now)
but i would like to know the ones to run ones such as

blackbox
windowmaker
gnome
afterstep

thanks