<kaazoo>
Hi, did anybody try https://github.com/AsahiLinux/widevine-installer yet? It doesn't seem to work on my Ubuntu 23.04 setup. The plugin gets installed system-wide, but neither Firefox nor Chromium pick it up.
<kaazoo>
Perhaps this is related to the fact that both are installed via Snap?
<tobhe[m]>
<tobhe[m]> "not so simple with the snap i..." <- ^
<kaazoo>
OK, so I checked further. Firefox 120 and 121 from snap have segfaults on startup, while 119 works. There seems to be something broken on Ubuntu Asahi with versions > 119.
<tobhe[m]>
is that with widevine?
<tobhe[m]>
i have to check my version when i'm back at my computer
<kaazoo>
With the PPA build pf firefox-trunk I can get it to load via 'MOZ_GMP_PATH=/opt/widevine/gmp-widevinecdm/system-installed firefox-trunk -MOZ_LOG="GMP:5"'
<kaazoo>
prints "D/GMP GMPServiceParent::operator(): /opt/widevine/gmp-widevinecdm/system-installed Succeeded"
<kaazoo>
I needed to copy the default prefs: "sudo cp /usr/lib64/firefox/defaults/pref/gmpwidevine.js /usr/lib/firefox-esr/defaults/pref/"
<kaazoo>
and symlink the plugin directory into my profile: "ln -s /opt/widevine/gmp-widevinecdm $HOME/.mozilla/firefox-esr/$MY_PROFILE/gmp-widevinecdm"