https://bugzilla.xfce.org/show_bug.cgi?id=14070
--- Comment #7 from Ali Akcaagac <[email protected]> --- The introspection issue might be related to something different. I've been running an automate build process here, that permanently downloads Xfce Git (core components, apps and a few plugins) and builds them. Said system runs on Fedora 27 and executes every night. The above patch added the missing thunarx-provider-module.h file to the list of headers within the Makefile.am, which, after "./autogen --prefix=/usr ; make dist" includes that file into the resulting tar.bz2 file. Without that headerfile you end up getting the issue as mentioned in the first bugreport. Thunar can't be compiled without that headerfile, once you release a release tarball by issuing "make dist", which doesn't include said headerfile. There is no way around it without that patch. But I've seen other Xfce packages that received some introspection fixes recently: -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
