diff options
Diffstat (limited to 'geyes')
-rw-r--r-- | geyes/Makefile.am | 6 | ||||
-rw-r--r-- | geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in | 2 | ||||
-rw-r--r-- | geyes/org.mate.panel.applet.GeyesAppletFactory.service.in | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/geyes/Makefile.am b/geyes/Makefile.am index d23fa119..09eaabf0 100644 --- a/geyes/Makefile.am +++ b/geyes/Makefile.am @@ -9,14 +9,14 @@ AM_CPPFLAGS = \ -DGEYES_THEMES_DIR=\""$(pkgdatadir)/geyes/"\" \ -DGEYES_MENU_UI_DIR=\""$(uidir)"\" -libexec_PROGRAMS = geyes-applet +libexec_PROGRAMS = mate-geyes-applet -geyes_applet_SOURCES = \ +mate_geyes_applet_SOURCES = \ geyes.c \ themes.c \ geyes.h -geyes_applet_LDADD = \ +mate_geyes_applet_LDADD = \ $(MATE_APPLETS4_LIBS) \ $(MATEDESKTOP_LIBS) \ -lm diff --git a/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in b/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in index d2080905..32db9be9 100644 --- a/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in +++ b/geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in @@ -1,6 +1,6 @@ [Applet Factory] Id=GeyesAppletFactory -Location=@LIBEXECDIR@/geyes-applet +Location=@LIBEXECDIR@/mate-geyes-applet _Name=Geyes Applet Factory _Description=Geyes Applet Factory diff --git a/geyes/org.mate.panel.applet.GeyesAppletFactory.service.in b/geyes/org.mate.panel.applet.GeyesAppletFactory.service.in index f1363812..2f490e7b 100644 --- a/geyes/org.mate.panel.applet.GeyesAppletFactory.service.in +++ b/geyes/org.mate.panel.applet.GeyesAppletFactory.service.in @@ -1,3 +1,3 @@ [D-BUS Service] Name=org.mate.panel.applet.GeyesAppletFactory -Exec=@LIBEXECDIR@/geyes-applet +Exec=@LIBEXECDIR@/mate-geyes-applet |