Hi, I'm back. I noticed that enabling third-party cookies I can download from Google Drive! Hope it helps.
Best posts made by gidici61
-
RE: Cannot download files from Google DriveOpera for computers
-
Is there a permalink to the latest stable version?Opera for Linux
I wonder if there is a permalink to the latest stable version; it would be very useful to use it in a bash installation script.
-
RE: Cannot download files from Google DriveOpera for computers
@obelia I'm facing the same issue. Disabling pop-ups, trackers, ads don't work.
-
RE: Is there a permalink to the latest stable version?Opera for Linux
@styen said in Is there a permalink to the latest stable version?:
LATEST_VERSION=
wget -q4O - https://ftp.opera.com/pub/opera/desktop/ | grep -Po 'href="\K.*?(?=/")' | sort -V | tail -n1
It works; I would have preferred to find a direct link, however these commands are perfect. Thank you.
-
RE: Cannot download files from Google DriveOpera for computers
@obelia I forgot: I use Debian 10 with Opera 70.0.3728.178
-
RE: Is there a permalink to the latest stable version?Opera for Linux
@leocg It does work, but if I use a web browser; doesn't work if I type
wget "https://download.opera.com/download/get/?partner=www&opsys=Linux"
in a terminal. The same with "curl -L".
There is no ".deb" string inside the downloaded file. -
RE: Cannot download files from Google DriveOpera for computers
@leocg: thanks for your hint. I did the following (in my Debian 10 OS): I renamed my "$HOME/.config/opera" directory to "$HOME/.config/opera.bk" then I started Opera. A new clean "$HOME/.config/opera" directory was created and now I can download files and directories. from Google Drive. I'll check later what was wrong in my previous settings (maybe an extension?).
-
RE: Cannot download files from Google DriveOpera for computers
Sorry, just now I see that I'm posting in the wrong section: Opera for Windows and not Opera for Linux. Forgive me.
Latest posts made by gidici61
-
RE: Is there a permalink to the latest stable version?Opera for Linux
@leocg It does work, but if I use a web browser; doesn't work if I type
wget "https://download.opera.com/download/get/?partner=www&opsys=Linux"
in a terminal. The same with "curl -L".
There is no ".deb" string inside the downloaded file. -
RE: Is there a permalink to the latest stable version?Opera for Linux
@leocg Yes, I checked, but I couldn't find what I'm looking for; I'm waiting for a response from the Opera servicedesk. The best solution so far is the one suggested by styen.
-
RE: Is there a permalink to the latest stable version?Opera for Linux
@iqbal6791 Thank you, just done (https://www.opera.com/it/contact > https://opera.atlassian.net/servicedesk/customer/portal/9)
-
RE: Is there a permalink to the latest stable version?Opera for Linux
@styen said in Is there a permalink to the latest stable version?:
LATEST_VERSION=
wget -q4O - https://ftp.opera.com/pub/opera/desktop/ | grep -Po 'href="\K.*?(?=/")' | sort -V | tail -n1
It works; I would have preferred to find a direct link, however these commands are perfect. Thank you.
-
RE: Is there a permalink to the latest stable version?Opera for Linux
@styen Thanks, but what I'm looking for is a permalink to be used in a shell script like this:
wget --no-verbose https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
-
Is there a permalink to the latest stable version?Opera for Linux
I wonder if there is a permalink to the latest stable version; it would be very useful to use it in a bash installation script.
-
RE: [Compilation] Discussions on Problems Playing Videos on LinuxOpera for Linux
@leocg Thank you for your help. I got Opera working again by executing (as root) "fix-opera.sh" downloaded from https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine/blob/main/scripts/fix-opera.sh
Immediately after, I ran the installation script from "https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine/tree/main". I just had to edit the scripts to remove "sudo" (because I don't have the "sudo" command installed on my system) and the installation was successful. -
RE: [Compilation] Discussions on Problems Playing Videos on LinuxOpera for Linux
Still the old problem: Opera for Linux cannot play h264 videos. All other web browsers do this (they have the h264/x264 codec). Please don't tell me about missing rights. How many years do I have to wait?
I use Debian 11.9
I have Opera 110.0.5130.39
-
RE: Opera Linux browser - h.264 support (through x264 open source codec)Opera for Linux
Finally, this works with Opera 90.0.4480.80: https://gist.github.com/mcarletti/7989d1c04199dba60a01adf8ac54fe31
-
RE: Opera Linux browser - h.264 support (through x264 open source codec)Opera for Linux
@pinportal said in Opera Linux browser - h.264 support (through x264 open source codec):
Brave Browser
Thank you, I'll give it a try. Opera is nearly unuseful without x264 support.