08-31-2011, 03:45 PM | #61 |
Calibre Plugins Developer
Posts: 4,688
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
@user_none - thanks for taking a look into this again. I tried to just make the changes you suggested, but I don't have a linux box to test it on myself.
@kovid - the problem with open_local_file is that it seems to take just a single filepath as the argument. Whereas I need to launch an app supplying additional arguments. Hence the plugin currently uses subprocess.Popen() |
08-31-2011, 04:16 PM | #62 |
creator of calibre
Posts: 44,555
Karma: 24495948
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Ah right, then you should duplicate the LD_LIBRARY_PATH logic in open_url()
|
Advert | |
|
08-31-2011, 09:01 PM | #63 |
Sigil & calibre developer
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
|
The latest version is working in my Ubuntu 11.04 VM. Can someone who's having a problem on Linux try it with calibre-debug -g and post the console output if it shows anything interesting?
|
08-31-2011, 09:40 PM | #64 | |
Well trained by Cats
Posts: 30,447
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Quote:
I hit Alt-E a few times, no joy Code:
calibre Debug log calibre 0.8.16 Linux-2.6.38-11-generic-i686-with-debian-squeeze-sid Linux ('Linux', '2.6.38-11-generic', '#48-Ubuntu SMP Fri Jul 29 19:05:14 UTC 2011') Python 2.7.1 Linux: ('debian', 'squeeze/sid', '') Starting up... Started up in 16.5851202011 |
|
08-31-2011, 09:44 PM | #65 | |
Sigil & calibre developer
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
|
Quote:
|
|
Advert | |
|
08-31-2011, 09:55 PM | #66 |
Well trained by Cats
Posts: 30,447
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
|
08-31-2011, 10:17 PM | #67 |
Sigil & calibre developer
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
|
I mean use the drop down arrow next to "Open With" in the tool bar. Then select the Sigil entry. This will ensure the Sigil item is run. I'm hoping there is something with your setup that Sigil isn't the default action or a shortcut conflict with the new shortcut code added recently.
|
08-31-2011, 10:50 PM | #68 | |
Well trained by Cats
Posts: 30,447
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Quote:
That way works. BTW when I set the 'Custom' keystroke for Open With : for Sigil entry, the entry appears like a pause button instead of saying Alt-E |
|
09-01-2011, 01:12 AM | #69 | |
Enthusiast
Posts: 30
Karma: 10
Join Date: May 2011
Device: xoom
|
Quote:
Just when right clicking and selecting 'open with/sigil' doesn't work |
|
09-01-2011, 01:27 AM | #70 |
US Navy, Retired
Posts: 9,867
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
|
Whether you click from the toolbar or right click and select open with in the context menu the same code is used to open Sigil. User_none was pointing out that using a shortcut might not be working yet as there may be a conflict between the new calibre shortcut customization and the customizable shortcuts in the plugin itself.
|
09-01-2011, 02:33 AM | #71 | |
Enthusiast
Posts: 30
Karma: 10
Join Date: May 2011
Device: xoom
|
Quote:
I don't know if it was just the reboot but it's working... I even deleted my calibre config and all plugins and retried just adding it in the context menu only to see if that was it - but it worked straight away?!? Anyways it seems to be fixed now - so thanks very much guys for your assistance with this Cheers |
|
09-01-2011, 04:17 AM | #72 |
Calibre Plugins Developer
Posts: 4,688
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Right - so everyone is working ok now, apart from possibly the keyboard shortcuts? (which incidentally work fine for me on Windows 7 at least). The shortcuts will hopefully be sorted for the next release once I figure out exactly how I am going to work with the new API around those.
Also kpw kindly informed me that the path to Sigil (default path for first time users of this plugin) was cased incorrectly with Sigil.sh instead of sigil.sh so that wil be changed for the next release. |
09-01-2011, 11:03 AM | #73 | |
Well trained by Cats
Posts: 30,447
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Quote:
|
|
09-05-2011, 05:47 AM | #74 |
Groupie
Posts: 183
Karma: 266070
Join Date: Dec 2010
Device: Win7,Win10,Lubuntu,smartphone
|
Bug!! ,,, and suggestions
Kiwidude,
Everything last version, I have tried to save settings and got this: Spoiler:
I suspect it has to do with the new (don't how much, haven't added anything for ages) "Search the Internet"-like layout. Now, the suggestions (see the "compare ePub thread" in Ideas for plugins: Open_with with two paths for 7-zip/WinMerge, paths being: - 2 compatible formats for selected book (i.e., PG zip html download/manybooks ePub: which should I convert from...?) - 2 selected books (i.e., from Find Duplicates) - selected book and clipboard (ticklish, needs some utility to capture whole Windows path to clipboard). What about it? |
09-05-2011, 07:48 PM | #75 |
Calibre Plugins Developer
Posts: 4,688
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
@carmenchu - thx for the bug report, I will make sure it is fixed for the next version. I suspect it has been broken for a long time. Both the Import and Export menu options will throw that error.
As for your suggestion, I'm afraid I don't really see it happening in this plugin. It is too bespoke to a specific purpose, and requires inputs that don't match those that Open With works with. |
Tags |
conversion, kepubify |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] Search the Internet | kiwidude | Plugins | 434 | 09-30-2024 04:04 AM |
New Plugin Type Idea: Library Plugin | cgranade | Plugins | 3 | 09-15-2010 01:11 PM |
Gui confusements. | brewt | Calibre | 8 | 12-30-2008 01:16 PM |
Reference Open eBook Forum: Open eBook Publication Structure. IMP. V1.0.1 14 September 2007 | DaleDe | IMP Books | 0 | 09-14-2007 06:06 PM |
iLiad GUI for the iLiad | tribble | iRex Developer's Corner | 1 | 06-01-2007 03:29 PM |