mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Change name to Thorium Browser, and add flags
This commit is contained in:
parent
a4249c3459
commit
659d28c2ab
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Thorium Web Browser
|
||||
Name=Thorium Browser
|
||||
# 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.
|
||||
GenericName=Web Browser
|
||||
|
@ -105,7 +105,7 @@ Comment[vi]=Truy cập Internet
|
|||
Comment[zh_CN]=访问互联网
|
||||
Comment[zh_HK]=連線到網際網路
|
||||
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
|
||||
Terminal=false
|
||||
Icon=@@PACKAGE@@
|
||||
|
@ -166,11 +166,11 @@ Name[uk]=Нове вікно
|
|||
Name[vi]=Cửa sổ Mới
|
||||
Name[zh_CN]=新建窗口
|
||||
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]
|
||||
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]
|
||||
Name=New Incognito Window
|
||||
|
@ -222,4 +222,4 @@ Name[uk]=Нове вікно в режимі анонімного перегля
|
|||
Name[vi]=Cửa sổ ẩn danh mới
|
||||
Name[zh_CN]=新建隐身窗口
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue