Fix user data dir quirk
This commit is contained in:
parent
0028a86ddb
commit
26e3d32c67
1 changed files with 4 additions and 4 deletions
|
@ -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@@ --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
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --user-data-dir=.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@@
|
||||
|
@ -166,7 +166,7 @@ Name[uk]=Нове вікно
|
|||
Name[vi]=Cửa sổ Mới
|
||||
Name[zh_CN]=新建窗口
|
||||
Name[zh_TW]=開新視窗
|
||||
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
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --user-data-dir=.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
|
||||
|
@ -174,7 +174,7 @@ Exec=/usr/bin/thorium-shell --no-default-browser-check --use-gl=desktop --enable
|
|||
|
||||
[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
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --user-data-dir=.config/thorium --no-default-browser-check --show-component-extension-options --no-experiments %U
|
||||
|
||||
[Desktop Action new-private-window]
|
||||
Name=New Incognito Window
|
||||
|
@ -226,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 --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
|
||||
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --incognito --user-data-dir=.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