flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
11.39k stars 445 forks source link

Flet run in Windows, item in taskbar right-click menu points to a wrong program window #1704

Open tcbuger opened 1 year ago

tcbuger commented 1 year ago

image

Describe the results you received: Click the item 'Flet description', it will open a new blank winow. And I did some tests. After packaging, i can use flet pack --file-description xxx to rename the item a, but it still points to a new blank window.

Open one packaged flet program, you will see this in task manager: image It seems that the package arguments only take effect for the python part.

Flet version (pip show flet):

0.9.0

Operating system:

Win10

Additional environment details:

python 3.8.17
tcbuger commented 1 year ago

😥 i just need a solution. if anyone has some idea, pls tell me.

FeodorFitsner commented 1 year ago

Solution is coming soonTM. The packaging for desktop apps is going to be based on generating a new Flutter app with all customer branding (icons, descriptions, etc.) applied.

tcbuger commented 1 year ago

Solution is coming soonTM. The packaging for desktop apps is going to be based on generating a new Flutter app with all customer branding (icons, descriptions, etc.) applied.

That's great, thanks a lot!