[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Enlightenment
- From: Aaron Prohaska <verdesoft verdesoft net>
- To: redhat-list redhat com
- Subject: Re: Enlightenment
- Date: Tue, 09 Mar 1999 13:07:42 -0800
OK, yours really look a lot different then mine. Here is what mine looks
like. I want to be able to start enlightenment, but I want the option of
using fvwm, and the others as well. I am certainly not a programmer and
don't know what most of the stuff here means. Though it looks like I am
going to have to learn a little about unix programming here.
# Begin File
#!/bin/sh
# $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f $userresources ]; then
xrdb -merge $userresources
fi
if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi
if [ -z "$BROWSER" ] ; then
# we need to find a browser on this system
BROWSER=`which netscape`
if [ -z "$BROWSER" ] || [ ! -e "$BROWSER" ] ; then
# not found yet
BROWSER=
fi
fi
if [ -z "$BROWSER" ] ; then
# we need to find a browser on this system
BROWSER=`which lynx`
if [ -z "$BROWSER" ] || [ ! -e "$BROWSER" ] ; then
# not found yet
BROWSER=
else
BROWSER="xterm -font 9x15 -e lynx"
fi
fi
if [ -z "$BROWSER" ] ; then
# we need to find a browser on this system
BROWSER=`which arena`
if [ -z "$BROWSER" ] || [ ! -e "$BROWSER" ] ; then
# not found yet
BROWSER=
fi
fi
export BROWSER
# start some nice programs
if [ -f $HOME/.Xclients ]; then
exec $HOME/.Xclients
elif [ -f /etc/X11/xinit/Xclients ]; then
exec /etc/X11/xinit/Xclients
else
xclock -geometry 50x50-1+1 &
xterm -geometry 80x50+494+51 &
xterm -geometry 80x20+494-0 &
if [ -f /usr/X11R6/bin/arena -a -f /usr/doc/HTML/index.html ];
then
arena /usr/doc/HTML/index.html &
fi
if [ -f /usr/X11R6/bin/fvwm ]; then
exec fvwm
else
exec twm
fi
fi
# End File
Thanks,
Aaron
hUnTeR wrote:
>
> Aaron Prohaska wrote:
> >
> > After looking through both xinitrc and Xclients I don't see any entry
> > for enlightenment anywhere. I don't know why I can't find anything, but
> > if it helps I can send the files as attachments. Or just post them
> > though they are rather long.
> >
>
> Here is my ~/.xinitrc:
> xset fp+ inet/127.0.0.1:7100
>
> nxterm -geometry 80x24+17+34 &
> xterm -geometry 102x34+2+2 +ut -T UserFriendly.Net-Main -n Main &
>
> LinPopUp -min &
>
> /usr/local/enlightenment/bin/enlightenment
> ---
> So when i type startx....it works wonderfully, starts up xset (font
> server), an nxterm, an xterm, LinPopUp, and runs under enlightenment.
>
> HTH
> --
> Michael B. Weiner
> Systems Administrator/Partner
> The UserFriendly Network (UFN)
> --
>
> / / (_)__ __ ____ __
> / /__/ / _ \/ // /\ \/ /
> /____/_/_//_/\_,_/ /_/\_\
>
> * * * CHOICE OF A GNU GENERATION * * *
>
> -----BEGIN PGP SIGNATURE-----
> Version: PGPfreeware 5.5.5 for non-commercial use
> Comment: Public key available at http://pgpkeys.mit.edu
> and http://www.userfriendly.net/pgp_key.asc
>
> iQA/AwUBNQreROCbl6l4t9akEQJRagCfTDSULZQS/Iv0dFWdFMJa2F0N4vkAoKhh
> zh5u4pHu75zfXwXK9PNU2Y5u
> =kO+N
> -----END PGP SIGNATURE-----
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> http://www.redhat.com http://archive.redhat.com
> To unsubscribe: mail redhat-list-request redhat com with
> "unsubscribe" as the Subject.
--
_________________________________________________
mailto:verdesoft verdesoft net
VerdeSoft Internet Services
http://www.verdesoft.net/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]