This is an automated email from the git hooks/post-receive script. a l e x p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4 in repository xfce/thunar.
commit f0c0ab425b9825c975c9de0db94c179395835b28 Author: Alexander Schwinn <[email protected]> Date: Sun Jan 27 21:13:04 2019 +0100 renamed org.freedesktop.FileManager1.service.in to org.xfce.Thunar.FileManager1.service.in to avoid name clashes (Bug #12414) --- Makefile.am | 2 +- ...p.FileManager1.service.in => org.xfce.Thunar.FileManager1.service.in | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index bd2a6e9..cb2db7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,7 +81,7 @@ appdata_in_files = org.xfce.thunar.appdata.xml.in servicedir = $(datadir)/dbus-1/services service_in_files = org.xfce.FileManager.service.in \ org.xfce.Thunar.service.in \ - org.freedesktop.FileManager1.service.in + org.xfce.Thunar.FileManager1.service.in service_DATA = $(service_in_files:.service.in=.service) systemd_userdir = $(prefix)/lib/systemd/user diff --git a/org.freedesktop.FileManager1.service.in b/org.xfce.Thunar.FileManager1.service.in similarity index 100% rename from org.freedesktop.FileManager1.service.in rename to org.xfce.Thunar.FileManager1.service.in -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
