Fix miscellaneous compiler warnings. - @interface of class ‘NSPopUpMenu’ not found - ‘NSCollectionViewItem’ may not respond to ‘-setTag:’ - logical not is only applied to the left hand side of comparison - initialization from distinct Objective-C type - variable ‘is_daemon’ set but not used - comparison between pointer and zero character constant
Support PopplerKit. . GWorkspace uses PDFKit for the PDF inspector and extractor. However, it can't be packaged for Debian as it is based on xpdf with the whole xpdf source bundled. OTOH, PopplerKit has incomplete API and is unsupported upstream. . The current patch is not ready to be forwarded upstream: - additional testing is necessary; - need to check whether PDFKit build was not broken accidentally; - no support for the extractor yet (due to PoplerKit API limitations).