ddh4r4m / Fireflies

A KDE theme, inspired by nature.
GNU General Public License v3.0
1 stars 1 forks source link

Fireflies color scheme produces lots of warnings in Qt applications. #1

Closed sommerluk closed 2 years ago

sommerluk commented 2 years ago

Fireflies color scheme produces lots of warnings in Qt applications.

Steps to reproduce: – Select the Fireflies color scheme in KDE’s system settings. – Start a Qt application in a terminal.

Actual result: There appears many times the following warning:

"Color" - conversion from "rgb112,111,110" to QColor failed  (integer conversion failed)`

Expected result: The Qt application does not produce any warnings, just like with other color schemes.

Fix: In color-schemes/Fireflies.colors change the following line

Color=rgb112,111,110

into

Color=112,111,110
ddh4r4m commented 2 years ago

My bad, thanks for poiniting it out, the issue has been resolved.