Skip to content

Update to nw@0.41.2

Hirokazu Hata requested to merge h-michael/desktop:update-nw-0.41.2 into master

Arch Linux uses fontconfig-2:2.13.91+23+g65087ac-1. This fontconfig adds new config attributes. So if we start Gitter, we get error logs like below.

Fontconfig error: '/etc/fonts/conf.d/90-synthetic.conf', line 6: invalid attribute 'version'
Fontconfig error: Cannot load config file from /etc/fonts/fonts.conf
ERROR:web_database_backend.cc(113)] Cannot initialize the web database: 2
ERROR:object_proxy.cc(617)] Failed to call method: org.freedesktop.Notifications.GetCapabilities: object_path= /org/freedesktop/Notifications: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
FATAL:platform_font_linux.cc(83)] Check failed: InitDefaultFont(). Could not find the default font
ERROR:sandbox_linux.cc(381)] InitializeSandbox() called with multiple threads in process gpu-process.
/usr/bin/gitter: line 3: 291148 Aborted                 (core dumped) LD_LIBRARY_PATH=/opt/Gitter/lib /opt/Gitter/linux64/Gitter

This error is Chromium error. So we should update NW.js for fixing this error.

https://github.com/nwjs/nw.js/blob/nw41/CHANGELOG.md#0412--09-20-2019

There is no breaking changes.

This is my first merge request, and maybe I have the necessary information. If so, please point out.


Fix https://gitlab.com/gitlab-org/gitter/desktop/issues/281

Edited by Eric Eastwood

Merge request reports