electronize build /target linux only runs in terminal and no desktop app opens #874

Open
opened 2026-01-29 16:50:54 +00:00 by claunia · 0 comments
Owner

Originally created by @EswarSM on GitHub (Apr 18, 2023).

Hi I created a simple Blazor-electron dotnet application in Ubuntu and it works fine when I use "electronize start" . The desktop application starts and I am also able to access it in the browser via port 8001. The name of the project is BlazorApp.

But when I created build using electronize build /target linux. A folder is created in the path "/BlazorApp/obj/desktop/linux". When I run
-> chmod 777 ./BlazorApp
-> ./BlazorApp
The app runs in port 5000 similar to normal dotnet run and the desktop app does not start. Please let me know if I am missing something or this is an issue.

Originally created by @EswarSM on GitHub (Apr 18, 2023). Hi I created a simple Blazor-electron dotnet application in Ubuntu and it works fine when I use "electronize start" . The desktop application starts and I am also able to access it in the browser via port 8001. The name of the project is BlazorApp. But when I created build using electronize build /target linux. A folder is created in the path "/BlazorApp/obj/desktop/linux". When I run -> chmod 777 ./BlazorApp -> ./BlazorApp The app runs in port 5000 similar to normal dotnet run and the desktop app does not start. Please let me know if I am missing something or this is an issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#874