From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: [PATCH 0/4] imake, xfig, and transfig packages Date: Sun, 26 Oct 2014 22:24:26 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiVIa-0003bI-8w for guix-devel@gnu.org; Sun, 26 Oct 2014 17:24:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiVIZ-0003KJ-GS for guix-devel@gnu.org; Sun, 26 Oct 2014 17:24:28 -0400 Received: from mail-ig0-x231.google.com ([2607:f8b0:4001:c05::231]:33998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiVIZ-0003KE-Az for guix-devel@gnu.org; Sun, 26 Oct 2014 17:24:27 -0400 Received: by mail-ig0-f177.google.com with SMTP id h18so1874936igc.16 for ; Sun, 26 Oct 2014 14:24:27 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: ericbavier@gmail.com, Guix-devel Hi, I've installed xfig, my preferred drawing utility :-). Unfortunately I've found that it can't find the configuration file "Fig". Without that I get a flat look and no bindkeys. This can be fixed, e.g., by defining the following environment variable: XAPPLRESDIR=/gnu/store/ypqjij3snf40hcrdg5ffnh8vrkqmmpfk-xfig-3.2.5c/etc/X11/app-defaults /gnu/store/ypqjij3snf40hcrdg5ffnh8vrkqmmpfk-xfig-3.2.5c/bin/xfig Not sure if there is a way to fix this through the Imakefile. If not maybe we could add a wrapper? Thanks! Regards, Fede