Comment 3 for bug 1653239

Revision history for this message
Pinky Brain (pinkysbrain) wrote :

Also broken in 1:20170314.1-0ubuntu0.16.04.1.

The old version independent way of fixing this in the 10-flash script still works by the way.

        flashversion=`strings $flashso 2> /dev/null | grep LNX | cut -d ' ' -f 2 | sed -e "s/,/./g"`
        CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=$flashso --ppapi-flash-version=$flashversion"