X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help 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=B1iO0IzKiqpjKrBRBRgC3prcFMpA3e2N7oe1nOw2z+U=; b=f6lqYeYU0Syc7pcwPpWOSUPWDc9xwvh0FQWrGpvL7KjDQPu6M1NOBZe5KAi7eJgMK5 qDugSoCFvC0czPcSDsvOPHJEgWD7bKJX5OlNiHD3BmM3rxf0MT4Ty5nDsckRhEDbu/1V 1NSDqwpnQPnA+qVjswH7X0Htv0va7y/xgw3UspS9Kr87NkAokt1M4FySnKeKKNTnaIbI K7Ceg/IsV9Uu4qEXtgmLc9AgFQ1sXH+wCnjTzame2bMQtenamB9djC147K8ZOW45GTNo bMXQWtrWELbbAZs9Er7nvJsaUsbcgN52kieMKhjUvcQP7vWijhFeEPymmjrDg9RGgVek kSRA== 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=B1iO0IzKiqpjKrBRBRgC3prcFMpA3e2N7oe1nOw2z+U=; b=TUMywrmsumoXauOWZAZb59SR2Ikd1MY/iVsgaHt/BNztZXMjecY3PjhW8O5ssZPmbp OPj20aQUekAi2h7shAY7laHrzgCW/BneRNhwkr2ikK0PxjijO3h9+N8J19uocQgc9av+ hl2lJLOUYU3KBfnI3n9aQl9cDN/Ebj/xv6soBECTkr08mrnXQJObXt3tdRZ63QDvPh3M 8KA2CGq0tKAFiQxWc6wiUOd5bC0chzL+q8/cMYvD1pB3VQ0WnkUc0ON5vr1XZ40c+iko 833OeI8Sk+mFFhWxcgHNadgoMhueIVneAqOAuZmIbQGbFD1JE2wHGY2iSzDKmy0pMIDF T5qQ== X-Gm-Message-State: APjAAAUwHi0/iN5YKT1xU2XzHTrU+tnULotzgh95IyL3UikXd9XZVoVj CRQATMkBN3eQPpJ4bzJZKLZWpaBy X-Google-Smtp-Source: APXvYqz3OtbzS1+aMG8daJ6z8gEmjC9x8P14TZpwDp1QNvZNVWZT/2vwxgPLJWUPSWbnxKder1rgGA== X-Received: by 2002:ac2:42d6:: with SMTP id n22mr28137537lfl.57.1555259299811; Sun, 14 Apr 2019 09:28:19 -0700 (PDT) Date: Sun, 14 Apr 2019 19:28:15 +0300 From: "(graahnul DOT grom AT gmail DOT com) [via geda-help AT delorie DOT com]" To: geda-help AT delorie DOT com Subject: Re: [geda-help] Question Re: lepton-schematic and pcb necessary configure and other files Message-ID: <20190414192815.3d959315@demon> In-Reply-To: References: X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; amd64-portbld-freebsd11.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 14 Apr 2019 15:45:52 +0000 "Graham S (graham DOT seale AT gmail DOT com) [via geda-help AT delorie DOT com]" wrote: > Hi gEDA folk > This is about which files are recommended to exist, or > perhaps essential, and a GTK message. > I am just starting out trying my new compiled > lepton-schematic. I also now have the most recent > compiled pcb. I put the executable in /graham/bin I'd better add lepton and pcb bin/ folders to the $PATH environment variable. > *Status* (lepton-schematic) > ------------------------------------------------------------------------- > Lepton EDA/lepton-schematic version 1.9.7.20181211 git: > 381c17b Loaded RC file > [/home/graham/lepton/share/lepton-eda/system-gafrc] > Failed to load config from > "/etc/xdg/xdg-mate/lepton-eda/geda-system.conf": Error > opening > file /etc/xdg/xdg-mate/lepton-eda/geda-system.conf: No > such file or directory Failed to load config from > "/home/graham/.gEDA/geda-user.conf": Error opening > file /home/graham/.gEDA/geda-user.conf: No such file or > directory Failed to load config from > "/home/graham/geda.conf": Error opening > file /home/graham/geda.conf: No such file or directory > Loaded RC file > [/home/graham/lepton/share/lepton-eda/system-gschemrc] Messages about missing configuration files can safely be ignored, but you can also create them (just empty files): $ touch /etc/xdg/xdg-mate/lepton-eda/geda-system.conf $ touch /home/graham/.gEDA/geda-user.conf geda.conf is a configuration file for current directory. Regards, Dmitry.