PySimpleGUI
PySimpleGUI
@readicculus can you describe the components involved in your Linux environment that I can assemble so that I will be able to duplicate your problem? Not being able to duplicate...
 Can you do a screenshot of your "about" under the settings for your system?
Can you please run `neofetch` and post the results?
Here is a program that doesn't require an external PNG file that can be used to test the problem: ```python import PySimpleGUI as sg layout = [ [sg.Text('My Window')], [sg.Button('Go'),...
Yea, the release was supposed to go out last weekend, but it's been a rocky release and it's looking like it'll be this weekend instead. Please let me know what...
> In the taskbar settings you can change the setting "Combine taskbar buttons" to "Always, hide labels" and if done so I'm unable to see any icons. Ah, I missed...
 On my machine, it combines the icons and shows them correctly.  It is showing the correct ones for each window, regardless of how the window was launched.
I think the `psgshortcut` utility will help you out in this situation. It's also the Demo Program `Demo_Make_Windows_Shortcut.pyw` that you'll find here on GitHub. This will give Windows something that...
I've no clue how windows determine taskbar icons when in this mode of collapsing into a summary. If you find out, lemme know. For now, I think the solution we've...
Does your code look anything like this?  **_Note that you will not get an icon on the titlebar while the custom titlebar window is open..._** only when minimized will...