max-mapper / max-mapper/menubar
The default value of app.allowRendererProcessReuse is deprecated, it is currently "false".
Open
Nobody has claimed this yet.
annoyance
good first issue
- Dominant language
- TypeScript
- Stars
- 6.8k
- Forks
- 363
- PR merge metrics
- No merged PRs in 30d
Description
Description
Warning for deprecation:
(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9. For more information please check https://github.com/electron/electron/issues/18397
Steps to Reproduce the Problem
- cd examples/hello-world
Expected Behaviour
No warning.
Actual Behaviour
Above warning.
Specifications
- Menubar version: 8.0.0
- Platform: all
- Electron version: (Run
electron -vornode_modules/.bin/electron -vto get it) 8
Other information
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the Electron example at examples/hello-world with Electron 8 and inspect how its renderer-process reuse setting is configured. Determine the project change needed to remove the deprecation warning, then verify that the example starts without it on the affected platforms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, typescript
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100