Quote:
Originally Posted by RbnJrg
Sigil now compiled with Qt 6.5.2 from the Arch repo! Better late than never 
|
Make sure you install the pyside6 package for plugin support. Sigil with Qt6 uses PySide6 rather than PyQt5/6 for plugins (and of course most Linux repos consider plugin support "optional").
Actually, with Linux using the system python rather than a bundled python, you might be able to get away with using PyQt5 for plugins. But plugin devs have been notified about the change to PySide6 being the default moving forward with Sigil 2.0. Almost all (known) gui plugins that use Qt for Python have been modified to work with PyQ5 or PySide6, but there's always the possibility that some plugin devs could make Sigil 2.0 and PySide6 the minimums for new plugins.