Posts made by styen
- Opera for Linux
-
RE: Opera does not see printers but Firefox doesOpera for Linux
sudo snap connect opera:cups-control :cups-control
-
RE: Garbled code on apt-get update(Ubuntu)Opera for Linux
@yakuzakyuu remove /etc/apt/sources.list.d/opera-stable.sources
-
RE: [Compilation] Discussions on Problems Playing Videos on LinuxOpera for Linux
@valdineidossantos said in [Compilation] Discussions on Problems Playing Videos on Linux:
When I reinstalled it, the issue was solved.
there was no need to reinstall it, running "fix-opera" command manually after few hours is enough
-
RE: [Compilation] Discussions on Problems Playing Videos on LinuxOpera for Linux
@valdineidossantos there is time lag between the publish of new opera release and corresponding ffmpeg version
-
RE: [Compilation] Discussions on Problems Playing Videos on LinuxOpera for Linux
@valdineidossantos https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine
But in future, it would be a good idea not to update to a new major version immediately after release. -
RE: Is there a permalink to the latest stable version?Opera for Linux
@gidici61 parse list to get versions list, sort by version number, get latest version and then download it
LATEST_VERSION=`wget -q4O - https://ftp.opera.com/pub/opera/desktop/ | grep -Po 'href="\K.*?(?=/")' | sort -V | tail -n1` wget "https://ftp.opera.com/pub/opera/desktop/${LATEST_VERSION}/linux/opera-stable_${LATEST_VERSION}_amd64.deb"
-
RE: Is there a permalink to the latest stable version?Opera for Linux
You can parse https://ftp.opera.com/pub/opera/desktop/ for latest version
-
RE: How to activate DRM?Opera for Linux
@spinnekop just use deb version and this fix: https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine
-
RE: How to activate DRM?Opera for Linux
@cmdrkrohw opera and opera-ffmpeg-codecs are moved to aur
https://aur.archlinux.org/packages/opera
https://aur.archlinux.org/packages/opera-ffmpeg-codecs - Opera for Linux
-
RE: This video file cannot be played. (Error Code: 102630) After a crashOpera for Linux
@ddavee78 probably
sudo snap install chromium-ffmpeg
- Opera for Linux
-
RE: Video does not playOpera for Linux
@tobiasitalo said in Video does not play:
Hello, I followed the steps in the indicated repository, but it was not able to solve my problem this time. On another occasion it worked promptly.
https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevineIt's intended to work mainly with stable release.
-
RE: Video codec not supportedOpera for Linux
@benutzerx simply use this: https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine
-
RE: Video and Opera does not seem to be going good on Linux MintOpera for Linux
@lavanyadeepak-0 Use https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine
But first reinstall operasudo apt reinstall opera-stable
- Opera for Linux
-
RE: Last Opera update crashed pages.Opera for Linux
@arieljuod only if you use old one that checks https://github.com/nwjs-ffmpeg-prebuilt/nwjs-ffmpeg-prebuilt/releases for latest ffmpeg