jahnf / Projecteur

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

[BUG] fatal qml error #166

Closed ralessi closed 2 years ago

ralessi commented 2 years ago

Description As of commit [659b865] (Add support to build against Qt6) projecteur crashes and issues a qml error as follows:

[2021-09-30T15:02:01.069][inf][projecteur.virtualdevice] Created uinput device: /sys/devices/virtual/input/input27
[2021-09-30T15:02:02.636][err][projecteur.mainapp] Overlay window error. ; Qml component has status '3'. Exiting.
[2021-09-30T15:02:02.636][err][projecteur.mainapp] qrc:/main.qml:78:45: Unexpected token `>'
[2021-09-30T15:02:02.636][err][projecteur.mainapp] qrc:/main.qml:80:24: Expected token `:'
[2021-09-30T15:02:02.636][err][projecteur.mainapp] qrc:/main.qml:80:61: Expected token `}'

Desktop/Linux Environment (please complete the following information):

Thank you for this excellent application which I use all the time! -- Robert

jahnf commented 2 years ago

Hey Robert, I reverted a change in the qml file that obviously only worked with newer Qt versions. Please let me now if your issue is fixed in the latest alpha version.

ralessi commented 2 years ago

I reverted a change in the qml file that obviously only worked with newer Qt versions. Please let me now if your issue is fixed in the latest alpha version.

Indeed, this issue is fixed in the latest version. Many thanks, Jahn!