| Index: chrome_linux/installer/common/desktop.template
|
| ===================================================================
|
| --- chrome_linux/installer/common/desktop.template (revision 230844)
|
| +++ chrome_linux/installer/common/desktop.template (working copy)
|
| @@ -105,7 +105,7 @@
|
| Comment[zh_CN]=访问互联网
|
| Comment[zh_HK]=連線到網際網路
|
| Comment[zh_TW]=連線到網際網路
|
| -Exec=@@INSTALLDIR@@/@@PACKAGE@@ %U
|
| +Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ %U
|
| Terminal=false
|
| Icon=@@PACKAGE@@
|
| Type=Application
|
| @@ -165,7 +165,7 @@
|
| Name[vi]=Cửa sổ Mới
|
| Name[zh_CN]=新建窗口
|
| Name[zh_TW]=開新視窗
|
| -Exec=@@INSTALLDIR@@/@@PACKAGE@@
|
| +Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@
|
| TargetEnvironment=Unity
|
|
|
| [NewIncognito Shortcut Group]
|
| @@ -218,5 +218,5 @@
|
| Name[vi]=Cửa sổ ẩn danh mới
|
| Name[zh_CN]=新建隐身窗口
|
| Name[zh_TW]=新增無痕式視窗
|
| -Exec=@@INSTALLDIR@@/@@PACKAGE@@ --incognito
|
| +Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --incognito
|
| TargetEnvironment=Unity
|
|
|