gcarq / inox-patchset

Inox patchset tries to provide a minimal Chromium based browser with focus on privacy by disabling data transmission to Google.
BSD 2-Clause "Simplified" License
364 stars 25 forks source link

Widevine not working #33

Closed timmykill closed 8 years ago

timmykill commented 8 years ago

Is there a way to compile chromium-widevine(aur) and make it work on inox?

Eloston commented 8 years ago

Did you already install libwidevinecdm.so and libwidevinecdmadapter.so?

gcarq commented 8 years ago

You can symlink libwidevinecdm.so from /usr/lib/chromium to /usr/lib/inox if you have chromium-widevine installed, or modify chromium-widevine PKGBUILD to install it for you in /usr/lib/inox

timmykill commented 8 years ago

Thank you both, now it's working