From owner-freebsd-questions Tue Nov 14 23:33:51 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA29300 for questions-outgoing; Tue, 14 Nov 1995 23:33:51 -0800 Received: from flowbee.interaccess.com (jaykuri@flowbee.interaccess.com [198.80.0.32]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id XAA29280 for ; Tue, 14 Nov 1995 23:33:46 -0800 Received: (from jaykuri@localhost) by flowbee.interaccess.com (8.6.12/8.6.9) id BAA28412; Wed, 15 Nov 1995 01:23:58 -0600 Date: Wed, 15 Nov 1995 01:23:57 -0600 (CST) From: Jay Kuri To: Archie Cobbs cc: freebsd-questions@freebsd.org Subject: Re: xcdplayer In-Reply-To: <199511150526.VAA19623@bubba.tribe.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk > Aha! I installed the package under /usr/local, so XCdplayer went into > /usr/local/lib/X11/app-defaults instead. Copying it over fixed that. > I don't know if this is a "bug" ? Is there some global X11 variable > which tells where to find app-defaults? I did a little lookin, and came up with this (From the X(1) man page). If you set the environment variable XAPPLRESDIR to the name of a directory (just one) it will search that directory in addition to /usr/X11R6/lib/X11/app-defaults. IE if XAPPLRESDIR=/usr/local/lib/X11/app-defaults/ was set, it would search in that dir. (note the final / is neccessary) Ya learn something new every day.. Now I can clean out my X11R6 tree again. Until next time, Jay K.