delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2018/05/24/17:58:29

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=3ubPsI8z5mlY1rm26lA1T51M2cgym9mXurk/1KWvwlg=;
b=k01uoOzd1lFAHVpGNL5vyxkh6Px+juoSaG6Y8bgOsVCaM23WLO8B2lAIAzssGxaV59
4UwKBpcbgoTAEOLmWF6YK7bzcLGQiNers66LwHn5I5DHuM9CRPlUJ5eKo4mUi1LB5F4+
WCpig1LOpo6n8ViI1nRB19qqIl0/4A2SUwhKnYw7T2ef7hlo2oWcZ8N/Ov9xX6Fm0zto
OyfNB8BbA0BTXPn12ygOM176anotu89cgZnfPBdXLI9s9k6JxbfITLd38doU4KDVwsbA
YdqDcd2S1fEB3q1+H5c8TCNqSPI7s8ZDyrOPFFSSYNkxerywlWDgztU05ufrn/EKJoDj
Acbw==
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=3ubPsI8z5mlY1rm26lA1T51M2cgym9mXurk/1KWvwlg=;
b=na2xDGJDLaPdEDQKA5oWXOagwmlIXAL46W1a8LRvFGiCnXLh3MlEGqMqEXT+q/e6Ic
J5d0sKAvtl6lQSgZ+Uw8AzmVMRrtjFSv9gijsR+JOIiJv+SfxdZu0vlElmeuPQm1ZeOf
KJxP/UxABXcmDl7UxhNkCdOnqKS/G2+RTjjWvlSbz0yPsWrRSR88/UmJkFkt40C3LIIn
DbRGt0m57FU1bUzsVEijoBw1FY6qvPkF+8urABkhvGcjPTDAG7/20vfCeSstwwJ606/r
aSkjqcatjYnI08gXWLVFOLo1NxDoMY/Sm6DxeWk8AHZ639NPY66hxithGOKQODy4VK31
Rsqw==
X-Gm-Message-State: ALKqPwc6cmpmoM25KVdDpNGgYkNs+zkFBze12QFYB1v0eBNFBZCK8T3E
JL7Xt/og5HUjlw48BToCMZHPdA==
X-Google-Smtp-Source: AB8JxZpiJUl4oC+zfJDBMe+BCh6eMz3JlD98fTLI6qjQsVsBbbUxk2tZx67bpuvxg59HJqKSlzWhEw==
X-Received: by 2002:a19:e1c2:: with SMTP id l63-v6mr5332582lfk.102.1527199026730;
Thu, 24 May 2018 14:57:06 -0700 (PDT)
Date: Fri, 25 May 2018 00:57:01 +0300
From: "(graahnul DOT grom AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
To: geda-user AT delorie DOT com
Subject: Re: [geda-user] Re: New config
Message-ID: <20180525005701.1dd45bed@demon>
In-Reply-To: <20180524193935.4BC7E80F49E4@turkos.aspodata.se>
References: <20180523005748 DOT 793A180F49D7 AT turkos DOT aspodata DOT se>
<20180523143620 DOT 1ad55aab AT demon>
<20180523150428 DOT 6A70C80F49D9 AT turkos DOT aspodata DOT se>
<20180523203925 DOT 072b918c AT demon>
<20180523224732 DOT 9489580F49E2 AT turkos DOT aspodata DOT se>
<20180524161257 DOT 7a97d82f AT demon>
<20180524161933 DOT 98C7C80F49E4 AT turkos DOT aspodata DOT se>
<20180524184702 DOT 75hvlkrnj2g7fvct AT localhost DOT localdomain>
<20180524193935 DOT 4BC7E80F49E4 AT turkos DOT aspodata DOT se>
X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd11.1)
MIME-Version: 1.0
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

On Thu, 24 May 2018 21:39:35 +0200 (CEST)
karl AT aspodata DOT se wrote:

> I'm fine with whatever separators you choose, but please
> interpret the arguments on the command line the same as
> thoose in the file.

Files are parsed using GKeyFile glib API, which more or
less follows "Desktop Entry Specification": list of values
must be separated by ";". But on command line you have a
choice: ";", ":" or " ".
BTW, we both didn't read thoroughly lepton-cli (gaf) man
page: there's a paragraph that describes those
separators. :-)

> I wouldn't mind give you a hand, I'll look into it.

Great!

> Btw, do lepton have its own maillist or is it ok to
> discuss it here ?

Yes, it's the right place to discuss Lepton EDA.
And there is a bug tracker:
https://github.com/lepton-eda/lepton-eda/issues

Karl, could you please checkout and try this branch:
https://github.com/graahnul-grom/lepton-eda/tree/wip_cfg_priv_split
It's a draft implementation of feature being discussed.
All dialog geometry settings should be in geda-priv.conf
file in user configuration directory and geda-user.conf
should not be touched at all.

Regards,
Dmitry.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019