Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 04-29-2020, 04:46 AM   #1
carmenchu
Groupie
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: 191
Karma: 266070
Join Date: Dec 2010
Location: Spain
Device: Win10,Win11,Ubuntu,PockbookLux44
Windows 'recent' menu

A very minor issue, which I find distracting.
1. Right-clicking on the Sigil icon in windows10 start menu shows a list of 'recently opened documents'--only those opened directly from windows, not from calibre 'open epub with' nor from Sigil's own 'recent' list, which shows those.
2. BUT, as seen in the attachment it also shows recently added/updated plugins... some risk of unwanted clicks...
Attached Thumbnails
Click image for larger version

Name:	Clipboard01.jpg
Views:	178
Size:	22.6 KB
ID:	178902  
carmenchu is offline   Reply With Quote
Old 04-29-2020, 07:02 AM   #2
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: 28,574
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
QWinExtras provides some functionality into manipulating these Windows API-provided MRU jumplists, but I'm just not sure how far down the Windows rabbit-hole I'm willing to go in a cross-platform application. That would require really uglying up some fairly straightforward cross-platform code with uncertain results. I know I can add things to a new mru jumplist, but I've no idea if we could (or even want to) completely take over the automatic population of the existing win api provided mru jumplist. Nor do I think we would have any control over what gets added to that particular jumplist when Sigil is launched via calibre's Open With feature/plugin.

I'll do some investigating, though.

Last edited by DiapDealer; 04-29-2020 at 07:05 AM.
DiapDealer is online now   Reply With Quote
Old 04-29-2020, 04:19 PM   #3
carmenchu
Groupie
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: 191
Karma: 266070
Join Date: Dec 2010
Location: Spain
Device: Win10,Win11,Ubuntu,PockbookLux44
Quote:
Originally Posted by DiapDealer View Post
I'll do some investigating, though.
Thanks!
So far, the only program I know of that populates the MRU with all 'recently opened', irrespectively of mode of call (included 'open with' from another prgram) is Inkscape...
However, I have put that part as a lost cause--it seems more basic NOT to click the topmost item in Sigil's jump list and get an error == plugin, not epub!


Note: perhaps Inkscape 'sends to MRU' on file-close, instead on fle-opne...

Last edited by carmenchu; 04-29-2020 at 04:22 PM. Reason: Addition
carmenchu is offline   Reply With Quote
Old 04-29-2020, 05:31 PM   #4
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: 28,574
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by carmenchu View Post
Note: perhaps Inkscape 'sends to MRU' on file-close, instead on fle-opne...
The standard program MRU (available via the File menu) and the Windows Start Menu Recent Documents MRU jumplist are two completely different beasts. The first is easily controlled by Qt in a cross-platform manner. The second is a Windows-only affair that is only able to be influenced via the QtWinExtras library. None of Sigil's current code is being used to populate that list. That's all Windows.

Last edited by DiapDealer; 04-29-2020 at 06:14 PM.
DiapDealer is online now   Reply With Quote
Old 04-30-2020, 09:38 AM   #5
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: 28,574
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Actually when it boils right down to it, I can't duplicate your issue on Windows 7 (when Taskbar/Start Menu MRU jumplists were first introduced), or on Windows 10. No matter how many plugins I add to Sigil (or remove/update) via the the plugin manager, I can't get any plugin zip files to show up in the mru jumplist. The list is strictly epubs.

The Windows OS automatically populates that list, and it uses (registry) associated file-types to determine which file-types are appropriate to include for each application. Could it be that your registry file-type associations for Sigil have become damaged? Or maybe manually changed to include .zip mime-types somehow? Or you've not allowed .epub files to be associated with Sigil when installing Sigil?
DiapDealer is online now   Reply With Quote
Old 04-30-2020, 05:38 PM   #6
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,731
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Hmmm - if this is what you mean, you'll see that I get plugin .zips and .jpgs in Sigil jump lists :

Click image for larger version

Name:	Annotation 2020-05-01 072429.jpg
Views:	163
Size:	41.5 KB
ID:	178944

I never use Sigil's jump list so I've not noticed, I either use Sigil from Windows or Calibre's built-in Open With.

But, I see that Sigil is in Windows Open With list for both .zip and .jpg - pretty sure I didn't put them there.

BR

I changed the taskbar icon so I could see it
BetterRed is offline   Reply With Quote
Old 04-30-2020, 06:58 PM   #7
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: 28,574
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Sigil certainly didn't associate itself with .zip files (or anything else other than .epub for that matter). The Sigil installer contains exactly one option to associate files and that's for .epub. Any other associations or open-with choices have been made by the user or by Windows.

I don't use the built-in Windows jumplists either. But I can't get anything but epubs to show up in them on my Windows machines. I don't have the first clue how you guys are getting other filetypes to be associated with Sigil.

Last edited by DiapDealer; 04-30-2020 at 07:06 PM.
DiapDealer is online now   Reply With Quote
Old 05-01-2020, 03:18 AM   #8
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,731
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
I've removed Sigil from .jpg and .zip Open With lists, and cleared Sigil's jump list. I'll try to keep an eye on them.

But, given all the .zip files that were in the MRU list were Sigil plugins suggests it's something to do with installing them

Yep, added FootnoteLinker plugin, now it's in the Sigil MRU and .zip Open With has Sigil as an option, and then I added a .jpg via File->Add->Existing files, and it's in the Sigil MRU and Sigil is in the .jpg Open With options.

Click image for larger version

Name:	Annotation 2020-05-01 170506.jpg
Views:	158
Size:	213.9 KB
ID:	178953

Well, that wasn't hard.

Fessing up time - I'm using 1.0.0, but adding plugins and images is hardly bleeding edge technology

BR

Last edited by BetterRed; 05-01-2020 at 03:24 AM. Reason: Forgot screenshot
BetterRed is offline   Reply With Quote
Old 05-01-2020, 04:06 AM   #9
carmenchu
Groupie
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: 191
Karma: 266070
Join Date: Dec 2010
Location: Spain
Device: Win10,Win11,Ubuntu,PockbookLux44
Quote:
Originally Posted by BetterRed View Post
I've removed Sigil from .jpg and .zip Open With lists, and cleared Sigil's jump list. I'll try to keep an eye on them.

But, given all the .zip files that were in the MRU list were Sigil plugins suggests it's something to do with installing them

Yep, added FootnoteLinker plugin, now it's in the Sigil MRU and .zip Open With has Sigil as an option, and then I added a .jpg via File->Add->Existing files, and it's in the Sigil MRU and Sigil is in the .jpg Open With options.
BR
That's my situation as well, though I'm on version 1.2.
Moreover:
1. I haven't associated Sigil with anything as 'default program'
2. I put it on explorer's 'open with' only for epubs
3. It appears on its own (no action on my part) in the 'open with' menu of zip files and images, although images added to an epub opened from calibre don't go to the jump list...
Well--one of my grumbles against recent windows is its increasing 'underhand' featuring... but I find the particular sitution annoying: yes, I use the jump list for manuals I am editing directly in Sigil (not through calibre)...
carmenchu is offline   Reply With Quote
Old 05-01-2020, 07:13 AM   #10
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: 28,574
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by BetterRed View Post
Yep, added FootnoteLinker plugin, now it's in the Sigil MRU and .zip Open With has Sigil as an option, and then I added a .jpg via File->Add->Existing files, and it's in the Sigil MRU and Sigil is in the .jpg Open With options.
That's exactly what I've been doing to test this, and neither the plugin's zip nor the jpg get added to the mru when I do it. Tested it on 3 different Windows 10 systems and one Windows 7 system now. And neither have affected the Open With list for either extension.

It's not Sigil doing it. It something on your systems.

Last edited by DiapDealer; 05-01-2020 at 07:37 AM.
DiapDealer is online now   Reply With Quote
Old 05-01-2020, 07:51 AM   #11
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: 28,574
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by BetterRed View Post
Fessing up time - I'm using 1.0.0, but adding plugins and images is hardly bleeding edge technology
It wouldn't matter what version of Sigil you were using. There's simply nothing in any of Sigil's codebase, or Sigil's installer code that can modify/affect the 100% Windows Start Menu/Taskbar MRU jumplist feature.
DiapDealer is online now   Reply With Quote
Old 05-01-2020, 07:54 AM   #12
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,731
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Happens in Safe Mode, no other programs running, no shell extensions, no 3rd party tray apps etc. Feels like a Windows thing to me. Windows default programs, file associations, etc have been a shambles since Adam was a boy. It doesn't bother me, so I won't spend any more time on it

But, PM me if you want me to try anything, you too carmenchu.

BR
BetterRed is offline   Reply With Quote
Old 05-01-2020, 08:06 AM   #13
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: 28,574
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
There have been several known file association bugs in Windows 10 1803 and 1809. After changing them, they wouldn't seem to "take."
DiapDealer is online now   Reply With Quote
Old 05-01-2020, 01:20 PM   #14
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,243
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by DiapDealer View Post
That's exactly what I've been doing to test this, and neither the plugin's zip nor the jpg get added to the mru when I do it. Tested it on 3 different Windows 10 systems and one Windows 7 system now. And neither have affected the Open With list for either extension.

It's not Sigil doing it. It something on your systems.
On my Windows systems, files I open from within Sigil show on the MRU list. This happens with my laptop, in a VM running an Insider Preview release and in a VM running Windows 7.

Recently, I was adding 3 episodes in Ilona Andrew's Ryder blog posts story and the MRU now shows Ryder Part 5.html, Ryder Part 6.html and Ryder Part 7.html at the top of the list. Though it was not showing the 3 .jpg images I imported when the HTML was pointing to the web for those images. As another test, I added the Borkify plugin after clearing the jump list and it showed when I right clicked on Sigil in the start menu or the taskbar icon.

I would say this is expected behaviour since Windows is showing the files most recently used by Sigil. This is nothing to do with file associations. I used Notepad++ to open a .PNG file and it showed in it's MRU, ditto when I used Sigil's add existing file to add an .uxz file (landed in Misc, BTW).
Attached Thumbnails
Click image for larger version

Name:	SIgil_recent.png
Views:	146
Size:	63.6 KB
ID:	178969  
DNSB is online now   Reply With Quote
Old 05-01-2020, 02:06 PM   #15
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: 28,574
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
But there HAS to be some sort of Windows setting that affects what show up in the list. How else to explain that after opening html files, using Add Existing to add jpg|png|gif files, adding plugins (zip files), I still don't see anything BUT .epubs in the Windows MRU list for Sigil?

I would be more than happy to say it's expected Windows behavior except for one nagging thing: it doesn't happen on any of my systems (3 Win10 and 1 Win7). I'm trying my damndest to get ANYTHING other than epub show up in the list, and I can't! I'm using Sigil to try and open every file-type under the sun and the only things that get added are epubs I've recently opened.

And why does adding a jpeg file to an epub in Sigil add Sigil to the Windows Open With list for jpgs for BetterRed, when it does nothing of the sort for me? Same for adding plugins (.zips)?

Something obvious has to being missed here! Otherwise the different behaviors being experienced just don't make sense.

Last edited by DiapDealer; 05-01-2020 at 02:09 PM.
DiapDealer is online now   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding Books to Calibre via Windows 10 SendTo Menu? Jo69 Calibre 6 10-13-2019 03:32 PM
Clearing the Recent Searches Dropdown Menu in Calibre's E-book Viewer ghostdad Calibre 1 02-04-2019 07:28 PM
Hyperlinks :Section Menu and Main menu not clickable/working in recipe generated mitra Recipes 0 01-22-2016 04:37 AM
section menu/ main menu link auto added even if output-profile was set to kindle flyingfoxlee Recipes 1 05-20-2013 11:42 PM
main menu, section menu, css for calibre mobipocket output naisren Calibre 2 08-23-2010 11:42 PM


All times are GMT -4. The time now is 02:01 PM.


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