Fixing the icon path
authorEd Page <eopage@byu.net>
Sat, 13 Aug 2011 18:48:39 +0000 (13:48 -0500)
committerEd Page <eopage@byu.net>
Sat, 13 Aug 2011 18:48:39 +0000 (13:48 -0500)
data/template.desktop

index 39f7468..81c0641 100644 (file)
@@ -13,7 +13,7 @@ Comment=RPN Calculator
 #              raise RuntimeError("Unsupported desktop file flavor %r" % PROGRAM)
 #
 #      if VARIANT == "harmattan":
-#              cog.outl("Icon=/usr/share/icons/apps/80x80/%s.png" % ICON_NAME)
+#              cog.outl("Icon=/usr/share/icons/hicolor/80x80/apps/%s.png" % ICON_NAME)
 #      else:
 #              cog.outl("Icon=%s" % ICON_NAME)
 #]]]