Hi, pinentry-qt needs a desktop file, otherwise it does not have any icon under Wayland.
I added a link with a similar commit in plasma workspace repository.
Hi, pinentry-qt needs a desktop file, otherwise it does not have any icon under Wayland.
I added a link with a similar commit in plasma workspace repository.
This is a distribution or desktop environment thing. We maintain only the upstream version.
So why isn't app->setWindowIcon(QIcon(QLatin1String(":/document-encrypt.png"))); a desktop environment thing?
This call means that you want to have a window icon. But on Wayland setWindowIcon no longer works, you need to do it via setDesktopFileName.