Hello Thomas, [email protected] schrieb am Mittwoch, 23. April 2025 um 19:16:06 UTC+2:
This sounds like the same problem we just closed an issue for ( https://github.com/leo-editor/leo-editor/issues/4327). It's a problem with the 6.9.0 QtWebEngine not playing well with the graphics card. Try exporting this setting: QTWEBENGINE_CHROMIUM_FLAGS=--disable-gpu This suggestion does not work in my Fedora 41 VM. - See log below ... With kind regards, Viktor ### (Leo) [user@fedora-leo-study-vm Leo]$ (Leo) [user@fedora-leo-study-vm Leo]$ export QTWEBENGINE_CHROMIUM_FLAGS=--disable-gpu (Leo) [user@fedora-leo-study-vm Leo]$ (Leo) [user@fedora-leo-study-vm Leo]$ env | grep 'QTWEB' QTWEBENGINE_CHROMIUM_FLAGS=--disable-gpu (Leo) [user@fedora-leo-study-vm Leo]$ (Leo) [user@fedora-leo-study-vm Leo]$ leo & [1] 1838 (Leo) [user@fedora-leo-study-vm Leo]$ setting leoID from os.getenv('USER'): 'user' Leo 6.8.3, master branch Python 3.13.2, PyQt version 6.9.0 linux Traceback (most recent call last): File "/home/user/PyVE/PyPI/Leo/lib64/python3.13/site-packages/leo/core/leoPlugins.py", line 545, in loadOnePluginHelper __import__(moduleName) ~~~~~~~~~~^^^^^^^^^^^^ File "/home/user/PyVE/PyPI/Leo/lib64/python3.13/site-packages/leo/plugins/viewrendered3.py", line 1043, in <module> qwv = QtWebEngineWidgets.QWebEngineView ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'QWebEngineView' Traceback (most recent call last): File "/home/user/PyVE/PyPI/Leo/lib64/python3.13/site-packages/leo/core/leoPlugins.py", line 545, in loadOnePluginHelper __import__(moduleName) ~~~~~~~~~~^^^^^^^^^^^^ File "/home/user/PyVE/PyPI/Leo/lib64/python3.13/site-packages/leo/plugins/viewrendered3.py", line 1043, in <module> qwv = QtWebEngineWidgets.QWebEngineView ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'QWebEngineView' Traceback (most recent call last): File "/home/user/PyVE/PyPI/Leo/lib64/python3.13/site-packages/leo/core/leoPlugins.py", line 545, in loadOnePluginHelper __import__(moduleName) ~~~~~~~~~~^^^^^^^^^^^^ File "/home/user/PyVE/PyPI/Leo/lib64/python3.13/site-packages/leo/plugins/viewrendered3.py", line 1043, in <module> qwv = QtWebEngineWidgets.QWebEngineView ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'QWebEngineView' -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/leo-editor/8faae53e-3135-458e-b47f-fe460b01a1cbn%40googlegroups.com.
