-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hi Houston4444!
Just making an issue based on Stazed/non-mixer-xt#61 (comment)
I built the Qt5 version (It doesn't seem all the Qt6 dependencies are ported to FreeBSD yet) with QT_VERSION=5 gmake LRELEASE=lrelease-qt5. When I run I get these errors:
jamiedrinkell@:~/development/RaySession $ python3.11 src/bin/raysession
qt.svg: Cannot open file ':main_icon/scalable/raysession.svg', because: No such file or directory
qt.svg: Cannot open file ':main_icon/scalable/raysession.svg', because: No such file or directory
Traceback (most recent call last):
File "/home/jamiedrinkell/development/RaySession/src/bin/raysession", line 13, in <module>
import raysession
File "/home/jamiedrinkell/development/RaySession/src/gui/raysession.py", line 148, in <module>
session = SignaledSession()
^^^^^^^^^^^^^^^^^
File "/home/jamiedrinkell/development/RaySession/src/gui/gui_session.py", line 159, in __init__
self.main_win = MainWindow(self)
^^^^^^^^^^^^^^^^
File "/home/jamiedrinkell/development/RaySession/src/gui/main_window.py", line 60, in __init__
self.ui.setupUi(self)
File "/home/jamiedrinkell/development/RaySession/src/gui/ui/raysession.py", line 231, in setupUi
self.lineEditServerStatus = StatusBarNegativ(self.frameCurrentSession)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/jamiedrinkell/development/RaySession/src/gui/surclassed_widgets.py", line 273, in __init__
StatusBar.__init__(self, parent)
File "/home/jamiedrinkell/development/RaySession/src/gui/surclassed_widgets.py", line 188, in __init__
QFontDatabase.applicationFontFamilies(0)[0], 8)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
I haven't investigated these at all and it might be something obvious. Roboto fonts are installed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels