https://bugs.freedesktop.org/show_bug.cgi?id=31059
--- Comment #18 from László Németh <[email protected]> 2011-12-06 01:12:43 PST --- Short description about the Lightproof integration with the dictionary extensions (it is not an automatic process yet): 1. Copy dialog/* and pythonpath/* directories and Lightproof.py, Linguistic.xcu of your Lightproof extension to the dictionaries/your_language/ directory of LibreOffice. 2. Extend COMPONENT_FILES variable of makefile.mk with these new files. 3. Extend manifest.xml with the following elements: <manifest:file-entry manifest:full-path="dialog/OptionsDialog.xcs" manifest:media-type="application/vnd.sun.star.configuration-schema" /> <manifest:file-entry manifest:full-path="dialog/OptionsDialog.xcu" manifest:media-type="application/vnd.sun.star.configuration-data" /> <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=Python" manifest:full-path="Lightproof.py"/> <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" manifest:full-path="Linguistic.xcu" /> 4. Change extension ID of dialog/OptionsDialog.xcu to the ID of the dictionary extension (see in description.xml): <prop oor:name="Id"> <value>org.openoffice.en.hunspell.dictionaries</value> </prop> -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
