jahnf / Projecteur

Linux Desktop Application for the Logitech Spotlight device (and similar devices) - Digital Laser Pointer
MIT License
379 stars 33 forks source link

Missing Runtime Dependancies in Instructions #11

Closed calvinhp closed 5 years ago

calvinhp commented 5 years ago

Trying to get this working and the projecteur binary compiles, but at runtime I get the following error:

$ ./projecteur

(projecteur:3183): Gtk-WARNING **: 11:27:01.819: Theme parsing error: gtk.css:1:8: Expected a valid selector

(projecteur:3183): Gtk-WARNING **: 11:27:01.820: Theme parsing error: gtk.css:11:2: Expected a valid selector
QQmlApplicationEngine failed to load component
qrc:/main.qml:1 module "QtQuick" is not installed
qrc:/main.qml:2 module "QtQuick.Window" is not installed
qrc:/main.qml:3 module "QtGraphicalEffects" is not installed
qrc:/main.qml:1 module "QtQuick" is not installed
qrc:/main.qml:2 module "QtQuick.Window" is not installed
qrc:/main.qml:3 module "QtGraphicalEffects" is not installed
qrc:/main.qml:1 module "QtQuick" is not installed
qrc:/main.qml:2 module "QtQuick.Window" is not installed
qrc:/main.qml:3 module "QtGraphicalEffects" is not installed

zsh: segmentation fault (core dumped)  ./projecteur
calvinhp commented 5 years ago

Found that I was missing the following packages on my local system:

Works like a charm now.