Julen Garcia Leunda
Julen Garcia Leunda
@feross I've added #1966 as a first approach to solve the problem... any suggestion is more than welcome 😉
Another approach that Microsoft's VSCode team took is to add `--no-sandbox` in the launch scripts (Desktop files) as we can see [here](https://github.com/microsoft/vscode/issues/81056). It could be a relative easy fix until...
If you want to reproduce this issue, you system should have `kernel.unprivileged_userns_clone` disabled. You can check this with the next command: `sudo sysctl kernel.unprivileged_userns_clone` I'm my case, in Ubuntu 18.04.3...
Could you please elaborate a bit more what steps should we follow to create this gpg signed text file? Do you have any interesting link to documentation for a newbie...
Made #1901 to enable `armv7l` arch 🤓 Given that electron-packager can build for `armv7l` it is just as easy as enabling it to support devices like `Raspberry Pi 3` and...
I've created #1900 to enable uTP 👍
@RecoX I quote here your Multi-language implementation suggestion 😉 > Create some files under `Languages` folder for each language like `english.json`, `spanish.json`, etc and every file have in it all...
I enumerate here some popular React i18n libraries in case it helps to start "messing" with one 😉 - [i18nify](https://github.com/sealninja/react-i18nify) 🚲 - [react-intl](https://github.com/formatjs/react-intl) 🚗 - [i18next](https://github.com/i18next/react-i18next) 🚜
Sent https://github.com/electron-userland/electron-installer-redhat/pull/175 to try to fix the problem. Let's hope that it gets approved soon 😅
I've tested that with the submitted PR we can override the `OS` parameter and create a valid linux targeted `.rpm` from macOS, but as you correctly suggested, I think in...