Start Komodo Ubuntu 20.04 fails XPCOMGlueLoad error

Hello, After running the Komodo install.sh script, attempting to launch Komodo fails with error:
XPCOMGlueLoad error for file /home/wblake/opt/komodo/lib/mozilla/libxul.so:
libdbus-glib-1.so.2: cannot open shared object file: No such file or directory
Couldn’t load XPCOM.
Searching for this error reveals issues with starting Firefox. Do I need to find the missing library and place it in the expected path?
Thanks,
WilB

Yes, it looks like you’ll need to install that library or the package that would include it.

Got it Thanks.
. It was an issue with resolv.conf in WSL2 Ubuntu preventing DNS and ubuntu updates. After repairing the resolve.conf , Komodo for Linux launched from WSL2 Ubuntu on Windows 11.

1 Like

Thanks for reporting back! This could very likely help others in the future.

wsl.conf needs to have
network
generateResolvConf false

resolv.conf needs to have an entry
nameserver 8.8.8.8
and persistence via running
chattr -i /etc/resolv.conf

run
apt-get update
apt-get install firefox
then download and extract the komodo archive, run the install.sh, and follow the instructions for updating the path.