Fixed icon problem in meaemo main menu
authorMateusz Półrola <mateusz.polrola@comarch.pl>
Fri, 6 Aug 2010 08:05:16 +0000 (10:05 +0200)
committerMateusz Półrola <mateusz.polrola@comarch.pl>
Fri, 6 Aug 2010 08:05:16 +0000 (10:05 +0200)
data/64x64/mdictionary.png [deleted file]
data/icons/64x64/mdictionary.png [new file with mode: 0755]
data/mdictionary.desktop [deleted file]
data/other/mdictionary.desktop [new file with mode: 0644]
trunk/src/base/base.pro

diff --git a/data/64x64/mdictionary.png b/data/64x64/mdictionary.png
deleted file mode 100644 (file)
index 241ca6d..0000000
Binary files a/data/64x64/mdictionary.png and /dev/null differ
diff --git a/data/icons/64x64/mdictionary.png b/data/icons/64x64/mdictionary.png
new file mode 100755 (executable)
index 0000000..3768425
Binary files /dev/null and b/data/icons/64x64/mdictionary.png differ
diff --git a/data/mdictionary.desktop b/data/mdictionary.desktop
deleted file mode 100644 (file)
index c6131cf..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Version=1.0
-Type=Application
-Categories=Office
-Name=mDictionary
-Icon=mdictonary
-Exec=/usr/bin/mdictionary
-X-Maemo-Category=Main
-
diff --git a/data/other/mdictionary.desktop b/data/other/mdictionary.desktop
new file mode 100644 (file)
index 0000000..46c99fe
--- /dev/null
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0
+Type=Application
+Categories=Office
+Name=mDictionary
+Icon = mdictionary
+Exec=/usr/bin/mdictionary
+X-Maemo-Category=Main
+
index 58950c4..7b328a7 100644 (file)
@@ -51,19 +51,13 @@ unix {
 
   #MAKE INSTALL
 
-  INSTALLS += target desktop icon26 icon48 icon64
+  INSTALLS += target desktop icon64
 
   target.path =$$BINDIR
 
   desktop.path = $$DATADIR/applications/hildon
-  desktop.files += ../../../data/$${TARGET}.desktop
+  desktop.files += ../../../data/other/$${TARGET}.desktop
 
-  icon26.path = $$DATADIR/icons/hicolor/26x26/apps
-  icon26.files += ../../../data/26x26/$${TARGET}.png
-
-  icon48.path = $$DATADIR/icons/hicolor/48x48/apps
-  icon48.files += ../../../data/48x48/$${TARGET}.png
-
-  icon64.path = $$DATADIR/icons/hicolor/64x64/apps
-  icon64.files += ../../../data/64x64/$${TARGET}.png
+  icon64.path = $$DATADIR/icons/hicolor/64x64/hildon
+  icon64.files += ../../../data/icons/64x64/$${TARGET}.png
 }