Change name to Thorium Browser, and add flags

This commit is contained in:
Alexander David Frick 2021-11-12 12:17:31 -06:00 committed by GitHub
parent a4249c3459
commit 659d28c2ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Version=1.0 Version=1.0
Name=Thorium Web Browser Name=Thorium Browser
# Only KDE 4 seems to use GenericName, so we reuse the KDE strings. # Only KDE 4 seems to use GenericName, so we reuse the KDE strings.
# From Ubuntu's language-pack-kde-XX-base packages, version 9.04-20090413. # From Ubuntu's language-pack-kde-XX-base packages, version 9.04-20090413.
GenericName=Web Browser GenericName=Web Browser
@ -105,7 +105,7 @@ Comment[vi]=Truy cập Internet
Comment[zh_CN]=访问互联网 Comment[zh_CN]=访问互联网
Comment[zh_HK]=連線到網際網路 Comment[zh_HK]=連線到網際網路
Comment[zh_TW]=連線到網際網路 Comment[zh_TW]=連線到網際網路
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder %U Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --enable-experimental-web-platform-features --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading %U
StartupNotify=true StartupNotify=true
Terminal=false Terminal=false
Icon=@@PACKAGE@@ Icon=@@PACKAGE@@
@ -166,11 +166,11 @@ Name[uk]=Нове вікно
Name[vi]=Cửa sổ Mới Name[vi]=Cửa sổ Mới
Name[zh_CN]=新建窗口 Name[zh_CN]=新建窗口
Name[zh_TW]=開新視窗 Name[zh_TW]=開新視窗
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --enable-experimental-web-platform-features --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading
[Desktop Action content-shell] [Desktop Action content-shell]
Name=Open Content Shell Name=Open Content Shell
Exec=/opt/chromium.org/chromium-unstable/content_shell --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder Exec=/opt/chromium.org/chromium-unstable/content_shell --enable-experimental-web-platform-features --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading
[Desktop Action new-private-window] [Desktop Action new-private-window]
Name=New Incognito Window Name=New Incognito Window
@ -222,4 +222,4 @@ Name[uk]=Нове вікно в режимі анонімного перегля
Name[vi]=Cửa sổ ẩn danh mới Name[vi]=Cửa sổ ẩn danh mới
Name[zh_CN]=新建隐身窗口 Name[zh_CN]=新建隐身窗口
Name[zh_TW]=新增無痕式視窗 Name[zh_TW]=新增無痕式視窗
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --incognito --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --incognito --enable-experimental-web-platform-features --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading