You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#0 0x00007ffff76b6375 in QWidget::testAttribute_helper(Qt::WidgetAttribute) const () at /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#1 0x00007ffff76bf2e2 in QWidget::winId() const () at /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#2 0x0000555555584436 in LightpackApplication::initGrabManager() (this=0x7fffffffde60) at LightpackApplication.cpp:706
#3 0x000055555558076e in LightpackApplication::initializeAll(QString const&) (this=0x7fffffffde60, appDirPath=...) at LightpackApplication.cpp:167
#4 0x000055555558cf85 in main(int, char**) (argc=2, argv=0x7fffffffe028) at main.cpp:143
The nogui option would be ideal as this particular screen has no window manager so I can't minimize Prismatik and if I run it with a GUI it covers the TV picture :(
The text was updated successfully, but these errors were encountered:
As per the title, if I try to run Prismatik from the command line with the --nogui option, it segfaults.
From the backtrace in gdb, it crashes at
#0
hereThe nogui option would be ideal as this particular screen has no window manager so I can't minimize Prismatik and if I run it with a GUI it covers the TV picture :(
The text was updated successfully, but these errors were encountered: