Comment 11 for bug 1718885

Revision history for this message
Olivier Tilloy (osomon) wrote : Re: chromium doesn't start in guest session (xubuntu 16.04)

Chromium 60 was built with is_component_build=true. Chromium 61 is built with is_component_build=false, and in that configuration the rpath does not contain the directory where shared libs (such as libffmpeg.so) are built. There's a good explanation of why there: https://cs.chromium.org/chromium/src/build/config/gcc/BUILD.gn?l=48.