X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on ham01.websitewelcome.com X-Spam-Flag2999: NO X-Spam-Level2999: X-Spam-Status2999: "No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gibibit.com; h=Received:Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-BWhitelist:X-Source:X-Source-Args:X-Source-Dir:X-Source-Sender:X-Source-Auth:X-Email-Count:X-Source-Cap; b=FDY+pswJhCIAeD7gSjzcYtjA9FpLzIJxZ2UFhbZjZ6ZPmq7Bq9cDDYniKm1tsd76xHFwG/Kzk1i0AiGdYrIpwwnF3iyYHuaqM6FmQVVwWwE6SYTsRmump+7DZCf66kMR; Date: Fri, 3 Feb 2012 14:19:18 -0800 From: Colin D Bennett To: geda-user AT delorie DOT com Cc: dj AT delorie DOT com Subject: Re: [geda-user] pcb rat line thickness setting? Message-ID: <20120203141918.1190c710@svelte> In-Reply-To: <201202021805.q12I5Wbd004995@envy.delorie.com> References: <20120201173334 DOT 1ee6e47d AT svelte> <201202020201 DOT q1221rsw004062 AT envy DOT delorie DOT com> <20120201230802 DOT 26c7818c AT svelte> <201202020741 DOT q127f89A018058 AT envy DOT delorie DOT com> <20120202051046 DOT 260f6c0d AT svelte> <201202021805 DOT q12I5Wbd004995 AT envy DOT delorie DOT com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.6; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: c-67-185-118-84.hsd1.wa.comcast.net (svelte) [67.185.118.84]:58884 X-Source-Auth: colin AT gibibit DOT com X-Email-Count: 2 X-Source-Cap: c2t5bGVuO3NreWxlbjtnYXRvcjI5Ny5ob3N0Z2F0b3IuY29t 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 Thu, 2 Feb 2012 13:05:32 -0500 DJ Delorie wrote: > > > Perhaps we should make mention in the manual of > > (1) the available options in $HOME/.pcb/preferences, and > > That's GTK only. PCB in general loads $HOME/.pcb/settings > but gtk also loads (and saves) preferences. I think I found a bug. If I add the following line to the end of my $HOME/.pcb/preferences file and run pcb, rat lines are drawn with the correct, 2 pixel thickness: rat-thickness = 2 However, if I exit and restart pcb, the rat lines are drawn thick again. Also, the line has vanished from my preferences file. Next I tried adding it to $HOME/.pcb/settings instead of preferences. This time the setting works and is preserved. Cool. > > (2) how ~/.Xdefaults can be used to provide default pcb > > settings as if a command line option had been given. > > That's lesstif only. Ah, OK. Regards, Colin