From 90a793596722c0395335f5a13e70efc7e2b73a09 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 17 Feb 2015 19:48:45 -0600 Subject: [PATCH] thunar-tpa: Install desktop file to $(datadir)/xfce4/panel/plugins (instead of $(datadir)/xfce4/panel-plugins/ for consistency with other panel plugins) --- plugins/thunar-tpa/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/thunar-tpa/Makefile.am b/plugins/thunar-tpa/Makefile.am index 063b706..75002ae 100644 --- a/plugins/thunar-tpa/Makefile.am +++ b/plugins/thunar-tpa/Makefile.am @@ -35,7 +35,7 @@ libthunar_tpa_la_LDFLAGS = \ -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \ $(PLATFORM_LDFLAGS) -desktopdir = $(datadir)/xfce4/panel-plugins +desktopdir = $(datadir)/xfce4/panel/plugins desktop_in_files = thunar-tpa.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ -- 2.3.0