Not sure Enrico is still around so forwarding here ---
Hi Enrico, With gnustep trunk SystemPreferences shows an error dialog when loading MDIndexing.prefPane. I worked around this problem by renaming Preferences/Info.plist to MDIndexingInfo.plist and modifying the makefile with the following patch : Index: GNUmakefile =================================================================== --- GNUmakefile (révision 28737) +++ GNUmakefile (copie de travail) @@ -1,4 +1,3 @@ -PACKAGE_NAME = gworkspace include $(GNUSTEP_MAKEFILES)/common.make BUNDLE_NAME = MDIndexing @@ -17,7 +16,6 @@ MDIndexing_PRINCIPAL_CLASS = MDIndexing MDIndexing_RESOURCE_FILES = \ -Info.plist \ MDIndexing.tiff \ Resources/categories.plist \ Resources/Images/* \ I'm not sure why but it works for me ! Hope this helps, Philippe -- So this is it, we're going to die - Arthur Dent. _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
