Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old Today, 12:01 PM   #166
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,159
Karma: 211348980
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Ok. So to be clear... you can browse to the file, you can select the file, and it enters the path into the text box with no problem. The issue arises only after you try to run the plugin at which point it hangs. Than canceling the plugin show the process crashing.

If that's the case, that's even odder. I can't see how that would differ at all from manually editing the .json preferences.

If the gui process doesn't have permissions to overwrite the plugin preferences json in ~/.local/sigil-ebook/sigil, then I would expect any gui plugin that saved preferences to fail miserably. They all write/overwrite things there. Have you tried other plugins of mine to verify?
DiapDealer is offline   Reply With Quote
Old Today, 01:28 PM   #167
carmenchu
Addict
carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.
 
Posts: 207
Karma: 266070
Join Date: Dec 2010
Location: Spain
Device: Win10,Win11,Ubuntu,PockbookLux44
That's it: the plugin reports 'running', and offers to chose a file, but once the path is selected, the plugin gets frozen, and after aborting, no changes to the path are reflected in the .json file, However, the file itself appears as updated. but it doesn't reflect any change related to the 'right click'--that I can see.
A short trial of Tag-Mechanic has shown no issues. ¿¿??
carmenchu is offline   Reply With Quote
Advert
Old Today, 01:37 PM   #168
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,159
Karma: 211348980
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Can you see if the permissions on the PunctuationSmarten preferences json match the permissions on the one for TagMechanic?
DiapDealer is offline   Reply With Quote
Old Today, 03:58 PM   #169
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,159
Karma: 211348980
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Can you also verify that you're using the bundled Python for the plugin interpreter? That box will uncheck if you use a non-AppImage version of Sigil. It will stay unchecked when run with the AppImage until you check it again. The AppImage will happily try to use the system Python with that box unchecked.

There are two lines of code in v0.5.990 of the plugin that will not work with versions of Python older than 3.6. I would expect different error messages, but I'd still like to be certain.

If your system version of Python is newer than Python3.6, then this won't matter.
DiapDealer is offline   Reply With Quote
Old Today, 04:51 PM   #170
carmenchu
Addict
carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.carmenchu ought to be getting tired of karma fortunes by now.
 
Posts: 207
Karma: 266070
Join Date: Dec 2010
Location: Spain
Device: Win10,Win11,Ubuntu,PockbookLux44
The answer is yes to both questions. At least, as far as can be seen by a complete tyro in re: Linux groups / permissions.
carmenchu is offline   Reply With Quote
Advert
Old Today, 05:05 PM   #171
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,159
Karma: 211348980
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
I need to prepare a debug version that will help identify exactly where the code is falling down.
DiapDealer is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
epubcheck plugin for Sigil Doitsu Plugins 562 01-17-2026 05:03 PM
[Plugin] ePub3-itizer - epub3 output plugin for Sigil KevinH Plugins 457 05-28-2025 07:14 PM
[Plugin] KindleImport Sigil plugin DiapDealer Plugins 187 07-04-2022 11:11 AM
icarus Sigil plugin AlPe Plugins 26 12-05-2017 11:03 AM
smoothRemove_v010 plugin for Sigil kbanelas Plugins 15 01-27-2017 06:51 PM


All times are GMT -4. The time now is 08:05 PM.


MobileRead.com is a privately owned, operated and funded community.