X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=qDJFZGKIxWhHDsgT1gluhbPr25pN0tZncJqFVpbKIQU=; b=e96ROcXP/gdbensyO4fibnUEe1pXI1fpxtBXTyIGJGoplcVvXajJ3RWzpL4iPPjMFq lTNyIyU/RngNQfBevaBIq1t/pwrXV0QPXWuyMGJwnFhLpkAPah3qI6lbh/DQlwGcRwIg 8/GD//EQE52ePXeGC4Yx5+J0i7FxBTaYRwXtvTcNm5prXRMrVMxcDOT8g+ggtvK57dmF GQWw2gg/SLN+/yATSkmN0SJYro3iLZw7qu7NYBo8oESJETP4hNJw6+cxKUMcIrEx/2qm ki+QHtBJ/BLcDnjjasqXB59tvX9DP5ISGj2l6aGTpgySH6I4yaGB6vHgkIYJvoUJbc/n zYwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=qDJFZGKIxWhHDsgT1gluhbPr25pN0tZncJqFVpbKIQU=; b=peP4/RC09453afrbglJlqb6jvftdUVzrAeC+9kP2doy2K9OxtZYijwacCWhnhO8wn5 LiLfQ1ofzAZMO5si+UXLt0FsPfw1QqLb/wuHTsYE5icikwg9gDxbaphzaEtWUIbyQZ7d RobuF9w4ZkW4gFJGE0Qmjk+amnXx98K4peNF5wnDjB6d0359CJHoEiuGAcSqWDKBE6a9 rXZ6ar+dIWd6iDDc8GY0zFinNqfbmD+bsNxxNbWW4S/1zYJkccOhE/jdlS/fN7xt/FK4 sQ540Eo+o4T8pkubc7/Ht9BdSzlLz0g/P2WKu3taUu5qTWvyeR7r+D+5938E1whYE4L9 ACZA== X-Gm-Message-State: ALQs6tA8Ps71m0zYilJpbCjlJpeF0ZlxWBsByr5KSA6sSaaPcGSdy3Om JL7bHey0PxJjtqU1eaQYTYSOYQ== X-Google-Smtp-Source: AB8JxZrGhpMIL7FVAXtR5fKzyrnZmlBmaVrBCLVZ+XjK/iooRlhE0cUIwMqeuh8MvfMiAzsixOdkHQ== X-Received: by 2002:a19:5491:: with SMTP id b17-v6mr4840044lfl.33.1524303010593; Sat, 21 Apr 2018 02:30:10 -0700 (PDT) Date: Sat, 21 Apr 2018 12:30:06 +0300 From: "(graahnul DOT grom AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] gafrc, .gEDA, /etc/gEDA - documentation? Message-ID: <20180421123006.7a73e2a2@demon> In-Reply-To: <20180421082227.GA13702@esprimo> References: <20180421082227 DOT GA13702 AT esprimo> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd11.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 21 Apr 2018 09:22:27 +0100 Chris Green wrote: > Is there no way to have a default gafrc file for a user > in the way that most Linux/Unix programs work, e.g. > having a geda directory in the config area: ~/.config/geda Per-user configuration files (gafrc, gschemrc, etc.) are loaded from ~/.gEDA/ directory. Where to place new-style configuration files (geda.conf, geda-user.conf, geda-system.conf) is described here: http://wiki.geda-project.org/geda:gaf_utility ("Configuration files" section). > Can one put customisation information in the .gEDA > directory and, if so, is this documented? Settings for gschemrc file are documented in the comments of /share/gEDA/system-gschemrc file. See also https://github.com/graahnul-grom/lepton-eda/wiki/lepton-schematic-and-system-gschemrc About new-style configuration you can read on the gaf utility wiki page (linked above) and here: https://github.com/lepton-eda/lepton-eda/wiki/Configuration-Settings Dmitry.