Index: run.sh =================================================================== diff -u -r8e2c4c3c8d6653d7d8107731eba6f0ca77091301 -rafa5cdb5a32798626411f553b9def49f44ff4bf1 --- run.sh (.../run.sh) (revision 8e2c4c3c8d6653d7d8107731eba6f0ca77091301) +++ run.sh (.../run.sh) (revision afa5cdb5a32798626411f553b9def49f44ff4bf1) @@ -21,4 +21,10 @@ export QT_QPA_PLATFORM=xcb export XDG_SESSION_TYPE=xcb + +#### PySide6 QT paths as does not have all base QT6_12 dependencies. +#### Would need to make a custom build or add the below exports +export PATH="/home/leahi/.local/bin:$PATH" +export LD_LIBRARY_PATH="/home/leahi/.local/lib/python3.12/site-packages/PySide6/Qt/lib:$LD_LIBRARY_PATH" + python3 ./simulator.py $1 $2 $3 $4 $5 $6 &