Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 07-23-2025, 08:38 PM   #1
MikeMaloney
Junior Member
MikeMaloney began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jan 2021
Device: iBooks
FYI - macOS 26 (Tahoe) issue

This is just a heads up. (And I hope I'm not stepping out of line.)

I don't know where in the development cycle any new OS gets built against,
but the preview panel doesn't render correctly with macOS 26 (beta 3).

Text is rendered as a question mark inside a box. (attached)

(and to further the discussion of icons on the mac, they changed the look yet again.)

Cheers and thanks for the good work.
Attached Thumbnails
Click image for larger version

Name:	Sigil-macOS26b3.jpg
Views:	26
Size:	228.8 KB
ID:	217069  
MikeMaloney is offline   Reply With Quote
Old 07-23-2025, 08:59 PM   #2
MikeMaloney
Junior Member
MikeMaloney began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jan 2021
Device: iBooks
More data:

I opened an e-pub file that has embedded fonts and they render correctly.

So ... is it possible Apple moved the OS fonts and Sigil is looking in the wrong place?
MikeMaloney is offline   Reply With Quote
Advert
Old 07-23-2025, 09:24 PM   #3
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,777
Karma: 6000000
Join Date: Nov 2009
Device: many
From your photo, BookBrowser shows no embedded fonts. Please post the linked css stylesheet so that we can see what font they are trying to load. My guess is the font does not exist on your mac, and it is replaced by a font made of graphics. Notice that the fonts inside CodeView work just fine.

Or simply try another epub without embedded fonts (that never got loaded).

It could also be related to the font being chosen by Preview simply is broken.
Check out Sigil Preferences Appearance and look at the Preview tab. It uses pulldowns to specify fonts to be used if not set in CSS. Try changing those fonts.

Last edited by KevinH; 07-23-2025 at 09:42 PM.
KevinH is online now   Reply With Quote
Old 07-23-2025, 11:29 PM   #4
MikeMaloney
Junior Member
MikeMaloney began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jan 2021
Device: iBooks
The attached pic shows the default epub that is presented when I open the program.

I also opened the epub that the first pic came from and if I launch PageEdit from that project, it renders the section correctly.

I've also attached the css file, though I think the issue is with Preview.

Cheers
Attached Thumbnails
Click image for larger version

Name:	default_epub.jpg
Views:	13
Size:	376.5 KB
ID:	217073  
Attached Files
File Type: zip MM_base.css.zip (1.6 KB, 2 views)
MikeMaloney is offline   Reply With Quote
Old Yesterday, 07:46 AM   #5
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,777
Karma: 6000000
Join Date: Nov 2009
Device: many
Did you try changing the Preview font Preferences in Sigil Preferences under the Appearance, the use the Preview Tab, just like in your picture? Try changing all fonts in that setting.

The default epub when opened has no text in it to display in Preview. Try typing somethind into codeview inside the p tag. Then try changing the fonts in Sigil Preferences.

And finally try editing the css used in the epub shown in your original photo and removing the following entry completely from it as it sets a font variant that may not exist in the chosen font for Preview.

Code:
body {
  margin-left: 10%;
  margin-right: 10%;
  text-align: justify;
  font-kerning:normal;
  font-variant: common-ligatures oldstyle-nums proportional-nums;
  font-feature-settings: "kern", "liga", "clig", "onum", "pnum";
  font-family: serif;
  font-size: 1em;
  line-height: 1.5;
}
Please let me know what you find.

Last edited by KevinH; Yesterday at 07:57 AM.
KevinH is online now   Reply With Quote
Advert
Old Yesterday, 12:17 PM   #6
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,730
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by MikeMaloney View Post
I've also attached the css file, though I think the issue is with Preview.
There's a slight chance that UTF-8 encoding errors are causing the display problems.
Could you also please attach the HTML file that you used for the test?
(AFAIK, the Thomas Jefferson Bible is in the Public Domain.)
Doitsu is offline   Reply With Quote
Old Yesterday, 12:29 PM   #7
MikeMaloney
Junior Member
MikeMaloney began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jan 2021
Device: iBooks
No joy.

I added text to the default document and changed the preview fonts.
The pic shows the same behavior.
I also opened the other epub that has a custom CSS file and deleted the section you suggested with no change in the preview window.
Attached Thumbnails
Click image for larger version

Name:	_untitled.jpg
Views:	11
Size:	293.9 KB
ID:	217086  
MikeMaloney is offline   Reply With Quote
Old Yesterday, 01:10 PM   #8
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,777
Karma: 6000000
Join Date: Nov 2009
Device: many
Once you change the fonts in Preferences would you please try saving and exiting preferences and then quit out of Sigil completely and restart Sigil to make 100% sure Preview is using your new selections.

But it is very strange that Preview only works with embedded fonts, whereas CodeView works just fine. They would use the exact same Qt font server!

Last edited by KevinH; Yesterday at 01:15 PM.
KevinH is online now   Reply With Quote
Old Yesterday, 01:18 PM   #9
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,777
Karma: 6000000
Join Date: Nov 2009
Device: many
I did look at the QT Bugs related to macOS26 beta but as far as I can tell, they are working on it but there is no official support for it (yet).

According to many MacOS sites even macOS26 Beta 4 exhibits lots of problems. It is not yet ready for prime time. I typically stay one full macOS release back (I am running the latest Sonoma version now) just to keep my development and personal machines really stable.

It is also strange that PageEdit works but Preview does not as they share lots of code.

One last thing to try ...

go to Sigil preferences and disable gpu acceleration and then save and quit out of Sigil and then restart to see if that impacted anything?

Last edited by KevinH; Yesterday at 05:33 PM.
KevinH is online now   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Issue with OneDrive update (macOS) tomsem Calibre 13 06-15-2023 07:07 PM
MacOS ActiveState TCL 8.6.x and Sigil issue DiapDealer Plugins 28 02-20-2022 12:28 PM
macOS 10.15.2 Update solved the "Popping" issue on my 16-inch MBP WilliamLucas Apple Devices 1 12-19-2019 08:54 AM
macOS update installation issue OtinG Apple Devices 0 12-28-2018 10:45 AM
Other Non-Fiction Bird, Isabella: Lake Tahoe v1 23 jan 2009 mtravellerh ePub Books 0 01-23-2009 05:54 AM


All times are GMT -4. The time now is 11:57 AM.


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