aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-01-19 23:43:17 +0100
committerJavier <dev.git@javispedro.com>2015-01-19 23:43:17 +0100
commit6b15d16de624be86060e7b484062d03f478b14a7 (patch)
tree13ac6f9812258c3776ff3dcdff0d67aa770c273b
parente0bd3efce3a1a933432f273eb3c15a3008f086db (diff)
downloadtopmenu-gtk-6b15d16de624be86060e7b484062d03f478b14a7.tar.gz
topmenu-gtk-6b15d16de624be86060e7b484062d03f478b14a7.zip
add a topmenu icon to the applet selection dialog
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
-rw-r--r--icons/48x48/topmenu-applet.pngbin0 -> 1803 bytes
-rw-r--r--icons/Makefile.am4
-rw-r--r--mate-applet/com.javispedro.topmenu.MatePanelApplet.mate-panel-applet.in6
5 files changed, 9 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index b1458e4..d369e3e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = libtopmenu-server libtopmenu-client module test mate-applet
+SUBDIRS = libtopmenu-server libtopmenu-client module test mate-applet icons
noinst_HEADERS = global.h
diff --git a/configure.ac b/configure.ac
index a7cb8c3..28d66d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,6 +97,7 @@ AC_CONFIG_FILES([
libtopmenu-server/Makefile
module/Makefile
mate-applet/Makefile
+ icons/Makefile
test/Makefile
])
diff --git a/icons/48x48/topmenu-applet.png b/icons/48x48/topmenu-applet.png
new file mode 100644
index 0000000..7fb9bb3
--- /dev/null
+++ b/icons/48x48/topmenu-applet.png
Binary files differ
diff --git a/icons/Makefile.am b/icons/Makefile.am
new file mode 100644
index 0000000..1e40022
--- /dev/null
+++ b/icons/Makefile.am
@@ -0,0 +1,4 @@
+
+appicon48dir = $(datadir)/icons/hicolor/48x48/apps
+appicon48_DATA = 48x48/topmenu-applet.png
+
diff --git a/mate-applet/com.javispedro.topmenu.MatePanelApplet.mate-panel-applet.in b/mate-applet/com.javispedro.topmenu.MatePanelApplet.mate-panel-applet.in
index 12b7618..3a0fbb0 100644
--- a/mate-applet/com.javispedro.topmenu.MatePanelApplet.mate-panel-applet.in
+++ b/mate-applet/com.javispedro.topmenu.MatePanelApplet.mate-panel-applet.in
@@ -2,9 +2,9 @@
Id=TopMenuMatePanelAppletFactory
Location=@LIBEXECDIR@/topmenu-mate-panel-applet
Name=TopMenu Mate Panel Applet Factory
-Description=Trash Applet Factory
+Description=TopMenu Mate Panel Applet Factory
[TopMenuMatePanelApplet]
Name=TopMenu Panel Applet
-Description=Shows the TopMenu menu bar
-Icon=user-trash-full
+Description=Shows the menubar from the current active window
+Icon=topmenu-applet