forked from pool/nodejs-electron
- New upstream release 29.4.3 * Fixed an issue where navigator.usb.getDevices() could crash in some circumstances. * Fixed an issue where bad flags passed via --js-flags could cause a crash. * Fixed an issue where control could fail to return properly after saving a dialog using showOpenDialogSync on Linux. * Fixed an issue where some calls to WebUSB methods could crash. * Fixed potentially incorrect exit code in UtilityProcess. * Fixed support for multiple folder/file selection in //shell_dialogs portal implementation. * Security fixes for CVE-2024-5499 CVE-2024-5493 CVE-2024-5496 (bsc#1225690) * Security fixes for CVE-2024-5158 CVE-2024-5157 CVE-2024-5159 (bsc#1224818) * Security fixes for CVE-2024-6100 CVE-2024-6101 (bsc#1226504) - Correct .desktop file name to match the CHROME_DESKTOP environment variable. OBS-URL: https://build.opensuse.org/request/show/1183968 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=157
10 lines
164 B
Desktop File
10 lines
164 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Name=Electron
|
|
Icon=electron
|
|
Exec=electron %u
|
|
Categories=Development;GTK;
|
|
NoDisplay=true
|
|
StartupNotify=true
|
|
StartupWMClass=electron
|