Support electron flags
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 44.7k
- Forks
- 3.6k
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
Is your feature request related to a problem? Please describe.
On wayland, XWayland doesn't have good HiDPI support. By default electron will use X for rendering, thus the window is blurring on wayland
Describe the solution you'd like
A clear and concise description of what you want to happen.
Support electron-flags.conf, so that we can add the following to support Wayland native render:
--enable-features=UseOzonePlatform
--ozone-platform=wayland
Contributor guide
No contributing guide indexed for this repository
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
The issue does not name files, tests, or an entry point. Start by locating how Hyper configures Electron startup flags, then determine where electron-flags.conf would be read; done means the two listed Wayland flags can be supplied through that file and native Wayland rendering works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, typescript
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100