Main
Pruning the forum database.
grep libxcb-xlib.la /usr/lib/*.la | cut -d":" -f1
OK, Problem is solved for me.Code: [Select]grep libxcb-xlib.la /usr/lib/*.la | cut -d":" -f1This command worked for almost all files. I had only one to correct manually.
# grep libxcb-xlib.la /usr/lib/*.la | cut -d":" -f1/usr/lib/libnotify.la/usr/lib/libstartup-notification-1.la
Those are simple plain text files, so you can edit them in any text editor.Just remove all occurrences of /usr/lib/libxcb-xlib.la.