# LD_PRELOAD required for the freshly introduced libxcb-util (bnc #742297) if [ -z "$LD_PRELOAD" ]; then export LD_PRELOAD=/usr/lib64/libxcb-util.so.0 else export LD_PRELOAD="${LD_PRELOAD} /usr/lib64/libxcb-util.so.0" fi