Open Cyrille37 opened 5 years ago
I might be wrong but at first sight it looks these logs are handled by mate panel, not by brisk menu itself
Yes @kyrios123 you should be right because when lauching Thunderbird I got those kind of errors :
nov. 12 19:38:51 ubuntu-N141CU org.mate.panel.applet.BriskMenuFactory[1560]: JavaScript error: chrome://ganttview/content/calendar-gantt-view.xml, line 789: TypeError: this.calView.mFlashingEvents is not iterable
But why org.mate.panel.applet.BriskMenuFactory
appear here ... a Mystery ...
Here is a relevant diagnostic from @vkareh (from mate-desktop/mate-indicator-applet)
It seems to me as though a program you're opening with Brisk (most likely Thunderbird, based on your previous bug report) is stuck being a child process of Brisk itself, and so any console messages from it ends up as messages of Brisk.
I've noticed the same. It happens with almost all applications opened with Brisk.
I checked, and all applications are opened as children of process /lib/systemd/systemd --user
. That is also the parent process of brisk-menu
.
we found the reason of those lines of log.
In fact, console log should go some where. It now remains to decide if it's the good behavior, or not ... I don't have an opinion ...
Hello,
I do not understand why so many messages in journald. And some mesages talk about javascript and json ... Perhaps I miss some configuration stuff on my Ubuntu-MATE system ?
Cheers.