Difference between revisions of "Vivaldi Browser"
Views
Actions
Namespaces
Variants
Tools
m (added languages and translate tags) |
|||
Line 1: | Line 1: | ||
<languages/> | |||
__TOC__ | __TOC__ | ||
<translate> | |||
=Overview= | =Overview= | ||
Line 41: | Line 42: | ||
pamac install kdialog | pamac install kdialog | ||
</translate> | |||
[[Category:Contents Page{{#translation:}}]] | |||
[[Category:Contents Page]] |
Revision as of 19:10, 7 September 2021
Overview
Vivaldi is a chromium based browser which focuses on providing the ability to customize the browser to meet the end-users needs.
Installing Vivaldi
Vivaldi is available from the manjaro repo.
To install the base Vivaldi you can use the command:
pamac install vivaldi
If you want to view DRM protected video content you will also need the proprietary widevine codec. This can be installed with
pamac build vivaldi-widevine
Lastly, if you want to be able to play common media formats you will need the codecs.
You can install the package vivaldi-ffmpeg-codecs
with the command
pamac install vivaldi-ffmpeg-codecs
Tips and Tricks
Access Additional Settings
Vivaldi has a settings menu which offers extensive customization ability. However, not all things supported by Chromium are accessible via the menu. To access the underlying Chromium settings, put this in the address bar:
chrome://settings
Using the Native File Dialogs on KDE/plasma
By default, Vivaldi will use the GTK file dialogs. If you are using plasma and would prefer native dialogs, you can install the package kdialog
using your favorite package manager or with the command:
pamac install kdialog