/etc/gEDA/system-gattribrc is in geda-gattrib 1:1.6.2-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ;
; Init file for gattrib
;
; ;'s are comments
; keywords are case sensitive (guile feature)
; mode strings are case sensitive
; colors are not case sensitive
;
; gattrib-version string
;
; Specifies the version of this file. This number is used to make sure
; that the rc file is compatible with the version of gschem that is
; being run. The end user should *not* change this value.
;
(gattrib-version "20110115")
; Setup data path variables.
;
; Contains all paths needed for gattrib
(define gedadata (getenv "GEDADATA"))
(define gedadatarc (getenv "GEDADATARC"))
|