Merge pull request #9 from devindice/Feature-Google-Chrome-Fix

Removing no-sandbox flag
This commit is contained in:
Devin Dice 2022-08-18 16:23:14 -04:00 committed by GitHub
commit 033efdfbc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]=Ca s Mi Name[vi]=Ca s Mi
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]=Ca s n danh mi Name[vi]=Ca s n danh mi
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