$ objdump -T /usr/lib/chromium-browser/libmirclient.so.9 | grep mir_display_config_release $ objdump -T /usr/lib/x86_64-linux-gnu/libmirclient.so.9 | grep mir_display_config_release 0000000000072860 g DF .text 0000000000000012 MIR_CLIENT_0.21 mir_display_config_release
What appears to be happening is that soffice.bin is loading a stub version of libmirclient.so.9 belonging to chromium-browser. That implies that chromium-browser has reconfigured link loading and then started an external program that needs the real libmirclient.so.9. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1710789 Title: chromium does not open downloaded files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1710789/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
