Vivalidi updates on PI
Posted: Sat Jul 01, 2023 3:04 pm
When Vivaldi breaks the next update....
The needed file is extracted from a functioning .snap
This file is downloaded with:
Lands in the root directory and is unpacked with:
ssh into the device and copy libffmpeg.so into /opt/vivaldi/lib
The first launch of Vivaldi is sort of grumbly, but after that it works fine. Run Timeshift to lock it in and bitch to Vivaldi about another broken update.
The needed file is extracted from a functioning .snap
This file is downloaded with:
Code: Select all
wget https://api.snapcraft.io/api/v1/snaps/download/XKEcBqPM06H1Z7zGOdG5fbICuf8NWK5R_2498.snap
Code: Select all
unsquashfs -d chr-114-arm64-ffmpeg XKEcBqPM06H1Z7zGOdG5fbICuf8NWK5R_2498.snap /usr/lib/chromium-browser/libffmpeg.so
Code: Select all
ssh usename@1paddress
cd Downloads
sudo cp libffmpeg.so /opt/vivaldi/lib