[opensuse-gnome] firefox errors leak to syslog
Once again application errors get logged to syslog, at least "journalctl -f" shows them. It starts like this (Firefox in this case): Sep 21 17:28:53 probook.fritz.box gnome-session[1532]: WARNING: content window passed to PrivateBrowsingUtils.isWindowPrivate. Use isContentWindowPrivate instead (but only for frame scripts). How can I turn that off? Olaf -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-gnome+owner@opensuse.org
On Mon, Sep 21, Olaf Hering wrote:
Once again application errors get logged to syslog, at least "journalctl -f" shows them. It starts like this (Firefox in this case):
Sep 21 17:28:53 probook.fritz.box gnome-session[1532]: WARNING: content window passed to PrivateBrowsingUtils.isWindowPrivate. Use isContentWindowPrivate instead (but only for frame scripts).
How can I turn that off?
This is appearently caused by the fact that firefox gets started by a .desktop file which calls a wrapper in "~/Desktop" (pitfall: Its actually called "~/Schreibtisch" because Linux got translation approach wrong!). I remember that a few months ago 'whatever.desktop' was logged instead of 'gnome-session'. Does anyone happen to know what is required in a .desktop file to avoid the usage of 'gnome-session' in favour of the real .deskop filename? For the information leak I will just redirect output to /dev/null, but that does not fix the overall info leak. Olaf -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-gnome+owner@opensuse.org
participants (1)
-
Olaf Hering