www.delorie.com/archives/browse.cgi | search |
Op 21-06-2022 om 19:41 schreef Roland Lutz: > 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)); Nah, gschem is not to blame here. I've used it for many, many years without messages like this popping up, and the real culprit is more or less identified and neutralized. Besides, even if the Status window does not pop up, those error messages still pile up in the log files, making it grow with several kilobytes at each and every menu event. But thanks anyway :-) Regards, Richard
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |