[gnome-disk-utility] Provide 24x24 application icon



commit aa729095f188ad8dbe036af375e1da6f32590470
Author: David Zeuthen <davidz redhat com>
Date:   Mon Feb 15 10:35:59 2010 -0500

    Provide 24x24 application icon
    
    Without a 24x24 icon, the icon in the Applications menu in the default
    gnome install looks blurry.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=562428

 configure.ac                    |    1 +
 data/icons/24x24/Makefile.am    |   15 +++++++++++++++
 data/icons/24x24/palimpsest.png |  Bin 0 -> 1345 bytes
 data/icons/Makefile.am          |    2 +-
 4 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4e0ec91..9838124 100644
--- a/configure.ac
+++ b/configure.ac
@@ -239,6 +239,7 @@ data/gdu-notification-daemon.desktop.in.in
 data/icons/Makefile
 data/icons/16x16/Makefile
 data/icons/22x22/Makefile
+data/icons/24x24/Makefile
 data/icons/48x48/Makefile
 data/icons/scalable/Makefile
 help/Makefile
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am
new file mode 100644
index 0000000..4dc6898
--- /dev/null
+++ b/data/icons/24x24/Makefile.am
@@ -0,0 +1,15 @@
+NULL =
+
+# for now we only have the application icon in 24x24 (which is needed
+# in the main menu to avoid a blurry icon)
+
+icondir = $(datadir)/icons/hicolor/24x24/apps
+icon_DATA = 				\
+	palimpsest.png			\
+	$(NULL)
+
+EXTRA_DIST = \
+	$(icon_DATA)
+
+clean-local :
+	rm -f *~
diff --git a/data/icons/24x24/palimpsest.png b/data/icons/24x24/palimpsest.png
new file mode 100644
index 0000000..3b634c4
Binary files /dev/null and b/data/icons/24x24/palimpsest.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index eb28721..3c1f3de 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,5 +1,5 @@
 
-SUBDIRS = 16x16 22x22 48x48 scalable
+SUBDIRS = 16x16 22x22 24x24 48x48 scalable
 
 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]