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=fastmail.com; h= reply-to:subject:to:references:from:message-id:date:mime-version :in-reply-to:content-type:content-transfer-encoding; s=fm1; bh=N STfWPEHcqmBpT4aiweJdHfEIrD4WwJkOcHQn/fjZGg=; b=Oy4b4KiuL/2MW3yyn vD5XFEdVORmgJFIIa1E0EzFHPhZY3rhr1XaePUO+UYbXFjK8mJLTyzoKazHg2Jpg E9LzsG57fTnoQLKRnC74TFBlEh9RLGc4yB22cgtote1Gsayl/+6otEsY/7g+mnvj hMp0AVBHXgL+90MA0hg6ad1TwQWJL0/LSfUgZBiwCye+wj3NU5EiPaApB301hu9r rxEcCP5n83dJohPQv/lNUn/fp/PZjHfHKyVBB9UonLr3UHLJOY952qdxK9sLxXQF Q6HNEeLFB3PcF63Y2mHne+p1wIdNrnvVvO2D3b3SxELcoD2CM/4k/rJm8zvBl7LT lTLBg== X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :reply-to:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=NSTfWPEHcqmBpT4aiweJdHfEIrD4W wJkOcHQn/fjZGg=; b=PGSajv+POfrCP5SxL1CLxib/JFlFy78NyHoqp0MmPFKCo Ab9fOv06+nkSzwwR8oBX61VyE7rN5x09ugSqq/Zji0TANYAuOdcNqUpfpje/m7Eq Uvn9B/mqjfLzcoNM6Zo2M2mPfGTaKdP/Br4Kv+F9XgzMmn0vgYxUYhpcPlBaaw6c wfe/GmQlOCKa/naaPN1QnFBrGhsHEZmsudMDoYZLIp0zMJHrpj1Pp+vCE/RyW4XL bT7a6Lr5aicSGPDz1CoPE11zvKCEELMhFbqBtPDpcGa46OAwzSqP2saiI2HsmwQj JoS9nFQ76IY43tXL4Pk+YfbqIIKI0xZOPY5pUXxyg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudekgdduieeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpehruffvfhfhkffffgggjggtgfesth ekredttdefjeenucfhrhhomhepifhirhhvihhnucfjvghrrhcuoehghhgvrhhrlhesfhgr shhtmhgrihhlrdgtohhmqeenucfkphepuddtkedrvdduhedrudelhedrvddtheenucevlh hushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehghhgvrhhrlhes fhgrshhtmhgrihhlrdgtohhm X-ME-Proxy: Subject: Re: [geda-user] gschem 1.10.0 not allowing paper size to be selected for printing To: geda-user AT delorie DOT com References: <66cf5b0e-7eb6-cac9-411d-73089d6e56a5 AT fastmail DOT com> From: "Girvin Herr (gherrl AT fastmail DOT com) [via geda-user AT delorie DOT com]" Message-ID: Date: Tue, 21 Jan 2020 15:00:24 -0800 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US 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 1/21/20 1:13 PM, Roland Lutz wrote: > On Fri, 17 Jan 2020, Girvin Herr (gherrl AT fastmail DOT com) [via > geda-user AT delorie DOT com] wrote: >> I have a printer that can print "B" size (11x17), but I cannot select >> other than "Letter" size paper in the gschem print dialog and, of >> course, it prints in tiny "A" size. The paper size option button is >> greyed out in the dialog and it looks like this parameter is used to >> scale the output. > > Fixed in git master. > > An alternative way to set the paper size is adding the following lines > to ~/.config/gEDA/geda-user.conf: > > [gschem.printing] > paper = iso_a4 > Roland, Yes! That worked. Instead of "iso_a4", I used "na_ledger_11x17in" as I did in the gaf script.  (Ledger and tabloid are synonyms for B size.) Now the print dialog shows 11x17 and "na_ledger" Paper size in the Page Setup tab in the print dialog instead of letter, and it prints fine on 11x17 paper. Still cannot change the Paper size option though. Hopefully the git master change will fix that. BTW: Is there a way to put comments in the geda-user.conf file? There are none in mine, so I have no example, like # or ;. Thanks very much. This will save a step over using my gaf script. Girvin