Message376745
This tiny test application illustrates the problem:
```python
#!/usr/bin/env python3
import tkinter as tk
app = tk.Tk()
app.withdraw()
app.title('Test App')
app.deiconify()
app.mainloop()
```
When run on Linux with XFCE the task bar entry shows the text 'Test App', but the task switcher shows 'Tk' rather than the title text. |
|
| Date |
User |
Action |
Args |
| 2020-09-11 22:42:29 | mark | set | recipients:
+ mark |
| 2020-09-11 22:42:29 | mark | set | messageid: <1599864149.95.0.416329554824.issue41765@roundup.psfhosted.org> |
| 2020-09-11 22:42:29 | mark | link | issue41765 messages |
| 2020-09-11 22:42:29 | mark | create | |
|