From owner-freebsd-gnome Sun Jun 16 16:36: 2 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id CF2D337B414 for ; Sun, 16 Jun 2002 16:35:56 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id M7SJ6LGH; Sun, 16 Jun 2002 17:40:34 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g5GEcFb19882; Sun, 16 Jun 2002 17:38:15 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D0CA311.61F92DE@FreeBSD.org> Date: Sun, 16 Jun 2002 17:39:13 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Martin Klaffenboeck Cc: freebsd-gnome@FreeBSD.org Subject: Re: using gnome2 and gnome1? References: <1024237262.3443.17.camel@martin.kleinerdrache.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Martin Klaffenboeck wrote: > > Hello, > > There are many programms just available with gnome(1) I've installed > gnome2 which required to deinstall gnome1. Then I tried to install > Abiword and some other programms, so that gnome1 was installed new... > Now I have lost my overview, thats why I deinstalled all the gnome > packages and just installed the gnome(1) metaport and the other > programms (evolution, abiword, gnumeric, ...) which required gnome1 > > So now I've got the question, how does this work with the FreeBSD Ports > and gnome itself. Can I use both, gnome1 and gnome2? I'd like to > create some programms using gnome (I think about gnome2 because it seems > to be the future) and I'd like to develop them with glade2 and c++. How > can I work? What will happen, if I install the glade2 port? Will there > be some gnome1 libraries be overwritten, and if will that cause errors > for my gnome1 programms? > > How can I use both gnome1 and gnome2? Is there a way to do that? > > Thank you for anwering this question. Unfortunately you can't currently use GNOME1 programs with GNOME2 desktop. :( We are well aware of the problem and planning to address it really soon. However there is one trick, which should allow you to have your favorite GNOME1 programs with GNOME2 desktop. Do as follos: 1. Deinstall both GNOME1 and GNOME2 bits and pieces. The simplest way to do it is: pkg_delete -r gtk-\*. 2. Install GNOME1 desktop by doing: cd /usr/ports/x11/gnomecore ; make install 3. Install all your favorite GNOME1 programs. 4. Tweak /usr/ports/x11/gnome2/Makefile by removing lines between pre-everything:: (inclusive) and do-install (exclusive), then install GNOME2 desktop by doing: cd /usr/ports/x11/gnome2 ; make install After that some GNOME1 files will be replaced with their GNOME2 counterparts, so that you will be unable to use GNOME1 desktop itself, but should have no problems with compiling and running GNOME1/GNOME2 programs and running GNOME2 desktop. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message