2021-09-26 16:03:37 +00:00
|
|
|
# Enable the following features:
|
|
|
|
# vivaldi://flags/#enable-gpu-rasterization
|
|
|
|
# vivaldi://flags/#enable-accelerated-video-decode
|
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Version=1.0
|
|
|
|
Name=Vivaldi
|
|
|
|
GenericName=Web Browser
|
|
|
|
Comment=Access the Internet
|
2021-09-26 19:26:08 +00:00
|
|
|
Exec=/usr/bin/vivaldi-stable --use-gl=egl --enable-features=VaapiVideoDecoder,UseOzonePlatform %U
|
2021-09-26 16:03:37 +00:00
|
|
|
StartupNotify=true
|
|
|
|
Terminal=false
|
|
|
|
Icon=vivaldi
|
|
|
|
Type=Application
|
|
|
|
Categories=Network;WebBrowser;
|
|
|
|
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/ftp;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/mailto;
|
|
|
|
Actions=new-window;new-private-window;
|
|
|
|
|
|
|
|
[Desktop Action new-window]
|
|
|
|
Name=New Window
|
2021-09-26 19:26:08 +00:00
|
|
|
Exec=/usr/bin/vivaldi-stable --use-gl=egl --enable-features=VaapiVideoDecoder,UseOzonePlatform --new-window
|
2021-09-26 16:03:37 +00:00
|
|
|
|
|
|
|
[Desktop Action new-private-window]
|
|
|
|
Name=New Private Window
|
2021-09-26 19:26:08 +00:00
|
|
|
Exec=/usr/bin/vivaldi-stable --use-gl=egl --enable-features=VaapiVideoDecoder,UseOzonePlatform --incognito
|