Closed raffaem closed 2 years ago
Removing the configuration file with:
rm "/home/raffaele/.config/ReText project/ReText.conf"
have fixed it, but I had lost my work due to the crash!!!!!!!
The crash happens when I enable the WebKit renderer
I am sorry for this crash. It's a duplicate of #573, which I received and fixed last week. I will make a new 7.2.3 release ASAP.
Yeah it's fixed in retext-7.2 branch. I had problems in switching to Python 3.10 too. Thanks!
Just curious: what's the master branch for?
It's for the next major release, 7.3 or 8.0. This issue does not affect master because Qt WebKit support was removed there. See 84600d0b1923fe9b for an explanation.
Thanks :)
What is the alternative? WebEngine? How do I make ReText use WebEngine?
Yes, the alternative is WebEngine.
First, make sure it's installed (apt install python3-pyqt5.qtwebengine
or pip install PyQtWebEngine
).
Second, replace useWebKit=true
with useWebEngine=true
in the configuration file.
The new release is done now.
When I switch from edit to preview all is fine.
When I switch from preview back to edit, ReText crashes.
Here is the console output: