LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-25-2019, 11:39 AM   #211
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled

Quote:
Originally Posted by l0f4r0 View Post
Probably, help yourself: https://vivaldi.com/source/
But beware, as far as I know Vivaldi is almost open-source i.e source code is not available for all its components...
Thanks, I downloaded the latest tarball (vivaldi-source_2.5.1525.tar.xz) which is 1484 MB compressed. It consists of 7.3 GB of chromium source and 20 MB of vivaldi source, but from looking at the existing vivaldi source there are some crucial files missing which I suspect may contain the relevant code. For example the entire net and services directories are missing, but clearly should exist as they can be seen as includes in other files.

I would personally consider the claims to be entirely false unless they can be properly audited.
 
1 members found this post helpful.
Old 05-26-2019, 08:46 AM   #212
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178

Original Poster
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
Quote:
Originally Posted by orbea View Post
Thanks, I downloaded the latest tarball (vivaldi-source_2.5.1525.tar.xz) which is 1484 MB compressed. It consists of 7.3 GB of chromium source and 20 MB of vivaldi source, but from looking at the existing vivaldi source there are some crucial files missing which I suspect may contain the relevant code. For example the entire net and services directories are missing, but clearly should exist as they can be seen as includes in other files.

I would personally consider the claims to be entirely false unless they can be properly audited.
This may help:

https://help.vivaldi.com/article/is-...i-open-source/

Quote:
Vivaldi is not made available under one unified open source license. It does contain the Chromium source code with changes made to allow the HTML/CSS/JS based UI to run. All changes to the Chromium source code are made available under a BSD license and can be read by anyone on vivaldi.com/source/. Details in this regard are explained in the the README and LICENSE files within the package.

In addition, our UI code is written in plain, accessible code for those who read HTML, CSS and JS. This means that for all practical purposes the Vivaldi source code is available for audit.
 
2 members found this post helpful.
Old 05-26-2019, 08:53 AM   #213
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
That doesn't remotely help and is not even relevant...

The problem is as far as I can tell is that none of the net code is publicly available and the core of vivaldi is essentially a black box. There is something inherently untrustworthy about someone that handles a security sensitive service and tells people to just trust them while not offering any transparency. Not to mention its not remotely reproducible as is.
 
Old 05-26-2019, 09:13 AM   #214
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178

Original Poster
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
Quote:
Originally Posted by orbea View Post
That doesn't remotely help and is not even relevant...
Hence my wording of "this may help".

Quote:
Originally Posted by orbea View Post
The problem is as far as I can tell is that none of the net code is publicly available and the core of vivaldi is essentially a black box. There is something inherently untrustworthy about someone that handles a security sensitive service and tells people to just trust them while not offering any transparency. Not to mention its not remotely reproducible as is.
A couple of interesting posts on the matter:

https://forum.vivaldi.net/topic/2444...source-vivaldi
https://www.reddit.com/r/vivaldibrow...ource/de8h5kr/

One argument:

Quote:
for now Vivaldi has some unique features that other companies would like, Google with Chrome first. Vivaldi being still a fairly new browser that also wants its share of the market, completely releasing its code would be suicide. It is understood therefore that Jon at the moment wants to safeguard his inventions.

Last edited by Lysander666; 05-26-2019 at 09:18 AM.
 
2 members found this post helpful.
Old 05-26-2019, 12:01 PM   #215
Totoro-kun
Member
 
Registered: Nov 2010
Location: Kaunas, Lithuania
Distribution: Slackware
Posts: 234

Rep: Reputation: 125Reputation: 125
Found another issue with vivaldi browser. For some reason it want's to create a new keyring after each PC reboot and thus all my saved passwords are lost :O My .cache folder is now full of keyring-someid directories. Same things happen with both SBo version and repackaged deb version.
 
Old 05-26-2019, 12:06 PM   #216
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178

Original Poster
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
Quote:
Originally Posted by Totoro-kun View Post
Found another issue with vivaldi browser. For some reason it want's to create a new keyring after each PC reboot and thus all my saved passwords are lost :O My .cache folder is now full of keyring-someid directories. Same things happen with both SBo version and repackaged deb version.
This is an ongoing issue with Chromium that I have also had pre-Vivaldi in my Debian days.

This should help:

https://unix.stackexchange.com/a/324844/227411
 
Old 05-27-2019, 05:38 AM   #217
Totoro-kun
Member
 
Registered: Nov 2010
Location: Kaunas, Lithuania
Distribution: Slackware
Posts: 234

Rep: Reputation: 125Reputation: 125
Thanks, deleting all those stray keyrings and then running Vivaldi with --pasword-store=basic for 1st run, seems to have helped:

Code:
$ vivaldi-stable --password-store=basic "$@"
Creation of random keyrings have stopped even if I am running it normally now. However, my passwords are simply not there after PC restart...

Anyhow, it was fun while it lasted. Back to Firefox now

Last edited by Totoro-kun; 05-27-2019 at 05:47 AM.
 
2 members found this post helpful.
Old 06-08-2019, 05:21 AM   #218
l0f4r0
Member
 
Registered: Jul 2018
Location: Paris
Distribution: Debian
Posts: 900

Rep: Reputation: 290Reputation: 290Reputation: 290
Answer from Vivaldi about what is going on regarding Manifest v3 / ad blocking extension restriction by Google
 
3 members found this post helpful.
Old 06-20-2019, 12:30 PM   #219
slalik
Member
 
Registered: Nov 2014
Location: Moscow
Distribution: Slackware
Posts: 233

Rep: Reputation: 203Reputation: 203Reputation: 203
The Vivaldi SlackBuild in the pending queue dropped the support of the variable CUSTOM_CSS, because new version 2.6 allows to activate the possibility to customize the user interface using a css file via vivaldi://experiments/
 
1 members found this post helpful.
Old 06-23-2019, 06:36 AM   #220
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178

Original Poster
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
2.5.1525.48 upgraded to 2.6.1566.40.

Abusive ad-blocking added and enabled by default [can be disabled].

User profile customisation improved.

Also:

Quote:
  • Filter saved passwords in Settings
  • Unread tab indicator in Window Panel
  • Open links using Find in Page with Ctrl+Enter
  • Display Search Engine icons in the Search Field
  • Headset support in our Razer Chroma integration
  • Performance gains in Tab Tiling and Panels
More info:

https://vivaldi.com/browser/whats-new-in-vivaldi-2-6/

Also a six-question survey at the above.

Last edited by Lysander666; 06-23-2019 at 06:40 AM.
 
Old 08-21-2019, 03:32 PM   #221
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178

Original Poster
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
Upgraded to 2.7 with added tab mute for annoying sites that autoplay audio/video.

Release announcement:

https://vivaldi.com/blog/vivaldi-2-7...y-to-your-day/

Reminder of ruario's script link:

https://gist.github.com/ruario/dcbba...cc883542ff7ace
 
3 members found this post helpful.
Old 08-26-2019, 02:19 AM   #222
denydias
Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 297

Rep: Reputation: Disabled
I've been watching this post for a while now. This weekend I finally had the time to install Vivaldi using Ruarí's gist.

I'm still getting acquainted to Vivaldi's UI and settings. Looks promising. Vivaldi is just a few steps away from receiving the 'click that button and make it the default browser' status here.

One of the most nice features Vivaldi apparantely has and that I never seen from any other browser out there (I can talk this from Mosaic ages at least) is not even a modern tech trick. It's called Ruarí Ødegaard and his colleagues. To see people here talking straight to the ones making the thing and getting answered by them is quite a lovely touch.

PS: I've tried Vivaldi in the past, when its source code status was uncertain. Albeit having proprietary parts, things on this field looks to have been improved. I'm glad Vivaldi's staff have clarified that matter.

Last edited by denydias; 08-26-2019 at 02:25 AM. Reason: add PS.
 
3 members found this post helpful.
Old 08-28-2019, 12:21 PM   #223
denydias
Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 297

Rep: Reputation: Disabled
Oh boy! Vivaldi has lost its way to gloablly disable push notifications... there is a thread on this matter in Vivaldi's forum. No staff responses though.

Unfortunately, the 'relevant URLs for this' lost their functions and are not relevante anymore.

Notification abuse is a real problem nowadays. I would love to hear a word on when we, the users, will have back the ability to just turn off push notifications globally in Vivaldi.
 
1 members found this post helpful.
Old 08-28-2019, 12:28 PM   #224
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Well, the last reply by ANYONE in that thread is well over a year old...

And it seems to work for me. I can go to vivaldi://chrome and it brings up the settings, I can search for notifications and get taken to where I can block notifications globally (which I do), or block & allow on a per-site basis.

Last edited by Timothy Miller; 08-28-2019 at 12:29 PM.
 
2 members found this post helpful.
Old 08-28-2019, 12:36 PM   #225
denydias
Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 297

Rep: Reputation: Disabled
Quote:
Originally Posted by Timothy Miller View Post
Well, the last reply by ANYONE in that thread is well over a year old...
Yup, which is quite disapointing 'cause nobody have come up with this subject since and staff have not participated in it either. This looks like a business decision. It'll be nice if some insider could confirm or deny that feeling of mine. Also, if denying, provide a time frame when this functionality will be restored.

I've tried to disable the three hidden flags related to notifications:

Code:
chrome://flags/#device-discovery-notifications
chrome://flags/#enable-native-notifications
chrome://flags/#session-restore-prioritizes-background-use-cases
None have worked. Push notifications requests from sites still pops up.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Vivaldi Continues To Build Amazing Features With Vivaldi 1.11 LXer Syndicated Linux News 0 08-12-2017 06:09 PM
LXer: Vivaldi Technologies Vivaldi Web Browser LXer Syndicated Linux News 0 10-28-2016 07:26 PM
LXer: KDE Vivaldi Tablet Finally Shipping For QA Testing LXer Syndicated Linux News 0 07-23-2013 02:21 AM
LXer: Vivaldi Tablet Finally (Almost) Finalized LXer Syndicated Linux News 0 05-30-2013 07:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration