Hi,
According to the API docs for Desktop API -

http://code.google.com/apis/gears/api_desktop.html

The "name" argument to the createShortcut() method It cannot contain any of
these characters: "\/:*?<>|

Austin

On Sat, Nov 1, 2008 at 11:45 AM, Cloudream <[EMAIL PROTECTED]> wrote:

>
> var desktop = google.gears.factory.create("beta.desktop");
>
> desktop.createShortcut(
> "Falis here", //!!
> "http://cg2.cc/tool/bp/";,
> {"32x32":"/images/favicon.png"},
> "Chinese in description is OK"
> );
>
> When I try to call createShortcut with Chinese in name, it fails.
>

Reply via email to