|
|
#1 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 29,231
Karma: 211539966
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
PageEdit 2.7.5 Released
PageEdit 2.7.5
PageEdit 2.7.5 is a mixture of bugfixes and new features. New Features
Bug Fixes
--------------------------------- Notes ----------------------------------- It's possible that Windows users may need to update their Visual Studio VC++ Redistributable runtimes if PageEdit doesn't run. The PageEdit Linux AppImage is built on Ubuntu Jammy (22.04) and is targeting glibc 2.35 and higher. Use ldd --version to see if your system at least has a shot at being able to use the AppImage. Don't forget to make sure the AppImage is executable after downloading. Trouble is not expected but be safe and backup your existing PageEdit preferences (if you have any) before trying the AppImage. This is especially important if you're currently using a pre-2.0 version of PageEdit. The latest PageEdit user guide can always be downloaded from the PageEdit website, or from its own GitHub repository. The MacOS builds are signed AND notarized. All PageEdit binary downloads (and source) can be found as assets at the bottom of the PageEdit 2.7.5 Github Release page. |
|
|
|
|
|
#2 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 29,231
Karma: 211539966
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
**Post reserved for future use **
|
|
|
|
|
|
#3 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,866
Karma: 80512826
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
Launching PageEdit 2.7.5 on my ChromeBook I receive the following in the terminal
Spoiler:
and yes hunspell is installed. Same error occurs now that I check with PageEdit-2.7.0 Last edited by PeterT; 03-13-2026 at 12:25 AM. |
|
|
|
|
|
#4 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 29,231
Karma: 211539966
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
The appimage should not be looking outside its own file system for the qtwebengine bdics. We fixed this a while back, but apparently they keep diddling the default locations to search for these spellcheck dictionaries.
I'll look into it. Thanks. |
|
|
|
|
|
#5 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 29,231
Karma: 211539966
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
You aren't by chance setting a systemwide QTWEBENGINE_DICTIONARIES_PATH environment variable are you? That would override where PageEdit looks for its .bdic files.
|
|
|
|
|
|
#6 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 29,231
Karma: 211539966
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
I checked on my Arch system and I don't get that warning. I extracted the AppImage and the .bdics are are in a location where PageEdit should find them if there's not a QTWEBENGINE_DICTIONARIES_PATH override in play.
|
|
|
|
|
|
#7 | |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,866
Karma: 80512826
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
Quote:
/etc/environment.d/90qtwebengine-dictionaries-path.conf contained QTWEBENGINE_DICTIONARIES_PATH=/usr/share/hunspell-bdic/ |
|
|
|
|
|
|
#8 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 29,231
Karma: 211539966
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
If you need that to be set for the system, you may need to create some sort of script to unset it for the PageEdit process.
Using a terminal to launch the the appimage and running: Code:
unset QTWEBENGINE_DICTIONARIES_PATH Perhaps we need to consider adapting our feature that allows for the setting of environment variables for PageEdit's process using the env-vars.txt file to be able to unset conflicting system variable as well. You could also extract the AppImage and move the contents of its squashfs/usr/bin/qtwebengine_dictionaries folder to your system /usr/share/hunspell-bdic/ folder if unsetting your system QTWEBENGINE_DICTIONARIES_PATH variable would cause problems. We don't want to eliminate the possibility that people need to legitimately override the location that the AppImage looks for those webengine spellcheck dictionaries. We only provide a few after all. Is there a package that could be installed on your Chromebook that would install those webengine spellcheck dictionaries to that /usr/share/hunspell-bdic folder? That could solve the problem too. I would think that the language your Chromebook is set to would already have that language's .bdic file installed there. But then the console message makes it sound like the /usr/share/hunspell-bdic path cannot be found at all. Last edited by DiapDealer; 03-13-2026 at 08:53 AM. |
|
|
|
|
|
#9 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,866
Karma: 80512826
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
Hmmm.. Installed as a part of libqt5webengine-data. Wouldn't suprise me if that had been installed when I was trying to compile sigil for the ChromeBook before the AppImage solution was released.
|
|
|
|
|
|
#10 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 29,231
Karma: 211539966
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Just as a follow-up: with PageEdit (or Sigil) 2.7.6, you can now unset preexisting environment variables (for only the PageEdit or Sigil process) by adding the following entry in the env-vars.txt file in the PageEdit/Sigil preferences folder:
~QTWEBENGINE_DICTIONARIES_PATH Just a tilde and the environment variable name is enough to unset it. That way you wouldn't have to risk messing with a system setting if you're unsure about it. Unsetting it that way will allow the AppImage to default back to its own included .bdic spellcheck dictionaries (while still allowing users to specify a custom location for those dictionaries if they want). |
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PageEdit-2.3.0 Released | DiapDealer | Sigil | 11 | 08-30-2024 09:58 PM |
| PageEdit-2.2.0 Released | DiapDealer | Sigil | 1 | 06-14-2024 08:36 PM |
| PageEdit-1.6.0 Released | DiapDealer | Sigil | 10 | 07-08-2021 12:34 PM |
| PageEdit-1.1.0 Released | DiapDealer | Sigil | 6 | 02-09-2020 07:29 PM |
| PageEdit-1.0.0 Released | DiapDealer | Sigil | 0 | 12-17-2019 08:47 PM |