mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
ElectronNET initializing but not running app on Ubuntu 18 and Fedora 29 #472
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rakista112 on GitHub (Apr 9, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
The dotnet app backend continues running in the background but the UI freezes.
The part of the screen where the app UI opened gets stuck on the UI.
UI can't be interacted with
Steps to Reproduce:
1a. Make any basic Electron app in Linux and run via electronize start
1b. Package app via fpm option in the electron.manifest.json
2b. Run application executable
I made a basic Electron app.
This was created from dotnet new mvc and I added the code from the repo README.
I tested with other applications that work on Mac and Windows and they still froze.
Here's the app I'm testing with right now. https://github.com/rakista112/electron-linux-error
Looking forward to hearing from you!
Thanks
@rakista112 commented on GitHub (Apr 13, 2020):
I disabled GPU on the Parallel's Hardware configuration and it worked.
Do we have an API for this in .NET? If not, I'll inject it in Host
@GregorBiswanger commented on GitHub (Apr 17, 2020):
It sounds like a native electron problem. Have you checked for this yourself at Electron?
https://github.com/electron/electron
@rakista112 commented on GitHub (Apr 21, 2020):
I haven't checked yet, I'll try and ask them. Thanks