You are not logged in.
Pages: 1
so after i upgrade my system lightdm cannot start it keeps trying to start but it cannot and i see a messeges like kauditd_printk_skb: 1- callbacks suppressed
Offline
I can reproduce it on testing, not on stable:
/usr/bin/lightdm-gtk-greeter
/usr/bin/lightdm-gtk-greeter: symbol lookup error: /usr/lib/libpangoft2-1.0.so.0: undefined symbol: hb_font_set_synthetic_slant
Pango got published automatically, having an ABI breakage in gtk..
Ah, this post here is way out, in the meantime lightdm broke 10 times.. :-)
Offline
/usr/bin/gtk-query-immodules-3.0: symbol lookup error: /usr/lib/libpangoft2-1.0.so.0: undefined symbol: hb_font_set_synthetic_slant
This means pango has an ABI breakage with harfbuzz. Rebuilding both harfbuzz and pango..
Offline
Root cause was a pango slipping to stable without harfbuzz:
Offline
Pages: 1