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)
dist-upgrade
be more useful since it removes obsolete packages? – Sarah Szabo Jul 07 '17 at 00:46