You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to some of these articles, the library might be too new:
$ ldd Yay\ an\ app\ with\ a\ super\ long\ name | grep pango
libpangocairo-1.0.so.0 => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0 (0x00007f0a40a16000)
libpango-1.0.so.0 => /lib/x86_64-linux-gnu/libpango-1.0.so.0 (0x00007f0a4087c000)
libpangoft2-1.0.so.0 => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0 (0x00007f0a3f2d6000)
$ dpkg -l | grep libpango
ii libpango-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text
ii libpangocairo-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text
ii libpangoft2-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text
ii libpangomm-1.4-1v5:amd64 2.42.0-2build1 amd64 C++ Wrapper for pango (shared libraries)
ii libpangoxft-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text
Pango-ERROR **: 03:08:14.976: Harfbuzz version too old (1.2.1)
$ ./Yay\ an\ app\ with\ a\ super\ long\ name
(Yay an app with a super long name:81899): Pango-ERROR **: 03:08:14.976: Harfbuzz version too old (1.2.1)
Trace/breakpoint trap (core dumped)
This seems to be a well known problem of the electron ecosystem:
The text was updated successfully, but these errors were encountered: