mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Change user profile dir and add safe mode option
This commit is contained in:
parent
7d039e978d
commit
4e9d0f4b17
1 changed files with 9 additions and 5 deletions
|
@ -105,14 +105,14 @@ Comment[vi]=Truy cập Internet
|
|||
Comment[zh_CN]=访问互联网
|
||||
Comment[zh_HK]=連線到網際網路
|
||||
Comment[zh_TW]=連線到網際網路
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --enable-experimental-web-platform-features --new-canvas-2d-api --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading %U
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --user-data-dir=$HOME/.config/thorium --no-default-browser-check --use-gl=desktop --enable-experimental-web-platform-features --new-canvas-2d-api --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading %U
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Icon=@@PACKAGE@@
|
||||
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/http;x-scheme-handler/https;
|
||||
Actions=new-window;new-private-window;content-shell;
|
||||
Actions=new-window;new-private-window;content-shell;safe-mode;
|
||||
|
||||
[Desktop Action new-window]
|
||||
Name=New Window
|
||||
|
@ -166,11 +166,15 @@ Name[uk]=Нове вікно
|
|||
Name[vi]=Cửa sổ Mới
|
||||
Name[zh_CN]=新建窗口
|
||||
Name[zh_TW]=開新視窗
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --enable-experimental-web-platform-features --new-canvas-2d-api --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --user-data-dir=$HOME/.config/thorium --no-default-browser-check --use-gl=desktop --enable-experimental-web-platform-features --new-canvas-2d-api --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading
|
||||
|
||||
[Desktop Action content-shell]
|
||||
Name=Open Content Shell
|
||||
Exec=/usr/bin/thorium-shell --enable-experimental-web-platform-features --new-canvas-2d-api --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading
|
||||
Exec=/usr/bin/thorium-shell --no-default-browser-check --use-gl=desktop --enable-experimental-web-platform-features --new-canvas-2d-api --show-component-extension-options --autoplay-policy=user-gesture-required --enable-clear-hevc-for-testing --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading
|
||||
|
||||
[Desktop Action safe-mode]
|
||||
Name=Open in Safe Mode
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --user-data-dir=$HOME/.config/thorium --no-default-browser-check --show-component-extension-options --no-experiments %U
|
||||
|
||||
[Desktop Action new-private-window]
|
||||
Name=New Incognito Window
|
||||
|
@ -222,4 +226,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 --enable-experimental-web-platform-features --new-canvas-2d-api --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --incognito --user-data-dir=$HOME/.config/thorium --no-default-browser-check --use-gl=desktop --enable-experimental-web-platform-features --new-canvas-2d-api --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading
|
||||
|
|
Loading…
Reference in a new issue