Page MenuHome GnuPG

Pinentry/qt needs a desktop file
Closed, WontfixPublic

Description

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.

Event Timeline

werner claimed this task.
werner added a subscriber: werner.

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.