LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Vivaldi seems to have finally won me over (https://www.linuxquestions.org/questions/slackware-14/vivaldi-seems-to-have-finally-won-me-over-4175643177/)

truepatriot76 05-06-2020 05:46 PM

I have been using it for several years in Slackware (14.2 & x64-current) as my preferred browser. Not a single hick-up, full-featured and fast (by my seat-of-the-pants meter).

gus3 05-06-2020 07:52 PM

Seamonkey crashes with a simple "Segmentation fault". It's the same page (username for Yahoo mail), same event (press Enter to continue to password page), and same message. That tells me it isn't bad RAM (I'm using ASLR*) or wonky power.

Firefox can't even display the Yahoo mail username page; the tab just crashes, along with that stderr report about "Channel error: cannot send/recv". Oh, and I've already applied the "fix" for that, setting Browser.tabs.remote.autostart and Browser.tabs.remote.autostart.2 to False in about:config. No love there.

I should point out that Opera's "crash" was an image indicating the page load/display had failed, not that the program itself crashed. The proxy was set properly, but again, no love.

*) I know ASLR has to do with the program-visible addresses, not hardware addresses. A different kernel (generic/huge) alters the memory pressure, and the hardware page allocation. Yes, I've pounded on this issue for a few days.

bassmadrigal 05-06-2020 11:08 PM

This sounds like a software issue if it happens on multiple browsers. My first thought would be openssl or mozilla-nss. Are you running 14.2 or -current?

mats_b_tegner 05-07-2020 07:19 AM

Third minor update for Vivaldi Desktop (1874.38)
https://vivaldi.com/sv/blog/news/min...i-desktop-3-0/
https://downloads.vivaldi.com/snapsh...all-vivaldi.sh
Quote:

The following improvements were made since the second minor update to the 3.0 stable release:
[Address bar] Shows inaccurate URL after redirect (VB-66004)
[Chromium] Upgraded to 81.0.4044.142
[Crash] When adding a bookmark to the start page (VB-64470)
[Crash][Sync] When using User Profiles (VB-66524)
[Developer Tools] Docked tools unresponsive to cursor interactions on breakpoint hit (VB-54268)
[macOS] Menu bar commands do not work when a restored browser window is foremost (VB-66862)
Install stable build with
Code:

./install-vivaldi -f

gus3 05-07-2020 05:38 PM

I'm running -current (on all machines!), fully updated to two days ago.

hitest 05-07-2020 07:55 PM

Quote:

Originally Posted by gus3 (Post 6120541)
I'm running -current (on all machines!), fully updated to two days ago.

I am as well. Using Vivaldi from SBo. No stability issues here.

Gerard Lally 05-08-2020 02:42 AM

Quote:

Originally Posted by gus3 (Post 6119953)
Not "first rate" for me.

Seamonkey is my main browser, because Firefox suddenly became very crash-able for most of my news site bookmarks. Seamonkey was at least good enough for my Yahoo email. With the last update, Seamonkey is equally crash-able with my Yahoo email.

So I tried Konqueror, Dillo (from SBo), and now Vivaldi. All of them have become really unstable.

Next up, Opera. It couldn't even display its own Welcome page. Instant crash.

WTH?

I've had successive releases of Vivaldi lock up on me at random for a very long time now. Fully patched 14.2. I get fewer lockups when I disable GPU hardware acceleration in the browser, but the problem remains. I keep meaning to replace my AMD card with an Nvidia card running the proprietary driver.

Not sure if the other browsers you are using have hardware acceleration; I think Firefox does?

(uMatrix is the only extension I use.)

mats_b_tegner 06-10-2020 01:00 PM

Vivaldi 3.1 (1929.29)
https://vivaldi.com/sv/blog/vivaldi-...gurable-menus/

mats_b_tegner 06-12-2020 10:01 AM

Minor update for Vivaldi Desktop 3.1 (1929.34):
https://vivaldi.com/sv/blog/news/min...p-browser-3-1/
Quote:

The following improvements were made since the initial 3.1 stable release:
[Themes] Dropdown content invisible in dark themes (VB-68461)
[Translations] Several languages updated
I would also suggest updating the chromium-codecs-ffmpeg-extra in the SlackBuild to version 83.0.4103.61 to better match the Chromium version in Vivaldi 3.1.

ruario 06-16-2020 03:38 AM

Quote:

Originally Posted by mats_b_tegner (Post 6133515)
Minor update for Vivaldi Desktop 3.1 (1929.34):
I would also suggest updating the chromium-codecs-ffmpeg-extra in the SlackBuild to version 83.0.4103.61 to better match the Chromium version in Vivaldi 3.1.

That is not going to work because Ubuntu have not published chromium-codecs-ffmpeg-extra 83.0.4103.61 for Xenial (16.04LTS), only Bionic (18.04LTS). This matters because the Bionic package requires Glibc 2.27 and Slackware 14.2 only has 2.23, so the contained lib is not usable for stable Slackware.

mats_b_tegner 06-16-2020 10:43 AM

Quote:

Originally Posted by ruario (Post 6134863)
That is not going to work because Ubuntu has not published chromium-codecs-ffmpeg-extra 83.0.4103.61 for Xenial (16.04LTS), only Bionic (18.04LTS). This matters because the Bionic package requires Glibc 2.27 and Slackware 14.2 only has 2.23, so the contained lib is not usable for stable Slackware.

Ahh, sorry. I'm running -current so I didn't take Glibc into account.

ruario 06-16-2020 01:25 PM

FWIW, Ubuntu provide an alternative source for suitable (chromium patched) libffmpeg binaries in the form of a .snap package. This is actually what the snap version of Ubuntu's own Chromium (and the Opera snap), uses to play proprietary media. I have been keeping an eye on this package because I could (and have done in local tests) fetch this and extract out a suitable lib. While the .snap container is actually an XZ compressed squashfs image, I have realised I can even get the file I want without having to go through a mount process via a bit of hackery. So far though, I have not needed to because they are still updating the chromium-codecs-ffmpeg-extra deb package for Xenial. In addition, it is worth noting that they have not felt the need to update this package since the 3rd of October 2019. Thus the most recent lib (it contains several) in that .snap is built from Chromium 77.0.3865.90 source and yet it is usable with their stable Chromium 83 snap (and their 84 test version). I have not checked but this is likely due to little (or perhaps no?) changes to that specific area of the Chromium code base. Anyway, if Ubuntu considers this good enough for their up to date Chromium, then I guess we should not worry too much that we are using a lib from 81 in 83.

mats_b_tegner 06-19-2020 12:27 PM

Our friend Ruarí Ødegaard just announced the second minor update to Vivaldi Desktop 3.1 (1929.40):
https://vivaldi.com/sv/blog/news/min...i-desktop-3-1/
Quote:

The following improvements were made since the first 3.1 minor update:
[Chromium] Upgraded to 83.0.4103.109
[Fullscreen] Close Window hotkey from fullscreen video causes Window to be in ”Restored” state (VB-68087)
[Media][macOS Catalina] Instagram, IMDB, Twitch, … videos fail to play (VB-58686)
[Tabs] Page tiling breaks after closing any popout window (VB-68553)

mats_b_tegner 06-24-2020 03:48 PM

Third minor update for Vivaldi Desktop Browser 3.1 (1929.45):
https://vivaldi.com/sv/blog/news/min...p-browser-3-1/
Quote:

The following improvements were made since the second 3.1 minor update:
[Chromium] Upgraded to 83.0.4103.119
[Crash] beforeunload handler added after page load causes a crash when a page is closed (VB-68683)
[Crash] On startup for some users with slow or underpowered machines (VB-68842)
[Razer][Themes] Broken caching causes an excessive amount of Razer API calls (VB-68732)

ruario 06-25-2020 03:11 AM

Sadly I cannot put in on SBo, right now. Yesterday when I tried to upload it my previous submission for the last minor update had just moved to the ready queue. At that point you can neither upload a new one, nor remove the previous to replace it. I'll try not to forget to keep trying to update it. In the mean time, if you use SBo, just tweak the version number yourselves.

bassmadrigal 06-25-2020 10:30 AM

Quote:

Originally Posted by ruario (Post 6137774)
Sadly I cannot put in on SBo, right now. Yesterday when I tried to upload it my previous submission for the last minor update had just moved to the ready queue. At that point you can neither upload a new one, nor remove the previous to replace it. I'll try not to forget to keep trying to update it. In the mean time, if you use SBo, just tweak the version number yourselves.

You can ask the SBo admins to remove it from the ready queue or submit a PR through GitHub and have that overwrite the previous one.

Skaendo 06-28-2020 02:46 PM

1 Attachment(s)
I just noticed this today, but why is Vivaldi leaving all these hidden directories in my /tmp?

bassmadrigal 06-28-2020 03:25 PM

This is likely related to the Chromium backend. Google Chrome leaves similar directories in my /tmp/ as well.

Code:

jbhansen@craven-moorhead:~/.config$ find /tmp/ -name .com* -maxdepth 1
/tmp/.com.google.Chrome.A35XzI
/tmp/.com.google.Chrome.U0hc9e
/tmp/.com.google.Chrome.Q7og5t
/tmp/.com.google.Chrome.iLUNp3
/tmp/.com.google.Chrome.9SsGfv
/tmp/.com.google.Chrome.vb1L87
/tmp/.com.google.Chrome.nM9KpR
/tmp/.com.google.Chrome.H9DY0r
/tmp/.com.google.Chrome.pKnZow
/tmp/.com.google.Chrome.NTw3mS
/tmp/.com.google.Chrome.wIVGm6
/tmp/.com.google.Chrome.MvqgOv
/tmp/.com.google.Chrome.eO1arl
/tmp/.com.google.Chrome.YWsvs3
/tmp/.com.google.Chrome.QczX9Z
/tmp/.com.google.Chrome.0ouj3J
/tmp/.com.google.Chrome.LnWKmS
/tmp/.com.google.Chrome.CieGPO
/tmp/.com.google.Chrome.Aug1qt
/tmp/.com.google.Chrome.viXRZj
/tmp/.com.google.Chrome.rrvUs0
/tmp/.com.google.Chrome.3lzF78
/tmp/.com.google.Chrome.cTftFR
/tmp/.com.google.Chrome.Prkiik
/tmp/.com.google.Chrome.3aXosi
/tmp/.com.google.Chrome.lzP77f
/tmp/.com.google.Chrome.Lib0ld
/tmp/.com.google.Chrome.f7y7gd
/tmp/.com.google.Chrome.rHG2bA
/tmp/.com.google.Chrome.CIyDRY
/tmp/.com.google.Chrome.KlSQyX
/tmp/.com.google.Chrome.ZFdWBi
/tmp/.com.google.Chrome.w90d0k
/tmp/.com.google.Chrome.Etsrwu
/tmp/.com.google.Chrome.1LdLFo
/tmp/.com.google.Chrome.pU6vVj
/tmp/.com.google.Chrome.MESkgj
/tmp/.com.google.Chrome.mGSn3T
/tmp/.com.google.Chrome.zGKQwR
/tmp/.com.google.Chrome.7BZR5M
/tmp/.com.google.Chrome.xL2D3i
/tmp/.com.google.Chrome.nrWYtl
/tmp/.com.google.Chrome.7W1GwT
/tmp/.com.google.Chrome.brg6OP
/tmp/.com.google.Chrome.5aWm27
/tmp/.com.google.Chrome.kPTKDD
/tmp/.com.google.Chrome.vfMKdv
/tmp/.com.google.Chrome.MxoVIl
/tmp/.com.google.Chrome.PgI6NJ
/tmp/.com.google.Chrome.ELKXJF
/tmp/.com.google.Chrome.UNH9Gf
/tmp/.com.google.Chrome.TwlFG5
/tmp/.com.google.Chrome.RDfGeU
/tmp/.com.google.Chrome.jg9qPj
/tmp/.com.google.Chrome.AZ4bzQ
/tmp/.com.google.Chrome.vFJrc5
/tmp/.com.google.Chrome.JgHxZ2
/tmp/.com.google.Chrome.1ekXxR
/tmp/.com.google.Chrome.N8dLK5


Skaendo 07-14-2020 03:30 PM

1 Attachment(s)
I keep losing the little controls next to 'forum tools' and 'Search this forum' here on LQ and keep getting directed to "https://www.linuxquestions.org/questions/slackware-14/?nojs=1#goto_forumtools".

This does not happen right away, but once it does not even a reinstall of Vivaldi can fix it. This time I have been running fine for ~6 months and all of a sudden out of the blue it happens. I am on 14.2 running the Cinnamon DE. I don't know if this happens with other DEs since I don't have them installed.

I have jdk-8u251 and mozjs-24 installed and wonder if Vivaldi is getting confused with one of them.

I cannot even use any of the formatting tools while creating/editing posts.

YesItsMe 07-15-2020 03:21 AM

Vivaldi has recently introduced a new user interface for saving passwords (wasting quite some space on my screen) and the latest "stable" version crashes reproducably when trying to install certain add-ons from the Chrome Web Store. Hmm. I shall report that.

dracolich 07-15-2020 08:07 AM

Quote:

Originally Posted by Skaendo (Post 6145447)
I keep losing the little controls next to 'forum tools' and 'Search this forum' here on LQ and keep getting directed to "https://www.linuxquestions.org/questions/slackware-14/?nojs=1#goto_forumtools".

This does not happen right away, but once it does not even a reinstall of Vivaldi can fix it. This time I have been running fine for ~6 months and all of a sudden out of the blue it happens. I am on 14.2 running the Cinnamon DE. I don't know if this happens with other DEs since I don't have them installed.

I have jdk-8u251 and mozjs-24 installed and wonder if Vivaldi is getting confused with one of them.

I cannot even use any of the formatting tools while creating/editing posts.

That's odd. It does not happen for me. If it helps I am on 14.2 with the Fluxbox WM and a custom 5.4 kernel. For Java I have jre1.8.0_25 downloaded from Oracle; I'm unfamiliar with mozjs. My Vivaldi is 3.1.1929.45, 64-bit RPM downloaded from vivaldi's website, and I simply extract the vivaldi directory to /opt. I start mine with --disk-cache-dir=/dev/null to avoid storing disk cache. The only extension I have added is FeedBro.

Regnad Kcin 07-26-2020 10:07 AM

I never thought I would try Vivaldi again, but Firefox has ticked me off again with their nonsense campaign against racism in Facebook. I don't think the cats at Firefox are fighting racism but rather they are fighting freedom of speech. Anyway, none of this is my battle nor concern so I want to give them a wide berth. So, adios, muchachos,"surgite postquam sederitis, qui manducatis panem doloris "and hello, Vivaldi (cum dederit dilectis suis somnum)
How about a little bit of Wm. M. Wainwright : https://www.youtube.com/watch?v=BLX471Yiqxc

translation of the vivaldi classic: [nisi Dominus - unless the Lord]
ps127
canticum graduum Salomonis
nisi Dominus aedificaverit domum in vanum laboraverunt qui aedificant eam nisi Dominus custodierit civitatem frustra vigilavit qui custodit vanum est vobis ante lucem surgere, surgite postquam sederitis qui manducatis panem doloris, cum dederit dilectis suis somnum ecce hereditas Domini filii mercis fructus ventris sicut sagittae in manu potentis ita filii excussorum beatus vir qui implebit desiderium suum ex ipsis non confundentur cum loquentur inimicis suis in porta
A Song of degrees for Solomon.
Except the LORD build the house, they labour in vain that build it: except the LORD keep the city, the watchman waketh but in vain. It is vain for you to rise up early, to sit up late, to eat the bread of sorrows: for so he giveth his beloved sleep. Lo, children are an heritage of the LORD: and the fruit of the womb is his reward. As arrows are in the hand of a mighty man; so are children of the youth. Happy is the man that hath his quiver full of them: they shall not be ashamed, but they shall speak with the enemies in the gate.

KGIII 07-26-2020 10:33 AM

I don't use Slackware but I do make frequent use of Vivaldi. It is stable enough for me to actually recommend it to people these days.

I normally use Chrome, as I've grown less fond of Firefox and Chrome works better and faster (for me). I'm pretty browser-agnostic and will bounce from browser to browser as my needs change or the application changes. I've been really happy with Opera over the years, but have had some issues with their Linux version the past few times I tried it. There are a few reasons why I'm not a fan of Brave, and Wikipedia explains most of the reasons nicely.

Vivaldi is pretty good. As it seems to support Chrome extensions well, it means I can just import my settings from the backups and be on my way. I like things that save me time. What I haven't yet tried is their syncing. I've had that go awry in the past (not with Vivaldi) and don't really want to hose my sync'ed profile at Google w/Chrome.

Regnad Kcin 07-26-2020 01:44 PM

Google is blocked here in Beijing unless I turn on a VPN so google is not a necessary thing.
I use chrome sometimes to help me decipher webpages in chinese when i am in a hurry to get something done and I dont want to
decipher the webpage myself or ask for help or maybe no help is available and I am seriously stuck.

I am surprised at how fast vivaldi is. It took me a little while to get it set up, to find the menu bar switch and get the window heading turned on and get rid of some similar "features" and junk,
but other than that it is ok so far. I was really tired of the line of nonsense from the hosers that presently inhabit mozilla... I dont like facebook or whatsizname any better than the next guy but i dont want such from my web browser. I dont remember why i got tired of vivaldi before but it seems different now.

mats_b_tegner 07-29-2020 12:23 PM

A fourth minor update for Vivaldi Desktop Browser 3.1 (1929.48)
https://vivaldi.com/sv/blog/news/min...p-browser-3-1/
Quote:

The following improvements were made since the third 3.1 minor update:
[Chromium] Various security fixes backported from Chromium 84:
CVE-2020-6510
CVE-2020-6511
CVE-2020-6512
CVE-2020-6513
CVE-2020-6514
CVE-2020-6515
CVE-2020-6516
CVE-2020-6517
CVE-2020-6518
CVE-2020-6522
CVE-2020-6523
CVE-2020-6532
CVE-2020-6541

ruario 07-30-2020 03:00 AM

We also put out a Vivaldi 3.2 release candidate. If you want to try it early use version 3.2.1967.40 in the SlackBuild or with the latest-vivaldi script

YesItsMe 07-30-2020 03:32 AM

Is VB-69388 fixed in 3.2 yet?

mats_b_tegner 08-05-2020 04:27 AM

Vivaldi Desktop Browser 3.2 is out (1967.41)
https://vivaldi.com/sv/download/
https://vivaldi.com/sv/whats-new-in-vivaldi-3-2/
https://vivaldi.com/sv/blog/vivaldi-...eo-on-desktop/

mats_b_tegner 08-19-2020 03:09 AM

Minor update for Vivaldi Desktop Browser 3.2 (1967.45)
https://vivaldi.com/sv/blog/news/min...p-browser-3-2/
Quote:

The following improvements were made since the initial 3.2 stable release:
[Chromium] Upgraded to 84.0.4147.127
Edit:
Minor update (2) for Vivaldi Desktop Browser 3.2 (1967.47)
https://vivaldi.com/sv/blog/news/min...i-desktop-3-2/
Quote:

The following improvements were made since the first 3.2 minor update:
[Chromium] Upgraded to 84.0.4147.135

KGIII 08-19-2020 12:52 PM

I got an email, back on the 15th, letting me know about 3.2 - as I signed up to receive such emails. (It's not spam, I distinctly said it was okay.)

Vivaldi doesn't seem to send out emails for the smaller point releases, but I'd not mind if they did. I have filters. I control my inbox. I'd not mind if they told me about even smaller updates.

mats_b_tegner 09-06-2020 02:15 PM

Quote:

Originally Posted by KGIII (Post 6157520)
I got an email, back on the 15th, letting me know about 3.2 - as I signed up to receive such emails. (It's not spam, I distinctly said it was okay.)
Vivaldi doesn't seem to send out emails for the smaller point releases, but I'd not mind if they did. I have filters. I control my inbox. I'd not mind if they told me about even smaller updates.

I subscribe to the Vivaldi blog RSS feed to stay up-to-date regarding minor updates and release candidates.
https://vivaldi.com/sv/blog/feed/

mats_b_tegner 09-08-2020 02:57 AM

Vivaldi Desktop Browser 3.3
 
Vivaldi Desktop Browser 3.3 is out (2022.36)
https://vivaldi.com/sv/blog/vivaldi-...es-break-mode/
Minor update to Vivaldi Desktop 3.3 (2022.39)
https://vivaldi.com/sv/blog/news/min...p-browser-3-3/
Second minor update to Vivaldi Desktop 3.3 (2022.45)
https://vivaldi.com/sv/blog/news/min...i-desktop-3-3/

ruario 09-08-2020 06:51 AM

I see that Sbo submissions are back online. I have now submitted an update for 3.3.2022.39.

ruario 09-10-2020 12:17 AM

We did another Vivaldi minor update, to version 3.3.2022.45. It has these fixes:
  • [Address bar] Typing the URL while loading, causes it to be uneditable (VB-71391)
  • [Break mode] Favicons for pinned tabs are not hidden (VB-71382)
  • [Chromium] Upgraded to 85.0.4183.106
  • [Linux][Media] Update proprietary codecs to 85.0.4183.83
  • [Permission notifications] Request popups overlap other open tabs (VB-71440)
  • [Themes][Razer] Accent color from active page not working reliably: Also affects Razer integration (VB-71441)

I removed my earlier SBo submission and replaced it with this.

mats_b_tegner 09-22-2020 04:24 PM

Third minor update for Vivaldi Desktop Browser 3.3 (2022.47)
https://vivaldi.com/sv/blog/news/min...i-desktop-3-3/
Quote:

The following improvements were made since the second 3.3 minor update:
[Chromium] Upgraded to 85.0.4183.123

kgha 10-16-2020 05:21 AM

Probably the first time Mr. Tegner has missed announcing a Vivaldi update:
https://vivaldi.com/blog/minor-update-android-3-4/
From the changelog:
Quote:

The following is a list of changes since the initial 3.4 stable release:

[Settings] Some settings change places in signed builds VAB-2480
[Regression] Browser crashes when changing Start Page layout settings VAB-2488
Upgraded Chromium to 86.0.4240.101

mats_b_tegner 10-16-2020 05:58 AM

Vivaldi Deskop Browser 3.4 (2066.76):
https://vivaldi.com/blog/vivaldi-3-4-desktop/
https://vivaldi.com/blog/vivaldia-bu...valdi-browser/
https://vivaldi.com/blog/three-cheer...rsion-arrives/

YesItsMe 10-16-2020 08:30 AM

Finally, I can play a game inside Vivaldi instead of Emacs... ;)

gus3 10-16-2020 04:06 PM

Regarding my comment #396, I finally found the magic incantation to stabilize Firefox for me. I have to set the environment variable:

export MOZ_FORCE_DISABLE_E10S=1

This causes Firefox to run single-threaded only.

I've been able to use Firefox regularly for almost a week now (only one crash, on a gov't website no less!).

Skaendo 10-18-2020 01:33 PM

Vilvaldi 3.4.2066.76 is screwing up bad for me now on 2 different 14.2 machines.

When I click on the "Tools" menu with the "horizontal menu" sometimes 1/4 of the dropdown selection gets highlighted sometimes none of it, and sometimes the dropdown menu is unusable. Like the menu drops down but there is nothing there.

I don't know if this is a Vivaldi issue itself or a continuation of the issue where on this forum I cannot use the "Forum Tools", "Thread Tools" etc. This issue I think is because I use Cinnamon DE with mozjs24 and there is a conflict somewhere.

Don't really know what to do, getting really tired of fighting with 14.2, but won't install current because I do not have the time to constantly debug and update.

Here is a image on imgur (since I cannot add images due to previously mentioned issue with this forum):
https://imgur.com/a/Y4TKvXL

Addition: Another issue that I just came across, I know that flashplayer is ded, but when I change the setting to "Enable Flash Plugin" it will not save the setting and flash based browser games will not play.

EDIT: Dropped back to 3.3.2022.47 and everything is normal, except this forum, tools still don't work.

mats_b_tegner 10-22-2020 02:42 PM

First minor update to Vivaldi Desktop Browser 3.4 (2066.86)
https://vivaldi.com/blog/news/minor-...p-browser-3-4/
Quote:

The following improvements were made since the initial 3.4 stable release:
[Address bar][Extensions] Focus not in the address field when using new tab extension (VB73167)
[Chromium] Upgraded to 86.0.4240.112
[Cookies] Logging into some sites in a private window does not work (VB-72568)
[Cookies] Blocking third-party cookies without exception (VB-73372)
[Keyboard] Single key shortcuts lead to changing tab on some input fields (VB-72174)
[Menus] “Tools → Capture → Page to file” does not work (VB-72863)
[Menus][Settings] ‘Restore to default’ resets all menus not only the chosen menu (VB-73132)
[Menus][Tabs] Mute item shown even when already muted (VB-73296)
[Vivaldia game] Favicon is sometimes not displayed (VB-73184)
[macOS][Media] H.264 decoding/playback broken older macOS: further fix (VB-71803)

Lysander666 10-23-2020 03:49 AM

Quote:

Originally Posted by Skaendo (Post 6176457)
Vilvaldi 3.4.2066.76 is screwing up bad for me now on 2 different 14.2 machines.

When I click on the "Tools" menu with the "horizontal menu" sometimes 1/4 of the dropdown selection gets highlighted sometimes none of it, and sometimes the dropdown menu is unusable. Like the menu drops down but there is nothing there.

I don't know if this is a Vivaldi issue itself or a continuation of the issue where on this forum I cannot use the "Forum Tools", "Thread Tools" etc. This issue I think is because I use Cinnamon DE with mozjs24 and there is a conflict somewhere.

Don't really know what to do, getting really tired of fighting with 14.2, but won't install current because I do not have the time to constantly debug and update.

Here is a image on imgur (since I cannot add images due to previously mentioned issue with this forum):
https://imgur.com/a/Y4TKvXL

Addition: Another issue that I just came across, I know that flashplayer is ded, but when I change the setting to "Enable Flash Plugin" it will not save the setting and flash based browser games will not play.

EDIT: Dropped back to 3.3.2022.47 and everything is normal, except this forum, tools still don't work.

It's not just you. I'm getting similar problems on Debian. Menu items do not highlight, sometimes the settings menu doesn't show up, and fullscreen videos sometimes crash the browser. I have reverted to 3.3.2022.47 and the issues appear to have gone away. Firefox does not have these issues, so it's not OS related.

Older versions are available on the Vivaldi website:

https://vivaldi.com/download/archive/?platform=linux

I don't see the point of the inclusion of the game on 3.4.x, it's pretty poor.

cwizardone 10-23-2020 09:59 AM

Vivaldi 3.4.2066.86 (Stable channel) (64-bit)
is running fine here in -current with the 5.9.1 kernel.

Lysander666 10-24-2020 06:03 AM

Quote:

Originally Posted by cwizardone (Post 6178060)
Vivaldi 3.4.2066.86 (Stable channel) (64-bit)
is running fine here in -current with the 5.9.1 kernel.

No problem on Ubuntu 20.04 either. This points towards the newer Vivaldi versions having a problem with an outdated package[s] on Debian 10 and Slackware 14.2 [or maybe Xfce?].

mats_b_tegner 10-30-2020 08:15 AM

Second minor update to Vivaldi Desktop Browser 3.4 (2066.88)
https://vivaldi.com/blog/news/minor-...i-desktop-3-4/
Quote:

The following improvements were made since the first 3.4 stable, minor update:
[Address bar][Security] Spoofing issue that shows the wrong URL at the same time as a progress bar (VB-70637)
[Linux][Media] Update proprietary codecs to 86.0.4240.75
[macOS] No Ctrl+click context menu on some systems (VB-72136)
[Quick Commands] Improve Speed (VB-72021)
Third minor update to Vivaldi Desktop Browser 3.4 (2066.90)
https://vivaldi.com/blog/news/minor-...i-desktop-3-4/
Quote:

The following improvements were made since the second 3.4 stable, minor update:
[History] Broken search (VB-73761): resolved by reverting the fix for VB-72021
Forth minor update to Vivaldi Desktop Browser 3.4 (2066.94)
https://vivaldi.com/blog/news/minor-...i-desktop-3-4/
Quote:

The following improvements were made since the third 3.4 stable, minor update:
[Chromium] Upgraded to 86.0.4240.185

mats_b_tegner 11-03-2020 10:53 AM

Quote:

Originally Posted by kgha (Post 6175825)
Probably the first time Mr. Tegner has missed announcing a Vivaldi update:
https://vivaldi.com/blog/minor-update-android-3-4/

I usually don't track the updates to Vivaldi Android Browser, but there have also been two minor updates to the Android version of Vivaldi:
https://vivaldi.com/blog/minor-update-2-android-3-4/
Quote:

[Regression][Tablet] Missing reload button VAB-2523
[Start Page] Center large speed dial folder titles VAB-2481
[Start Page] Plus button (+) isn’t properly aligned for small speed dials VAB-2495
[UI] Expand close button clicking area VAB-2506
Upgraded Chromium to 86.0.4240.112
https://vivaldi.com/blog/minor-update-3-android-3-4/
Quote:

The following is a list of changes since the second 3.4 stable minor update:
[Crash] Crash on opening V menu before tab bar is rendered VAB-2630
[Regression][Android 11] Cannot view screenshot after capture VAB-2525
[Regression] Double refresh buttons when address bar at the bottom VAB-2581

kgha 11-10-2020 11:45 AM

Quote:

Originally Posted by mats_b_tegner (Post 6181397)
I usually don't track the updates to Vivaldi Android Browser...

Makes reason, and I surely don't expect that. It was just that I happened to notice the 3.4 release when checking using my phone, and I never noticed that the link I gave was for android.

Anyway, another minor upgrade that doesn't seem to have hit the blog yet: vivaldi-stable_3.4.2066.99-1

mats_b_tegner 11-11-2020 10:39 AM

Quote:

Originally Posted by kgha (Post 6184059)
Makes reason, and I surely don't expect that. It was just that I happened to notice the 3.4 release when checking using my phone, and I never noticed that the link I gave was for android.

Anyway, another minor upgrade that doesn't seem to have hit the blog yet: vivaldi-stable_3.4.2066.99-1

It's up now:
https://vivaldi.com/blog/minor-updat...i-desktop-3-4/
Quote:

The following improvements were made since the fourth 3.4 stable, minor update:
[Chromium] Upgraded to 86.0.4240.195
Forth minor update to Vivaldi Android 3.4:
https://vivaldi.com/blog/mobile/mobi...4-android-3-4/
Quote:

The following is a list of changes since the third 3.4 stable minor update:
[Crash] Tab Switcher crashes when opening it VAB-2659
[Settings] Browser Privacy Policy redirects to Google page VAB-2704
Upgraded Chromium to 86.0.4240.195
Sixth minor update to Vivaldi Desktop 3.4 (2066.106)
https://vivaldi.com/blog/minor-updat...i-desktop-3-4/
Quote:

The following improvements were made since the fifth 3.4 stable, minor update:
[Chromium] Upgraded to 86.0.4240.198
Fifth minor update to Vivaldi Android 3.4 (2066.104)
https://vivaldi.com/blog/mobile/mino...5-android-3-4/
Quote:

The following is a list of changes since the fourth 3.4 stable minor update:
Upgraded Chromium to 86.0.4240.198

mats_b_tegner 12-11-2020 07:35 AM

Vivaldi Desktop Browser 3.5 is out:
https://vivaldi.com/blog/vivaldi-imp...with-qr-codes/
https://vivaldi.com/blog/desktop/min...p-browser-3-5/
Quote:

The following improvements were made since the initial 3.5 stable release:
[Chromium] Upgraded to 87.0.4280.107
[macOS][Media] Some videos won’t play on certain machines running Big Sur (VB-74195)
[Media][Regression] Browser becomes completely unresponsive when accessing certain pages (VB-74757)
[Tabs][Regression] Canceling warning from onbeforeunload event makes tab-closing difficult (VB-75021)
[Tabs][Regression] window.close does not work (VB-73856)
[Tabs][Regression] “After Active/Related Tab” opens link at end of tabs for brief moment (VB-74879)
[Tabs][Regression] 2 or more cloned tabs inherit active tab property (VB-74961)
[Windows] Signing key updated

Lysander666 12-11-2020 07:41 AM

Quote:

Originally Posted by mats_b_tegner (Post 6194338)

This is still not 'ready to go' on Debian stable since it doesn't integrate with the Xfce theme, so Slackware 14.2 users may see some issues too, since it seems to me that something in 'older-style' OSs like Debian 10 and Slackware 14.2 has issues with any Vivaldi version since 3.4.

Those who run Slackware -current and other more up-to-date OSs will likely see no issues with 3.4+. This is a shame since, unless Vivaldi sort it out, those on older style OSs may have to consider changing browser or just running with 3.3 for as long as possible. Vivaldi may have no intention to solve things, in which case abandoning them or changing to a more up-to-date OS would be the way forward [I personally chose the latter option].


All times are GMT -5. The time now is 08:11 PM.