psieg / Lightpack

Lightpack and Prismatik open repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prismatik crashing in when Plasma5 Lockscreen unlocking.

alihakkidemiral opened this issue · comments

.Prismatik
15:56:44:464 Debug: pa_context_connect: OK
15:56:44:501 Warning: void GrabManager::onGrabApplyBlueLightReductionChanged(bool) could not create Blue Light Reduction client
16:24:27:075 Warning: Could not find any platform plugin
16:24:27:970 Warning: QObject::killTimer: Timers cannot be stopped from another thread
16:24:27:971 Warning: QObject::startTimer: Timers can only be used with threads started with QThread

i Disabled Bluelight from displaysettings but not works, it doing again.
Fedora 35 kde spin.
i build from source.

Problem is usb hub on lg monitör, i tryed with another usb hub, works perfect. Thank you.

arduino on external usb hub (orico) this works perfect

udevadm info -a -n /dev/ttyUSB0 | grep '{serial}'
ATTRS{serial}=="0000:06:00.1"

on usb hub of lg monitor. (i think it add another master layer to device) this is the cause of problem.
udevadm info -a -n /dev/ttyUSB0 | grep '{serial}'
ATTRS{serial}=="E1020869ABD1"
ATTRS{serial}=="0000:06:00.1"

Thank you.