Skip to main content

All Questions

Tagged with
0 votes
0 answers
24 views

Miracast Not Working While Electron App Running (RTSP Protocol Breaks)

I am experiencing an issue where Miracast stops working when my Electron app is running. Specifically, the RTSP protocol seems to break, causing the connection to fail. Details: Electron Version: 29.0....
Omer Golan's user avatar
-2 votes
0 answers
20 views

How to create electron app that will replace windows desktop

How can i develop an app, that can be used instead of default windows desktop, couldn't find any tutorials online, so I'm asking here I only found some ways of using kodi, but I want exactly electron ...
rllynotfox's user avatar
0 votes
1 answer
37 views

Electron: Missing script: "start"

I'm making a first app with tutorial. First installed Node.js on Windows 10 Then installed npm Then created a folder for electron: C:\\electron-app Then created a package.json: npm init -y Then ...
Sébastien Lüdi's user avatar
0 votes
1 answer
29 views

Get active window from the whole running apps list in NodeJS

I'm trying to get the current active window in Nodejs and Electron. I've tried literally every package available but all are unsopported or not working. I'm able to access the list of the current ...
Doublegram's user avatar
0 votes
0 answers
24 views

Fullscreen keybinds inside an electron app not working

In an ordinary electron app, regular application etiquette of the OS the user is using is applied. However, for me (Using Windows OS), the F11 keybind (typically used to put apps into fullscreen and ...
Marco Gomez's user avatar
0 votes
1 answer
35 views

How to ignore compile errors in Typescript/Electron for unreachable code

I'm rather new in Typescript/Electron and try to make a text based game. I started from the equivalent of a hello world electron application and start implementing some core logic with classes/...
MenP's user avatar
  • 3
0 votes
0 answers
19 views

How to run an exe with arguments from an Electron app

I have an existing exe file (processStuff.exe) (it is written in c, in case that is relevant). From a command prompt in Windows I can run: processStuff.exe -f myDataFile This will run processStuff....
gnitsuk's user avatar
  • 179
0 votes
0 answers
16 views

Plotly Charts are empty in windows built with electron-builder

I'm trying to build an electron-app with javascript in a linux vm for windows. The application is working by building it in a docker container with wine. The problem is, my plotly charts are empty. I ...
Engin Topuzoglu's user avatar
0 votes
0 answers
27 views

How to connect an Electron app to a TSC TE200 printer for printing QR codes and text?

I'm working on an Electron app (for Windows) where users input five values. From the first value, a QR code is generated, and I need the app to send this QR code along with the other four values to a ...
tommy's user avatar
  • 1
1 vote
0 answers
117 views

PowerShell script to detect whether the user has enabled screen lock password for Windows is not giving constant result on every run

I have this Powershell script to check whether the user has enabled lock screen password for their Windows system. It is giving the expected result mostly. But on some iterations it is showing the ...
NJT's user avatar
  • 11
0 votes
0 answers
16 views

Why does ElasticAPM crash Electron application with EBADF while accessing filesystem on Windows?

I use elastic-apm-node to instrument an Electron app. I initialize it with default options: import * as apm from 'elastic-apm-node'; apm.start({ //... service name, token and so on }) It is part of ...
Michał Szydłowski's user avatar
3 votes
0 answers
102 views

How to have an app window not take away focus like in Windows 11 emoji app

Let's say you have Notepad open in Windows 11. You hit Win+. shortcut to open the emoji app. Click on an item and it pastes it in wherever your | symbol is in your Notepad. Essentially we have a ...
Quickz's user avatar
  • 1,806
1 vote
0 answers
28 views

Issue with launching application after updating ElectronJs to version 28.0.0 on Windows and Linux

I updated my ElectronJs version from 27.3.8 to 28.0.0 and encountered an issue where my application no longer launches. The project initializes successfully (creates app), but the application does not ...
m769m's user avatar
  • 13
0 votes
0 answers
57 views

Electron Printing not working on Windows (Works on Mac)

I'm working on a POS app and I am trying to print to the reciept printer through usb, when running the application on mac it send the html perfectly and prints the page, but on windows its just print ...
Mohamed Muflahi's user avatar
0 votes
0 answers
139 views

The "logger" option function in electrion-unhandled threw an error

This error The "logger" option function in electrion-unhandled threw an error. pop up after I open pc second times after I've done cleaning. Is this something I should worry about? If it is, ...
Saa Titan's user avatar
0 votes
0 answers
24 views

Two electron applications installed but same desktop shortcut

I have two electron applications built with electron-builder. I'm on Windows 11 running "electron-builder": "^24.13.3". I install locally Application1 for all users. Everything is ...
SiliconValley's user avatar
0 votes
0 answers
142 views

How to delete (AppData\Roaming\my_app_folder) on uninstall (wix)

I am developing a application using ElectronJS, electronforge I am trying to remove AppData\Roaming\my_app_folder directory during uninstallation. However, I'm encountering some challenges and would ...
jitendra rajput's user avatar
0 votes
0 answers
23 views

child process exit issue (For Excel files the process exiting on closing the opened file but for other files it is exiting after opening the file only

if (process.platform == 'win32') { try { let bat = spawn("cmd.exe", [ "/c", path_local, "argument1", "argumentN" ]); bat.stdout.on("data", (...
satishVudata's user avatar
0 votes
0 answers
66 views

Electron Desktop Capturer audio not working on Windows

I can get the navigator.mediaDevices.getUserMedia(constraints); to work with audio set to false, but as soon as I add audio as follows: constraints.audio = { mandatory: { ...
Jaco Snyman's user avatar
0 votes
0 answers
29 views

Command Propt is not opening sometime on windows in electron js project

I am using a electron js react-boiler plate in which i have to open terminal and run a script over it my command get executed but terminal is not opening. it was working quite good on linux based ...
WebTeam itechnolabs's user avatar
0 votes
0 answers
138 views

ENOENT: no such file or directory, open 'C:\Users\{windowsUser}\AppData\Local\Programs{appName}l\resources\app-update.yml'

An error occurs when I want to get a Windows update in my Electron.js application. When I examined the log records, I saw the following error message. Error: ENOENT: no such file or directory, open 'C:...
fhidiroglu's user avatar
0 votes
0 answers
22 views

How is RainMeter able to keep showing on desktop when Win+D is pressed? [duplicate]

I'm trying to build an Electron app like RainMeter which shows some widgets on the desktop. Considering the performance, I choose to create a transparent fullscreen window as the widget container. How ...
eddy_s's user avatar
  • 67
1 vote
1 answer
400 views

Electron-based app flagged as Potentially Unwanted Software by Windows Defender

We have been releasing our Electron-based app for Mac and Windows for the last 2 years, but recently we started having a problem when releasing new versions for Windows. From the recent the new ...
Ismoil Shokirov's user avatar
0 votes
1 answer
177 views

How to get file path when opening it with electron app

I am making an app that has custom file extensions. I got the reading and writing of the file done and also the opening of the file on double-click on mac but i cannot find a way to make the double-...
FallenAngel7882's user avatar
0 votes
0 answers
54 views

Issues with Electron FCM App on Win 11 enterprise Token Generated, but Notifications Not Received

I have an Electron FCM (Firebase Cloud Messaging) app based on the electron-fcm-demo sample. The app is working well on most devices, but I'm encountering a specific issue on a Windows 11 Enterprise ...
beta-programmer9696's user avatar
0 votes
0 answers
33 views

Is there any option to call the C# DLL from ReactJS for Desktop Application?

I would like to use the ReactJS for front end. And back end is C# library. Without using any API (like ASP .net) I need to access the C# library. I am using electron JS to build the Desktop ...
Venkateshkumar's user avatar
0 votes
1 answer
77 views

how to keep Electron window from being minimized

as the title says, i need to keep a window showing on the desktop but not on the top level, it's transparent and full-screen (taskbar excluded, just the wallpaper area), i put some widgets on the ...
eddy_s's user avatar
  • 67
0 votes
2 answers
6k views

I get import gyp error when try to install package for electron

I tried to install on Windows the demo from this repository: https://github.com/Seo-Rii/electron-acrylic-window git clone https://github.com/Seo-Rii/electron-acrylic-window.git cd electron-acrylic-...
Artur's user avatar
  • 164
-1 votes
1 answer
308 views

build installer electron app for windows on linux using electron-forge windows squirrel

how can we create installer for electron app for windows on linux (CentOS) using electron forge. when i tried facing below issue wine: Bad EXE format for Z:\tmp\acs-bot\node_modules\electron-...
rb743's user avatar
  • 17
0 votes
0 answers
67 views

Multi touch support on a multi window Electron app

I have an Electron app that generate 4 different Browser Window: // Create number of window specified in windowsNumber for (let index = 0; index < windowsNumber; index++) { //Create screen ...
marcotw's user avatar
  • 113

15 30 50 per page
1
2 3 4 5
15