X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Tue, 21 Jun 2022 19:41:48 +0200 (CEST) From: Roland Lutz To: "Richard Rasker (rasker AT linetec DOT nl) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] Installing geda, pcb from scratch - last problem SOLVED In-Reply-To: Message-ID: References: <400b3366-05cb-9377-8211-0a6cf0a9753d AT linetec DOT nl> <16de0564-4ae8-3d2f-d8d3-fce9cf17e4a8 AT linetec DOT nl> <92295ad-a425-4e2f-98cd-1c7a3e7dfa39 AT grinsen-ohne-katze DOT de> <8812571a-4edd-e6ed-7607-244efe207d5d AT linetec DOT nl> <1d4b9138-f147-b299-69d5-74e3d5aadd3e AT grinsen-ohne-katze DOT de> <5eeadbd6-a72d-ecb0-5767-62657edc4a5e AT linetec DOT nl> <7e259699-61ea-8050-18d1-5109797c6cc8 AT linetec DOT nl> <20220621160643 DOT 49d35762 AT jrenewsid DOT jretrading DOT com> <152271d6-1656-1988-e6ca-85ec62fe78b1 AT grinsen-ohne-katze DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed 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 Tue, 21 Jun 2022, Richard Rasker (rasker AT linetec DOT nl) [via geda-user AT delorie DOT com] wrote: > The only difference is that lepton-schematic keeps silent while this > happens instead of popping up error messages all the time like gschem > does. gschem raises the status window whenever a message with "warning" priority or higher is printed so the warning isn't lost in case the status window isn't currently visible. Since GTK warnings are redirected to the log window, this applies to them, as well. If this behavior annoys you, you can either dock the status window to the bottom of the window (via View > Bottom Dock > Status) or comment out the following code in gschem/src/gschem_log_dockable.c: > if ((strcmp (tag_name, "critical") == 0 || > strcmp (tag_name, "warning") == 0)) > gschem_dockable_present (GSCHEM_DOCKABLE (dockable)); Roland