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/)

bamunds 12-30-2018 02:01 PM

Quote:

Originally Posted by slalik (Post 5942028)
Thank you! I pushed an update to the SlackBuild that adds downloading libwidevinecdm.so to /opt/vivaldi/. If it will be accepted, after the next update there will be no need to use the update-widevine script.

Looks like the Slackbuilds site has the widevine now as a download. Thanks Alex

slackist 12-31-2018 12:27 AM

Firefox was annoying me after many years of being quite happy with it so I thought I'd give Vivaldi another try.

Wow, vast improvement over the last time I tried it. Haven't fired up Firefox since.

Thanks to all involved for a really good alternative.

cwizardone 01-03-2019 08:09 AM

1 Attachment(s)
When I brought it up, of course, I couldn't find one of these, but just now stumbled across this one another board while running Vivaldi. Notice it is reporting Vivaldi as "Chrome."

ruario 01-03-2019 08:45 AM

Since I am back from vacation it looks like I have a few things in this thread I should reply to and/or address but it is late now in Oslo, so that will have to be tomorrow.

In the mean time I followed slalik's lead and updated latest-vivaldi.sh to handle Widevine automatically as well.

[Edit]: I just (@Thu Jan 3 20:02 CET 2019) tweaked the script again slightly as I realised that my method could fail in some minor cases.

Quote:

Originally Posted by slalik (Post 5942028)
Thank you! I pushed an update to the SlackBuild that adds downloading libwidevinecdm.so to /opt/vivaldi/. If it will be accepted, after the next update there will be no need to use the update-widevine script.

Thanks for this. I see you took a slightly different approach than me (which is absolutely fine!).

Lysander666 01-03-2019 09:04 AM

Quote:

Originally Posted by cwizardone (Post 5944187)
When I brought it up, of course, I couldn't find one of these, but just now stumbled across this one another board while running Vivaldi. Notice it is reporting Vivaldi as "Chrome."

Yes, because it is running Chromium base, some sites see it as Chrome/Chromium. Others will see it as Vivaldi.

ruario 01-04-2019 04:32 AM

Quote:

Originally Posted by solarfields (Post 5938011)
Lysander666,

are you using Vivaldi on Slackware 14.2? If so, you may have issues with fonts, same as I used to have with Chrome:
https://slackalaxy.com/2017/08/22/chrome-broken-fonts/

It has something to do with Freetype version, because on -current it is just fine. The fix I found for Chrome works just fine for Vivaldi, putting the following in the beginning of /opt/vivaldi/vivaldi

Code:

export FREETYPE_PROPERTIES="truetype:interpreter-version=35"
Ruari, messing with /opt/vivaldi/vivaldi like this is not harmful, right? Is there a smarter way?

Sure you can do that if you want but my fonts already look pretty good and I don't do that. Instead I used @dugan's awesome blog post about font configuration on Slackware and made some tweaks, including using a self compiled freetype, with the patch applied to enable subpixel rendering in FreeType. I changed a few other things as well IIRC, though I did not keep my own notes as I figured I would just go back to dugan's page if I needed to setup another machine.

ruario 01-04-2019 04:38 AM

Quote:

Originally Posted by Lysander666 (Post 5938076)
This looks great, but how do you function with no tabs? Or do you have separate windows for each page like in the old days?

Well you can use tabs without a tab bar. Enable the tab cycler and you will see them on Ctrl-Tab. Or search though open tabs with Quick Commands or by opening the window panel.

ruario 01-04-2019 04:43 AM

Quote:

Originally Posted by cwizardone (Post 5937963)
When the statistics are gathered is Vivaldi separate out as a unique browser or are all the chrome clones lumped together and counted as being chrome.

Quote:

Originally Posted by montagdude (Post 5938199)
A clone, in software terms, would normally be something that is not the same, but is designed to look and behave the same. Vivaldi is kind of the opposite of a clone in that sense, because it is Chrome (under the hood) but is designed to look and behave differently.

Yeah but I don't think that is what he means. He means, how do websites gathering statics count Vivaldi. Do they count it as Vivaldi or as Chrome (and clones)? That is why he later said this:

Quote:

Originally Posted by cwizardone (Post 5944187)
When I brought it up, of course, I couldn't find one of these, but just now stumbled across this one another board while running Vivaldi. Notice it is reporting Vivaldi as "Chrome."

Lysander666 also misunderstood him but has the right idea.

Quote:

Originally Posted by Lysander666 (Post 5944214)
Yes, because it is running Chromium base, some sites see it as Chrome/Chromium. Others will see it as Vivaldi.

Indeed, the answer depends entirely on the website capturing statistics and how much effort the take to parse the User Agent. In addition we lie about our user Agent to a bunch of sites, e.g. we claim to be Chrome to most Google sites. If we did not they give us a different (crapper or non-working) version of their page or tell us we are unsupported. We also lie to whatsapp, netflix and even facebook (for Vivaldi on macOS only) for similar reasons. There are mroe sites but I can't be bothered to look them all up. ;)

ruario 01-04-2019 04:44 AM

Quote:

Originally Posted by montagdude (Post 5938199)
A clone, in software terms, would normally be something that is not the same, but is designed to look and behave the same. Vivaldi is kind of the opposite of a clone in that sense, because it is Chrome (under the hood) but is designed to look and behave differently.

+1 to that!

ruario 01-04-2019 04:50 AM

Quote:

Originally Posted by deven (Post 5939252)
Tried vivaldi coz of this thread and liking it. It is mildly buggy, but what surprises me is that it seems to run faster than chrome, despite being from the same code base!

Quote:

Originally Posted by solarfields (Post 5942029)
The thing that impressed me at first with Vivaldi was the snappier loading of pages.

While there are a few things we have tweaked that may be causing a difference in speed for the most part there is not a lot in it. We have not worked heavily in this area. So to be 100% honest and transparent if it feels faster it is likely either perception or because you profile is cleaner and a lacks things like extensions that sometimes slow things down.

That all said, even though I would not expect a big raw speed increase from Vivaldi over Chrome right now, I do believe that our range of options particularly in the case of tab management could allow for workflows that are faster and more efficient in navigating the internet. In addition as others have noticed we disable (or give the option to disable) the various calls home that Chrome (and even Chromium make), so it is worth considering us for those reasons alone.

P.S. As for the ‘mildly buggy’, whatever that is a reference to, feel free to log it https://vivaldi.com/bugreport/ as this increases the changes we will fix it, benefiting all users.

ruario 01-04-2019 04:53 AM

Quote:

Originally Posted by Lysander666 (Post 5940946)
I thought I'd give Vivaldi a spin on my netbook, expecting it to chug along modestly, but I'm surprised at the result.

On this machine, a 1.6Ghz single core CPU-d netbook, it's surprisingly fast. It's also great that the team are still building 32bit versions so I'm able to run it. Thanks to ruario and everyone involved.

32-bit Linux support is getting increasingly hard because upstream Chromium/Google do not really care about it. For instance in the latest internal versions we do not have AV1 working for 32-bit Linux. So at some point I am expecting it will become too much effort for us (as we are still a very small team and have lots of other things we are working on) but we will do our best to delay that day as long as possible.

Quote:

Originally Posted by Lysander666 (Post 5940946)
What slightly confuses me is that I didn't sync, but Vivalidi chose a dark theme that I would like and automatically installed uBlock origin for me which I would have done anyway. Weird but appreciated.

I think that sync is either enabled or you have copied over your home directory or parts of it that include our preferences because we do not do that. :D

ruario 01-04-2019 04:55 AM

Quote:

Originally Posted by bamunds (Post 5941723)
@ruario just want to say thank you for the Widevine update script command in post 70. It helped resolve issue watching shows on view.yahoo.com (which is also part of HULU) here in the USA. It would be great if that command could be mentioned in the slackbuild script of either the vivaldi-codecs or the vivaldi build. I'll email the sbo maintanier to request the add also. Cheers.

It should be automatic now both from SBo or my latest-vivaldi script. :D

[EDIT]: Ah… you saw this. I was too slow!

Quote:

Originally Posted by bamunds (Post 5942925)
Looks like the Slackbuilds site has the widevine now as a download. Thanks Alex


Lysander666 01-04-2019 05:06 AM

ruario, thank you so much for taking the time to reply to the posts in this thread in detail. It's fantastic that you've put a few moments aside to go through everything and address some important points. Outstanding work which is a model of what makes this community so special.

Quote:

Originally Posted by ruario (Post 5944465)
While there are a few things we have tweaked that may be causing a difference in speed for the most part there is not a lot in it. We have not worked heavily in this area. So to be 100% honest and transparent if it feels faster it is likely either perception or because you profile is cleaner and a lacks things like extensions that sometimes slow things down.

I think this is very honest, I was wondering the same thing. I think perception does come into it, but there's no doubting how much faster Vivaldi is than every other browser on my netbook [even Falkon]. Talking of which...

Quote:

Originally Posted by ruario (Post 5944468)
32-bit Linux support is getting increasingly hard because upstream Chromium/Google do not really care about it. For instance in the latest internal versions we do not have AV1 working for 32-bit Linux. So at some point I am expecting it will become too much effort for us (as we are still a very small team and have lots of other things we are working on) but we will do our best to delay that day as long as possible.

Which is greatly appreciated. When that day comes I think I will just hold onto it for as long as I reasonably can. I am still using Chromium 68 on my desktop as a backup browser, even though AlienBob's latest build is 71.

Quote:

Originally Posted by ruario (Post 5944468)
I think that sync is either enabled or you have copied over your home directory or parts of it that include our preferences because we do not do that. :D

Is sync automatically enabled on a new install? That would explain it. Nothing was copied over though, unless Vivaldi 'inherited' something from my Chromium install. Either way, I'm not complaining, it made things easier.

ruario 01-04-2019 05:31 AM

Quote:

Originally Posted by Lysander666 (Post 5944472)
Is sync automatically enabled on a new install? That would explain it. Nothing was copied over though, unless Vivaldi 'inherited' something from my Chromium install. Either way, I'm not complaining, it made things easier.

We can't automatically enable sync if we don't know your user name and password. :D

You can import things like bookmarks from Chrome but it is not automatic and it does not include extensions or theme options, so something else is going on here.

cwizardone 01-04-2019 08:16 AM

Quote:

Originally Posted by ruario (Post 5944463)
Yeah but I don't think that is what he means. He means, how do websites gathering statics count Vivaldi. Do they count it as Vivaldi or as Chrome (and clones)?

Correct. So, it must be difficult to know how many people are using Vivaldi?


All times are GMT -5. The time now is 08:31 AM.