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.
sudo apt-get install libgtk3-nocsd0:i386
fixed for me. – Mastaba