electron-sudo icon indicating copy to clipboard operation
electron-sudo copied to clipboard

Electron subprocesses with administrative privileges, prompting the user with an OS dialog if necessary.

Results 21 electron-sudo issues
Sort by recently updated
recently updated
newest added

Hi! first of all, thanks a lot for this cool package. I've been struggling for the past hour over something that I thought would be pretty simple... running a script...

Hello, I try to convert your example from ES6 to ES5, but it's not work. ``` import Sudoer from 'electron-sudo'; let options = {name: 'electron sudo application'}, sudoer = new...

Fixed a couple of package.json problems with missing node calls closes automation-stack/electron-sudo#58 replaced asynchronous unlink calls with synchronous versions since the async versions require callbacks that we can't easily set....

npm install and test fail during webpack calls due to missing node command

When bundled `electron-sudo` includes duplicate assets, sources, same binaries twice and screenshots. Please update `.npmignore` to exclude redundant assets from distribution.

When I run the example in the README (without await) I get the following output: ```bash /bin/sh: 1: [object: not found ```   The code in its entirety is: ```JavaScript...

bug
5.0

sometimes we want to execute elevated JavaScript script instead of external process. if there is something like child_process.fork() call, it will be great. documents about node.js native fork and ipc:...

enhancement

I cloned the repo and run `npm i` under the project dir. but i got ``` npm WARN deprecated [email protected]: WARNING: This project has been renamed to babel-plugin-module-resolver. Install babel-plugin-module-resolver...

help wanted
question

gksudo is a dead project now.... pkexec shows a nice prompt (which is quite the opposite of what you're saying in the src files and the reason why i didn't...

enhancement
5.0

E.g. I've 5 commands to run and I want spamming 5 passwords inputs