GNOME Bugzilla – Bug 150777
[PATCH] Silence Dia for Windows
Last modified: 2006-05-14 10:58:13 UTC
The patch below further silences Dia for Windows as requested by many users by specifying dummy log handlers for dia, Gtk and Glib.
Created attachment 30833 [details] [review] Patch to silence Dia for Windows Hans, please review.
IMO the log handler should not simply drop all the contents it gets, but instead dump it to a dia specific log file in $(TEMP). Otherwise we would loose the ability to diagnose any of the problems so common with fonts, installation, home dirs and the like. Instead would become a program sometimes-crashing-without-any-obvious-reason, like many other windoze programs ;)
Created attachment 30867 [details] [review] Patch against app/app_procs.c to log messages to $TMP\dia_console.txt The new patch writes the messages to $TMP\dia_console.txt
*** Bug 153056 has been marked as a duplicate of this bug. ***
*** Bug 151186 has been marked as a duplicate of this bug. ***
*** Bug 156803 has been marked as a duplicate of this bug. ***
2004-11-06 Hans Breuer <hans@breuer.org> * app/app_procs.[hc] : declare, use ... app/winmain.c : ... and implement dia_redirect_console(). Even though newer Gtk version don't popup a console window anymore redirecting the error messages to a file in $TEMP appears to be much more reasonable than just ignoring it. Fixes bug #150777 based on a patch from Steffen Macke
*** Bug 157830 has been marked as a duplicate of this bug. ***
*** Bug 162537 has been marked as a duplicate of this bug. ***
*** Bug 164267 has been marked as a duplicate of this bug. ***
*** Bug 167587 has been marked as a duplicate of this bug. ***
*** Bug 167618 has been marked as a duplicate of this bug. ***
*** Bug 301049 has been marked as a duplicate of this bug. ***
*** Bug 302406 has been marked as a duplicate of this bug. ***
*** Bug 305706 has been marked as a duplicate of this bug. ***
*** Bug 310905 has been marked as a duplicate of this bug. ***
*** Bug 313105 has been marked as a duplicate of this bug. ***
*** Bug 317500 has been marked as a duplicate of this bug. ***
*** Bug 318650 has been marked as a duplicate of this bug. ***
*** Bug 321321 has been marked as a duplicate of this bug. ***
I do not have a file called app_procs.c in my Win32 installation. How would I implement the patch?
*** Bug 324548 has been marked as a duplicate of this bug. ***
*** Bug 327704 has been marked as a duplicate of this bug. ***
*** Bug 324723 has been marked as a duplicate of this bug. ***
*** Bug 341716 has been marked as a duplicate of this bug. ***