X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=data%2Ftemplate.desktop;h=3b3e9953605241efbed2f2781f57eaa0200d5379;hp=3b446d7e03f97000f699552f85d218bd80e9417a;hb=HEAD;hpb=0f8dd9d965abc692b4624da75d5c65b3fe6feca4 diff --git a/data/template.desktop b/data/template.desktop index 3b446d7..3b3e995 100644 --- a/data/template.desktop +++ b/data/template.desktop @@ -1,8 +1,27 @@ [Desktop Entry] -Encoding=UTF-8 -Version=1.0 -Type=Application Name=DialCentral -Exec=/usr/bin/run-standalone.sh /opt/dialcentral/bin/dialcentral.py +GenericName=Google Voice Client +Comment=Google Voice Client +#[[[cog +# if VARIANT == "fremantle": +# cog.outl("Exec=/usr/bin/run-standalone.sh /usr/local/bin/%s" % PROGRAM) +# elif VARIANT == "harmattan": +# cog.outl("Exec=/usr/bin/invoker --single-instance --type=e /usr/local/bin/%s" % PROGRAM) +# elif VARIANT == "ubuntu": +# cog.outl("Exec=/usr/local/bin/%s" % PROGRAM) +# else: +# raise RuntimeError("Unsupported desktop file flavor %r" % PROGRAM) +# +# if VARIANT == "harmattan": +# cog.outl("Icon=/usr/share/icons/hicolor/80x80/apps/%s.png" % ICON_NAME) +# else: +# cog.outl("Icon=%s" % ICON_NAME) +#]]] +Exec=/usr/local/bin/DialCentral Icon=dialcentral +#[[[end]]] Categories=Network;InstantMessaging;Qt; +Type=Application +Encoding=UTF-8 +Version=1.0 +X-Osso-Type=application/x-executable