Running into this issue when working with Hugo and the AWS CLI on Ubuntu 18.04.
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (failed to map segment from shared object): ignored.
This is a fresh install of Ubuntu 18.04, Hugo, and AWS CLI.
Found the answer after a bit of web searching here: https://github.com/PX4/Firmware/issues/9409
If you update your
.bashrc
with the below line it should fix the issue:In addition, you may need to install the following package:
Another user reported installing the following package fixed their issue:
Running
I found lots configuration files of the removed package gtk3-nocsd like
Just remove those old configuration with: