Don't force wayland
This commit is contained in:
parent
7faa622ff2
commit
77339bd1b5
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ Version=1.0
|
||||||
Name=Vivaldi
|
Name=Vivaldi
|
||||||
GenericName=Web Browser
|
GenericName=Web Browser
|
||||||
Comment=Access the Internet
|
Comment=Access the Internet
|
||||||
Exec=/usr/bin/vivaldi-stable --use-gl=egl --enable-features=VaapiVideoDecoder,UseOzonePlatform --ozone-platform=wayland %U
|
Exec=/usr/bin/vivaldi-stable --use-gl=egl --enable-features=VaapiVideoDecoder,UseOzonePlatform %U
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Icon=vivaldi
|
Icon=vivaldi
|
||||||
|
@ -18,8 +18,8 @@ Actions=new-window;new-private-window;
|
||||||
|
|
||||||
[Desktop Action new-window]
|
[Desktop Action new-window]
|
||||||
Name=New Window
|
Name=New Window
|
||||||
Exec=/usr/bin/vivaldi-stable --use-gl=egl --enable-features=VaapiVideoDecoder,UseOzonePlatform --ozone-platform=wayland --new-window
|
Exec=/usr/bin/vivaldi-stable --use-gl=egl --enable-features=VaapiVideoDecoder,UseOzonePlatform --new-window
|
||||||
|
|
||||||
[Desktop Action new-private-window]
|
[Desktop Action new-private-window]
|
||||||
Name=New Private Window
|
Name=New Private Window
|
||||||
Exec=/usr/bin/vivaldi-stable --use-gl=egl --enable-features=VaapiVideoDecoder,UseOzonePlatform --ozone-platform=wayland --incognito
|
Exec=/usr/bin/vivaldi-stable --use-gl=egl --enable-features=VaapiVideoDecoder,UseOzonePlatform --incognito
|
||||||
|
|
Loading…
Reference in a new issue