mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-08 01:15:38 +01:00
Merge pull request #9 from devindice/Feature-Google-Chrome-Fix
Removing no-sandbox flag
This commit is contained in:
commit
033efdfbc6
1 changed files with 3 additions and 3 deletions
|
|
@ -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/google-chrome-stable --no-sandbox --disable-dev-shm-usage %U
|
Exec=/usr/bin/google-chrome-stable --disable-dev-shm-usage %U
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Icon=google-chrome
|
Icon=google-chrome
|
||||||
|
|
@ -166,7 +166,7 @@ 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/google-chrome-stable --no-sandbox --disable-dev-shm-usage
|
Exec=/usr/bin/google-chrome-stable --disable-dev-shm-usage
|
||||||
|
|
||||||
[Desktop Action new-private-window]
|
[Desktop Action new-private-window]
|
||||||
Name=New Incognito Window
|
Name=New Incognito Window
|
||||||
|
|
@ -218,4 +218,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/google-chrome-stable --incognito --no-sandbox --disable-dev-shm-usage
|
Exec=/usr/bin/google-chrome-stable --incognito --disable-dev-shm-usage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue