mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
./electron: Permission denied #578
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 @ViacheslavUKR on GitHub (Oct 23, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
Steps to Reproduce:
ElectronHostHook handling started...
Invoke electron - in dir: /home/admin/Documents/1/BlazorCRUD/BlazorCRUD2/obj/Host/node_modules/.bin
bash: line 1: ./electron: Permission denied
@ViacheslavUKR commented on GitHub (Oct 23, 2020):
Hey, anybody alive in this project? Or this is closed and dead project?
If I set manually permission to your script "isExecutable"

I receive more and more errors

@GregorBiswanger commented on GitHub (Oct 25, 2020):
Hey, I can't say why that is. Maybe start the application with sudo?
In this video you can see how to debug under the hood: Electron.NET - Contributing Getting Started
If there is a mistake on our part, you are welcome to submit a pull request.
@ViacheslavUKR commented on GitHub (Nov 4, 2020):
Firstly after install your script has no permission to execute at all. I repair this and set right permission, but after that your script try to execute something program with .EXE extension (in Linux platform !), please see to screen.
@GregorBiswanger commented on GitHub (Mar 28, 2023):
🎉🚀 New Electron.NET version 23.6.1 released 🚀🎉
With native Electron 23 and .NET 6 support. Your problem should be fixed here. If you continue to have the problem, please let us know. Please note the correct updating of your API & CLI. Info in the README. Have fun!