oops calm down ... calm down finally I found the answer :)
Hurrrayyy
from PySide6.QtWidgets import QApplication, QMainWindow
app = QApplication([])
# Set the application name (appears in taskbar and other system places)
app.setApplicationName("MyApp")
I missed the setApplicationName :(