https://bugs.kde.org/show_bug.cgi?id=439135
--- Comment #1 from amspacey <jogir...@zetmail.com> --- Also, this is kind of a nit that I didn't want to make a whole separate bug report for, but would you consider adding a manual override for the manufacturer name of my monitor? You're relying on the PNP ID list, which on my distro is provided by the hwids package. For some insane inscrutable reason, the name of the company that made my monitor is literally "DO NOT USE - AUO" according to the UEFI PNP ID registry: https://uefi.org/PNP_ID_List?search=AUO I realize it's kind of ugly, but a two line fix, something like if (pnpid == "AUO") return "AU Optronics"; would fix this issue for me a probably a lot of users. It's ugly to see "DO NOT USE - AUO" as the name of the screen in colord-kde. -- You are receiving this mail because: You are watching all bug changes.