Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
31 views

How can I make a Settings menu item in Electron menu use the native macOS gear icon?
jaboja's user avatar
  • 2,261
0 votes
0 answers
47 views

There is a chromium flag called "overlay-scrollbar". It is supposed to re-enable css overflow: overlay. Some websites and articles claim that this chromium flag is disabled. However, it is ...
Pedro Henrique's user avatar
Tooling
0 votes
2 replies
31 views

Question: I’m exploring the architecture for a desktop application that needs to: Capture both microphone input and system audio (e.g. Zoom/Meet calls) Process the audio stream in near real-time (...
Juan Luis's user avatar
Advice
0 votes
0 replies
79 views

I am writing cause I wanted to get some opinions from folks here that have actually built and shipped with Electron. Background: Building an API IDE on Electron. Not really “just an API client”, and ...
NikolasDim's user avatar
-2 votes
1 answer
63 views

I'm developing an Electron web-like desktop app. I currently have a Login Page and a Home Page. Currently, the logic for login is implemented for development only so values are configured in an .env ...
sylvesterChase's user avatar
2 votes
0 answers
95 views

I imported the Chrome Manifest v3 extension into my project, but it failed to run due to errors of type “onRemoved” and “onClicked”. How can I resolve this issue? (electron) 'session.loadExtension' is ...
javs's user avatar
  • 11
Advice
0 votes
7 replies
133 views

I was tasked with creating a system that would basically update a device with information. In that system it needs to connect to an android device with code. How can i do so without adb or developer ...
user32484004's user avatar
2 votes
0 answers
59 views

I’m building an Electron-based IDE (https://github.com/Temple-Enterprise/Axiowisp) using electron-builder with the NSIS target on Windows. I have a custom .ico file configured in my build settings: &...
PhilipPanda's user avatar
0 votes
0 answers
60 views

I am trying to decrypt and import my env variables with Dotenvx. Previously we were using the traditional dotenv package which all worked. We want to switch to dotenvx for the encryption capabilities ...
grom's user avatar
  • 23
0 votes
0 answers
67 views

I’m using Electron + Vue + Vite in a pnpm workspace, and I’m stuck between two Prisma import errors. Environment Electron 28.x Prisma 5.22.0 @prisma/client 5.22.0 Vite + vite-plugin-electron pnpm ...
WWW's user avatar
  • 33
2 votes
1 answer
64 views

I’m having an issue where my Electron app does not apply my icon.ico to the generated .exe file or its shortcuts after building the Windows installer. I’m using: electron: ^33.0.0 electron-builder: ^...
Alberto Leonor's user avatar
Best practices
0 votes
0 replies
50 views

I’m developing a desktop application for Windows 10 using Electron and Node.js. How can I programmatically open the Windows 10 on-screen (virtual) keyboard? Currently, I’m opening the touch keyboard, ...
Ailisi Hana's user avatar
0 votes
0 answers
81 views

For example, including a screenshot functionality (npm screenshot-desktop) require imagemagick in linux (installed via sudo apt install imagemagick ) I tried to compile the app (using electron forge, ...
juztcode's user avatar
  • 1,463
0 votes
0 answers
63 views

I've encountered a strange problem. I have an Electron.NET application. In Startup.cs var window = Electron.WindowManager .CreateWindowAsync(new BrowserWindowOptions { Width = 1152, Height = 940, ...
ksardas2008's user avatar
0 votes
0 answers
50 views

I want to use react-router v5 in electron app. I have a navbar component like this. But whenever I click on an Navlink (by default it's Home), it don't switch to exact component as I want. Here is my ...
Trungpck's user avatar
3 votes
0 answers
164 views

In principle, all I'm looking to accomplish is embed a static build of a web app into an electron powered vite app. Context == File Structure == - public/ | - static_build/ | - index.html | - ... ...
L. von W.'s user avatar
  • 432
2 votes
1 answer
131 views

I'm using Electron and Vite package to manage hot-reload on my app. I'd like to call an event on close, which does some stuff, which works on both user's close and Vite's hot reload (which close the ...
markzzz's user avatar
  • 48.4k
2 votes
1 answer
153 views

I am new in Angular environment and I am actually developing a little desktop app with electron. I have inserted the selector (app-root) of the App component (generated automatically) into index.html'...
DynoZ's user avatar
  • 190
Tooling
1 vote
5 replies
150 views

I have an Electron app that I build using webpack + electron-forge. I consider to migrate to vite + electron-builder. The migration succeeded quite smoothly, and dev experience with vite is way better ...
BNJMNDDNN's user avatar
  • 115
1 vote
1 answer
80 views

I'm new to building Electron apps and was trying to create a transparent, blurred window in a Vite + React + Electron app using vibrancy: 'under-window'. I checked both the CSS and the BrowserWindow ...
Marson Tagawa's user avatar
0 votes
1 answer
100 views

The project is electron+typescript, I enter two commands npm run build and npm start, it hints need install electron-prebuilt-compile package, as shown image. https://i.sstatic.net/fyvYMR6t.png The ...
Tony Iron's user avatar
0 votes
0 answers
92 views

I’m trying to automate an Electron desktop application using Playwright, but there’s a complication: The app cannot be opened manually. It only launches when an exam link is clicked, e.g., exam://...
Teja's user avatar
  • 1
-3 votes
1 answer
72 views

I am using spawn to open exe app, it's open success but behind Window Task manager, can someone help? I am using tablet mode: kioskProcess = spawn( 'cmd.exe', [ '/c', ...
famfamfam's user avatar
  • 556
0 votes
1 answer
415 views

I am packaging my Electron application with Electron Builder. The command is: npx electron-builder build The build works well enough, but I get the following warning: (node:27191) [DEP0190] ...
Manngo's user avatar
  • 17.3k
2 votes
0 answers
54 views

I just make a simple photobox electron app. The printable photo is already set in the sessionPath with name "photo_print.jpg". The problem here is the print function is error, the result is ...
Mayun Suryatama's user avatar
1 vote
1 answer
79 views

As far as I’m aware, the old way of registering protocols has been deprecated. In my code I have the following for an internal protocol: // Before: protocol.registerStringProtocol( 'doit',...
Manngo's user avatar
  • 17.3k
1 vote
0 answers
35 views

From the answer to a question I asked (Electron: Drag and Drop a file on the icon) I have the following code to process files dropped on an icon for a running Electron app: // main.js const {app, ...
Manngo's user avatar
  • 17.3k
3 votes
1 answer
266 views

I’m using Electron Builder to package my application. I’m doing this on a Macintosh because I can, and that’s my development environment. The command is: npx electron-builder build --win --x64; It ...
Manngo's user avatar
  • 17.3k
0 votes
1 answer
63 views

I am developing a Windows Electron application and I suspect a USB / libusb conflict between the usb library and Yoctopuce’s JavaScript API (yoctolib-cjs/yocto_api). When both are used in the same ...
이윤호's user avatar
-3 votes
1 answer
97 views

According to my intentions, the application must display the loading screen until FileManager class will finish the initialization. Once this initialization done, the broswerWindow must to submit the &...
Takeshi Tokugawa YD's user avatar
Advice
0 votes
2 replies
53 views

I am working on a project using electron-vite and using the @quick-start command for scaffolding the project. When I used this template, it came with a folder called "Build". I tried to ...
Weelpert's user avatar
0 votes
1 answer
79 views

I am trying to import a React component Menu.jsx from App.jsx in my Electron app. No errors are showing up, but nothing is being rendered and are not added to the DOM (the body is empty when I looked ...
Faseeh's user avatar
  • 11
0 votes
1 answer
81 views

I created a serverside Blazor App and "electronized" it by following the instructions in the read me on the electronNET/electron.NET github page. One of the requirements for this app is to ...
user32002036's user avatar
Tooling
0 votes
2 replies
40 views

I have a React web app that I am running inside an Electron app. I am doing this so that I can screen record like so: window.electronAPI.startRecording(); However, some of the content on the screen ...
Andrew Colin's user avatar
0 votes
1 answer
60 views

I'm developing a Linux application that opens SSO authentication URLs in the default browser. On Ubuntu 22.04 and 24.04, when Firefox is the default browser, clicking the SSO link shows a file picker ...
pareshm's user avatar
  • 5,042
2 votes
1 answer
104 views

Try to open a HTML file that resides inside the packaged app app.asar file. The file is there but Windows complains that cannot find the file. The pieces of the puzzle are: inside the win-unpacked\...
SiliconValley's user avatar
-1 votes
1 answer
64 views

Problem I'm trying to send multiple files from the renderer process to the main process using Electron's IPC, but the file objects arrive empty. Renderer Process: if (files?.length > 1) { window....
user avatar
Advice
0 votes
5 replies
53 views

I’m working on an Electron project, and I can generate JSON for my code using JSDoc: jsdoc -X > data.json I want to use this JSON output to create a live, searchable documentation site similar to ...
Ethan Martin's user avatar
0 votes
2 answers
101 views

In my Electron app, navigator.geolocation.getCurrentPosition() always fails. It seems that Electron (Chromium) no longer provides free geolocation and expects a third-party service with an API key (e....
Miguel Coelho's user avatar
Advice
1 vote
2 replies
174 views

I’m starting a new project to build an ERP POS application using the MERN stack. I’m confused about whether I should use Electron.js or Tauri to turn it into a desktop/web app. Which option is better ...
Aashir Azeem's user avatar
0 votes
0 answers
76 views

I have an Electron application that uses: React for the frontend Node + Express backend inside /Server A SQLite database stored inside the same /Server folder During development, everything works ...
You Cef's user avatar
1 vote
0 answers
62 views

I’m trying to replace a the content of an image URL with the result of a custom protocol. The idea is to get the data from a zip file. The img element looks something like this: <img src="...
Manngo's user avatar
  • 17.3k
1 vote
0 answers
58 views

Here's a minimal GitHub Gist that runs on Electron Fiddle : It's supposed to show GitHub Copilot (github.com/copilot) in a webview element as if it was in a normal browser : Using the following code ...
KaKi87's user avatar
  • 955
0 votes
0 answers
84 views

My problem: I want to drag a file from my application into the another application like Paint , Windows Excel , Windows Files system ect, but the drop is not happening. I have an Electron app. The ...
EaB's user avatar
  • 53
0 votes
1 answer
60 views

I'm building an Electron application and trying to close a window from the renderer process using window.close(). However, the close event listener I've registered in the main process isn't being ...
Parminder Singh's user avatar
Advice
2 votes
1 replies
79 views

I have made a web application that I want to support as an electron app. My plan was to thinly wrap my existing webapp code in an electron app and support a few small features like global hotkeys. The ...
TenderShortGoldenRetriever's user avatar
0 votes
0 answers
102 views

I'm building a floating mic/system audio visualizer widget in Electron. The widget uses a panel type BrowserWindow that stays on top of all windows, including fullscreen apps. The issue is that when ...
Johannes Bingen's user avatar
0 votes
0 answers
45 views

I added firebase-electron to my Vue CLI Plugin Electron Builder project using yarn, but I encountered the following error. I'm using Webpack 4.43.0. How can I resolve this error? error in ./...
m-ogawa's user avatar
  • 13
0 votes
0 answers
56 views

The file electron-v38.4.0-win32-x64.zip already exists in the Electron cache directory at: D:\sandbox\electron\Cache\170c37ecabce6b93655518bed5da6604d76afeb91dd19907c5ab5f7b83d3d891\electron-v38.4.0-...
Volodymyr Bezuglyy's user avatar
2 votes
2 answers
183 views

We have some Tests for our electron node.js UI. They work fine if run on our desktops (windows and linux, even on linux via SSH and local X-Server) But the moment they run in our Jenkins pipline they ...
nobs's user avatar
  • 750

1
2 3 4 5
306