From owner-freebsd-questions Wed Sep 8 6:34:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ilstu.edu (mail.ilstu.edu [138.87.4.2]) by hub.freebsd.org (Postfix) with ESMTP id 8364215B8B for ; Wed, 8 Sep 1999 06:34:53 -0700 (PDT) (envelope-from fordp@guide.chi.il.us) Received: from Ford (south212028.resnet.ilstu.edu [138.87.212.28]) by mail.ilstu.edu (8.9.2/8.9.2) with SMTP id IAA05277; Wed, 8 Sep 1999 08:33:25 -0500 (CDT) Message-Id: <3.0.3.32.19990908083524.00700d00@pop.interaccess.com> X-Sender: fordp@pop.interaccess.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Wed, 08 Sep 1999 08:35:24 -0500 To: Nugzar Nebieridze From: Ford Prefect Subject: Re: Gnome and FreeBSD 3.2 Cc: freebsd-questions@freebsd.org In-Reply-To: <37D63928.41445584@caucasus.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I found this problem myself awhile ago and asked a similar question. I also inquired as to why we needed to exec an WM at all since gnome should handle it. I got several answers that didn't solve the problem, but did start me on a trail to solve it.... here's what I recall doing: there is a /usr/X11R6/share/gnome/gnome directory...the contents of /usr/X11R6/share/gnome/gnome should actually be in /usr/X11R6/share/gnome (do a strings on a few gnome commands to see....) You also need to set your gnome-wm, I forget the variable name, and this NT box won't tell me, look in /usr/X11R6/bin/gnome-wm or gnomewm or whatever its just a shell script it should give you a variable named GNOME_WINDOWMANGAGER or something similar. create your .xinitrc to look something like: GNOME_WINDOWMANAGER=enlightenment exec gnome-session actually I think gnome-wm defaults to enlightenment... which means you can just use: exec gnome-session On another note: you should only exec once in that shell script of yours, exec gnome-session & exec enlightenment shouldn't work since exec replaces the current proccess, the second proccess never gets run.. hence you never see either with that script because gnome is taking over and not running properly (see above to fix) and enlightenment never gets run. Hope this helps. -Steve At 02:23 PM 9/8/99 +0400, you wrote: >Hi All! > >I am a former Linux user, sevral days ago I installed FreeBSD 3.2. >I like this system much more than Linux, but I ran into some problems >when I decided to install Gnome 1.0. >I added all the necessary packages, in my .xinitrc I appended > >exec gnome-session & >exec enlightenment > >But when I start X server, I cannot see anything but enlightenment. None >of the Gnome icons or panels. >When I run GnomeICU, then the gnome panel appears, but as I see, >enlightenment and Gnome are completely independent from each other. When >in my .xinitrc I leave only the line with Gnome i.e. > >exec gnome-session > >then I can see neither Gnome nor enlightenment applets. > >Please, if anybody had such kind of problems answer me, or tell me where >can I find the answer for my question. > >TIA >Nugzar Nebieridze > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > *=====================================================* \ Ford Prefect Ahead of my time. \ \ fordp@guide.chi.il.us but only by a week. \ \ homepage.interaccess.com/~fordp \ \ \ \ ((In esperanto where available)) \ *=====================================================* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message