Tried on Ubuntu and Fedora. Same thing happens when I open it after completing setup wizard. Here's the error message.
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/openlp/core/ui/mainwindow.py", line 823, in paintEvent
self.preview_controller.preview_size_changed()
File "/usr/lib/python3.10/site-packages/openlp/core/ui/slidecontroller.py", line 619, in preview_size_changed
max_height = self.preview_frame.height() - self.grid.contentsMargins().top() * 2
AttributeError: 'PreviewController' object has no attribute 'grid'
Comments
The same issue is reported here: https://forums.openlp.org/discussion/5813/openlp-not-working-on-linux-mint-21-ubuntu-22-04#latest
TLDR; OpenLP 2.6.4 doesn't work with Python 3.10.
Ah. I didnt realize apt was pulling an older version. I'll manually grab the latest. Thanks!