On Thu, 06 Apr 2000, Steven Ackerman wrote about, Repost: Switch to Enlightenment
and ipchains gui tool:
>
> Hey all,
>
> I still haven't received any replies to this message. Thought I would repost
> it and add a little more info.
The answer to your origanal post is in the archives, its been asked many
times before.
Just copy (as root) all relative files to your users directorys, and
change permissions accordingly.
> My window manager was enlightenment. It was the default window manager
> after choosing a workstation install with the gnome desktop with Red Hat
> 6.1. I would to change it to that as the default window manager.
> I had also picked up a Red Hat book at a bookstore and glanced through it
> w/o purchasing it. They had mentioned a gui tool to configure ipchains. Does
> anyone know the name and where to find it?
I just installed redhat-6.2 (its not running so i can say in which menu it
is) but simply clicking on the gnome menu and looking thro' its sub menu's
will show something like 'cfg filrewall', as to how it works i dont know.
For the default GUI use;
/etc/sysconfig/desktop
Have one word in it;
GNOME
Or
KDE
etc
etc.
Upon stating x with say startx, the file /etc/X11/prefdm is called,
# Run preferred X display manager
preferred=
if [ -f /etc/sysconfig/desktop ]; then
if grep -q GNOME /etc/sysconfig/desktop 2>/dev/null; then
preferred=gdm
elif grep -q KDE /etc/sysconfig/desktop 2> /dev/null; then
preferred=kdm
elif grep -q AnotherLevel /etc/sysconfig/desktop 2> /dev/null; then
preferred=xdm
fi
Note, it looks for upper case not lower case, so use upper case in
/etc/sysconfig/desktop.
> Thanks in advance.
>
> Steve
>
> Steven Ackerman wrote:
>
> > The last thing I remember doing (keyword; remember. This may not
> > actually have been the last thing I was doing) was making some changes
> > using e-conf. When I rebooted or logged back on my window manager
> > changed. I would like it to change to the same configuration that I run
> > as root.
> >
> > I tried just starting it from the command line, but it doesn't change
> > how my whole desktop and windows are. I don't like that. I would like it
> > the same way I had it which is the same configuration I get when I log
> > in as root. I would like this to be default for all users.
> >
> > I run RH 6.1 if it matters.
Yes it does matter as redhat does it differently to systems like slackware
which dont use sysvinit scripts.
> > Thanks.
> >
> > Steve
>
--
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs