Control: tags -1 + moreinfo On Fri, 24 Aug 2018 at 14:49:21 +1000, Charles Young wrote: > After the update, X applications (such as i3wm, spacefm, emacs) fail to > launch > with the following error: > ``` > symbol lookup error: /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0: undefined > symbol: fribidi_get_par_embedding_levels_ex > ```
libfribidi0 1.0.5-3 should provide that symbol. Do you have a local copy of libfribidi.so.0 somewhere else in your library source path? Please send the output of these commands: ldd /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0 ldd /usr/bin/i3 (or the same thing for any other program that is affected: the fewer dependencies, the better). smcv