View Single Post
Old 10-09-2019, 12:43 PM   #44
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 29,140
Karma: 211348980
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Very cool! Thanks for reporting back.

Do you know if the system hunspell library is available to plugins or not? That might be something to look at. There's a test plugin in the docs directory of the Sigil source (make sure you use the version found in the source at the same tag-level you built) that can be installed/run to test the various pieces of the plugin framework.

I know that Tkinter is not available on Haiku, so plugins that rely on Tkinter for gui features are not going to work, but I had plugins that used PyQt5 working. That test plugin will report which features of the plugin system is working and which are failing. Most will be down to making sure certain python modules are installed, but a few features (including libhunspell) may need some tweaking.

Last edited by DiapDealer; 10-09-2019 at 12:55 PM.
DiapDealer is offline   Reply With Quote