From owner-freebsd-ports@FreeBSD.ORG Fri May 9 23:44:24 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03D9F37B404 for ; Fri, 9 May 2003 23:44:24 -0700 (PDT) Received: from ints.mail.pike.ru (ints.mail.pike.ru [195.9.45.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A83443FD7 for ; Fri, 9 May 2003 23:44:22 -0700 (PDT) (envelope-from babolo@cicuta.babolo.ru) Received: (qmail 15557 invoked from network); 10 May 2003 07:03:30 -0000 Received: from babolo.ru (HELO cicuta.babolo.ru) (194.58.226.160) by ints.mail.pike.ru with SMTP; 10 May 2003 07:03:30 -0000 Received: (nullmailer pid 13520 invoked by uid 136); Sat, 10 May 2003 06:47:42 -0000 X-ELM-OSV: (Our standard violations) hdr-charset=KOI8-R; no-hdr-encoding=1 In-Reply-To: <200305092015.07734.david@usermode.org> To: David Johnson Date: Sat, 10 May 2003 10:47:42 +0400 (MSD) From: "."@babolo.ru X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <1052549262.521354.13519.nullmailer@cicuta.babolo.ru> cc: ports@freebsd.org Subject: Re: What is the best place to install additional icon sets? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2003 06:44:24 -0000 .. > Let me repeat again, since this point is being lost somewhere in the > translation: KDE cannot use KDE iconsets if said iconsets are not > installed in the KDE hierarchy. > > In /usr/X11R6 they will be usable by GNOME but not KDE. If they are > installed in /usr/local they will be usable by KDE but not GNOME. Since > these are KDE icons and not GNOME icons, I think it makes sense to KDE > priority in the case of KDE icons. And I like to use KDE icons in my fvwm95 :-) Time to move /usr/X11R6 to /usr/local %-(( Or use symlinks $-O And invent one more path variable: ${ICONPATH} define(XBM_SEARCH_PATH,``$HOME/.desk/pic:/usr/contrib/xbm:/usr/X11R6/include/X11/bitmaps'')dnl define(XPM_SEARCH_PATH,``$HOME/.desk/pic:/usr/contrib/xpm:/usr/X11R6/icons:/usr/X11R6/lib/X11/fvwm2/pixmaps:/us r/local/lib/TkDesk/images:/usr/local/share/icons:/usr/X11R6/include/X11/pixmaps:/usr/X11R6/share/xpm3'')dnl :--)