Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

[Bug] no_titlebar=True makes the window appear on all desktops on Windows 11

Aperta
#5,816 5 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
38/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
python

Direzione di ricerca

Inizia riproducendo l’esempio fornito no_titlebar=True con Python 3.10, PySimpleGUI 4.60.3 e Tcl/Tk 8.6.12 su Windows 11, quindi traccia la gestione della finestra no_titlebar. Il lavoro è completato quando la finestra senza bordi rimane sul desktop virtuale attivo senza interrompere il comportamento esistente dell’esempio.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Type of Issue (Enhancement, Error, Bug, Question)

Bug


Operating System

Windows 11

PySimpleGUI Port (tkinter, Qt, Wx, Web)

Regular PyPI installation on Windows.


Versions

Python version (sg.sys.version)

3.10

PySimpleGUI Version (sg.__version__)

4.60.3

GUI Version (tkinter (sg.tclversion_detailed), PySide2, WxPython, Remi)

8.6.12


Your Experience In Months or Years (optional)

Years Python programming experience

10+

Years Programming experience overall

13+

Have used another Python GUI Framework? (tkinter, Qt, etc) (yes/no is fine)

yes

Anything else you think would be helpful?


Troubleshooting

These items may solve your problem. Please check those you've done by changing - [ ] to - [X]

  • Searched main docs for your problem www.PySimpleGUI.org
  • Looked for Demo Programs that are similar to your goal. It is recommend you use the Demo Browser! Demos.PySimpleGUI.org
  • If not tkinter - looked for Demo Programs for specific port
  • For non tkinter - Looked at readme for your specific port if not PySimpleGUI (Qt, WX, Remi)
  • Run your program outside of your debugger (from a command line)
  • Searched through Issues (open and closed) to see if already reported Issues.PySimpleGUI.org
  • Have upgraded to the latest release of PySimpleGUI on PyPI (lastest official version)
  • Tried using the PySimpleGUI.py file on GitHub. Your problem may have already been fixed but not released
Detailed Description

no_titlebar=True makes the window appear on all desktops on Windows 11. This is undesired as it breaks the desktops functionality (separation of open programs). It worked well for Windows 7 with a special program that simulated virtual desktops and it was great.

Code To Duplicate

layout = [[sg.Button('Okay')]]
window = sg.Window('title', layout, no_titlebar=True)
window.read()
window.close()

Lingua principale
Python
Stelle
13.8k
Fork
1.8k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di PySimpleGUI/PySimpleGUI

Tutte le issue di PySimpleGUI/PySimpleGUI

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.