Is Wayland breaking the showing of PyQt5 window icons?

Phil Thompson phil at riverbankcomputing.com
Fri Dec 22 13:09:24 GMT 2023


On 22/12/2023 12:14, ullix wrote:
> Looks like this PyQt5 command is also ignored on Wayland:
> 
> self.setGeometry(xpos, ypos, sw, sh)
> ullix
> 
> Am 22.12.23 um 10:57 schrieb ullix:
>> 
>> Using a PyQt5 dialog with setting "dialog.setWindowIcon(myIcon)" on a 
>> Raspi OS (based on Debian bookworm, running a Wayland server by 
>> default) has no effect. Not myIcon is shown, but instead always the 
>> default Python icon Datei:Python-logo-notext.svg – Wikipedia
>> 
>> I read this is due to a bug in Wayland; is that true?
>> 
>> Are there other things in PyQt which don't work on Wayland?
>> 
>> ullix

These are Qt issues, nothing to do with PyQt.

Phil


More information about the PyQt mailing list