3b3e9953605241efbed2f2781f57eaa0200d5379
[gc-dialer] / data / template.desktop
1 [Desktop Entry]
2 Name=DialCentral
3 GenericName=Google Voice Client
4 Comment=Google Voice Client
5 #[[[cog
6 #       if VARIANT == "fremantle":
7 #               cog.outl("Exec=/usr/bin/run-standalone.sh /usr/local/bin/%s" % PROGRAM)
8 #       elif VARIANT == "harmattan":
9 #               cog.outl("Exec=/usr/bin/invoker --single-instance --type=e /usr/local/bin/%s" % PROGRAM)
10 #       elif VARIANT == "ubuntu":
11 #               cog.outl("Exec=/usr/local/bin/%s" % PROGRAM)
12 #       else:
13 #               raise RuntimeError("Unsupported desktop file flavor %r" % PROGRAM)
14 #
15 #       if VARIANT == "harmattan":
16 #               cog.outl("Icon=/usr/share/icons/hicolor/80x80/apps/%s.png" % ICON_NAME)
17 #       else:
18 #               cog.outl("Icon=%s" % ICON_NAME)
19 #]]]
20 Exec=/usr/local/bin/DialCentral
21 Icon=dialcentral
22 #[[[end]]]
23 Categories=Network;InstantMessaging;Qt;
24 Type=Application
25 Encoding=UTF-8
26 Version=1.0
27 X-Osso-Type=application/x-executable