diff -dur xfce4-quicklauncher-plugin.orig/panel-plugin/Makefile.am xfce4-quicklauncher-plugin/panel-plugin/Makefile.am --- xfce4-quicklauncher-plugin.orig/panel-plugin/Makefile.am 2010-12-19 21:00:24.885695186 +0100 +++ xfce4-quicklauncher-plugin/panel-plugin/Makefile.am 2010-12-19 21:38:52.165140889 +0100 @@ -47,5 +47,5 @@ # get full path into .desktop file %.desktop.in: %.desktop.in.in - sed -e "s^@INTERNAL_PLUGIN_PATH@^$(libdir)/xfce4/panel-plugins^" \ + sed -e "s^@INTERNAL_PLUGIN_PATH@^$(libdir)/xfce4/panel/plugins^" \ $< > $@ diff -dur xfce4-quicklauncher-plugin.orig/panel-plugin/quicklauncher.desktop.in.in xfce4-quicklauncher-plugin/panel-plugin/quicklauncher.desktop.in.in --- xfce4-quicklauncher-plugin.orig/panel-plugin/quicklauncher.desktop.in.in 2010-12-19 21:00:24.886695079 +0100 +++ xfce4-quicklauncher-plugin/panel-plugin/quicklauncher.desktop.in.in 2010-12-19 21:39:31.888356683 +0100 @@ -3,6 +3,6 @@ Encoding=UTF-8 _Name=Quicklauncher _Comment=Program with several launchers -Icon=gnome-fs-executable -X-XFCE-Module=libquicklauncher.so -X-XFCE-Module-Path=@INTERNAL_PLUGIN_PATH@ +Icon=application-x-executable +X-XFCE-Module=quicklauncher +X-XFCE-Internal=TRUE