1

After performing an sudo apt update && sudo apt dist-upgrade on Kubuntu 17.04, all of my browsers won't open when they are clicked. Upon further inspection in terminal, they all seem to have the same error message relating to g_log_structured Other than that, everything else seems fine. How can I fix this issue?

sarah@ConvergentRefuge:~$ firefox /usr/lib/firefox/firefox: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgtk-3.so.0: undefined symbol: g_log_structured sarah@ConvergentRefuge:~$ chromium-browser Using PPAPI flash. --ppapi-flash-path=/usr/lib/adobe-flashplugin/libpepflashplayer.so -- ppapi-flash-version= /usr/lib/chromium-browser/chromium-browser --ppapi-flash- path=/usr/lib/adobe-flashplugin/libpepflashplayer.so --ppapi-flash- version=26.0.0.131 --enable-pinch: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgtk-3.so.0: undefined symbol: g_log_structured

Edit 0: Upon further research, it appears that this may be a problem with glib Link to g_log_structured(https://developer.gnome.org/glib/stable/glib-Message-Logging.html#g-log-structured)

Sarah Szabo
  • 1,493

1 Answers1

1

Turns out the update had nothing to do with this particular issue. As pointed out in the question glib was causing the issue. I went to their Launchpad and downloaded the latest glib tar.xy for my version of Kubuntu and compiled and installed it. This solved the issue.

Sarah Szabo
  • 1,493