-
I don't know if OpenAsar is exactly overriding them but when OpenAsar installed there's no title bar under GNOME Wayland. Electron apps needs to have --enable-features=WaylandWindowDecorations to have…
ghost updated
5 months ago
-
When working in the electron apps, it might not be obvious to people that env vars are resolved the same way as the CLI, with a `.env` file next to your schema. We might want to warn them, or maybe co…
sdnts updated
3 years ago
-
In electron app,its been packaged by electron-packager and using electron-winstaller ,electron-squirrel-startup and also electron-rebuild in my package.json .i have been able to create windows install…
-
Just downloaded and cannot launch.
Electron throws a security error, then there is a problem getting a graphics driver.
Electron apps do work on this linux machine.
Ubuntu 22.04 LTS
```
(e…
-
### Description
The app image crashes immediately.
### Reproducing
```sh
$ ./Zettlr-3.2.0-x86_64.AppImage
[3242007:0721/162139.673184:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper b…
yonas updated
3 months ago
-
### Describe the problem
Prevent the device from going to sleep.
### Describe the solution you'd like
Electron has a pretty decent API: https://www.electronjs.org/docs/latest/api/power-save-blocker…
-
I put my computer into sleep mode every night. When I resume from sleep mode in the morning, atomic-tweetdeck recovers poorly, often with missing UI elements (the left sidebar and the top menu bar). …
-
Is it ok if I publish twizzle to AUR?
so it will be possible to install it like on Arch Linux based distros:
```
yay -S twizzle
```
[arch wiki link](https://wiki.archlinux.org/index.php/Ele…
-
With a package app using an asar archive, `java.import` does not work.
The following line of code will throw an error:
`var DateTime = java.import('org.joda.time.DateTime');`
```
Error: Could not c…
-
From the GoogleDoc:
>Perhaps look at existing applications
>Build a small library of examples e.g. https://github.com/hokein/electron-sample-apps
>Port StockFlux?
More exercising of the API via …