Posts: 6,336
Threads: 271
Joined: Oct 2016
Reputation:
562
Operating system(s):
Gimp version: 2.10
12-29-2020, 05:51 PM
(This post was last modified: 12-29-2020, 05:55 PM by Ofnuts.)
None I know of. But then you shouldn't issue many messages, because if you haven't got the Gimp console up you would get a modal dialog instead.
Since you are on Linux, if you are using these messages to debug maybe you can use (display ...) and (newline) instead to print things on stdout. If you start Gimp from a terminal, this should show up in said terminal (at least this is how python-fu behaves). The only downside of this solution is that you have to disable it for use by Windows users, because after 4K of output the script stalls (in my Python scripts I only output things if a specific environment variable is set).
Posts: 3
Threads: 1
Joined: Dec 2020
Reputation:
0
Operating system(s):
Gimp version: 2.14
12-29-2020, 07:52 PM
(This post was last modified: 12-29-2020, 07:52 PM by Ferris.)
Maybe what's needed in my case is a "message console" rather than an "error console".