PySimpleGUI

Results 1145 comments of 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...

![image](https://user-images.githubusercontent.com/46163555/128368404-da362add-21a2-4cea-bc93-0921436f3c7f.png) 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...

![image](https://user-images.githubusercontent.com/46163555/138155476-23c38a93-c7a3-4583-b553-d3a03bd856be.png) On my machine, it combines the icons and shows them correctly. ![image](https://user-images.githubusercontent.com/46163555/138155752-81d5f6b7-c2ee-4706-ace6-60554f84275e.png) 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? ![image](https://user-images.githubusercontent.com/46163555/164267631-6ab8c3c3-de89-4b5a-8a41-c6ca93003431.png) **_Note that you will not get an icon on the titlebar while the custom titlebar window is open..._** only when minimized will...