Mail from ILUG-BOM list (Non-Digest Mode)

Sometime Today, Satya assembled some asciibets to say:

> >>~/.xinitrc is usually the place to specify the user choices.
> >You also need to look in ~/.Xclients ... mine says "exec gnome-session"
> 
> [satyap]~$ ls .Xcl*
> ls: .Xcl*: No such file or directory

No, the file does not exist by default.  You have to create it.  Just
create an executable called .Xclients with one line:
exec `which gnome-session` or whatever you want.  Mine looks like this:

exec `which gnome-session`
#exec `which AnotherLevel`
#exec `which afterstep`
#exec `which startkde`
#exec `which fvwm`
#exec `which fvwm2`

Then again, you could write a small menu app that prompts the user for
which session he wants and maybe a small description with snapshots of
each and the pros and cons and what apps you can run and ...

And if you do write this app, remember to post it on freshmeat and the
lug.

Philip

-- 
What is mind?  No matter.  What is matter?  Never mind.
                -- Thomas Hewitt Key, 1799-1875


_______________________________________________
Linuxers mailing list
[EMAIL PROTECTED]
http://ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to