Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flathub/com.microsoft.edge
https://github.com/flathub/com.microsoft.edge
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/flathub/com.microsoft.edge
- Owner: flathub
- Created: 2020-12-21T08:08:35.000Z (about 4 years ago)
- Default Branch: beta
- Last Pushed: 2024-12-13T03:00:08.000Z (14 days ago)
- Last Synced: 2024-12-13T04:17:06.409Z (14 days ago)
- Language: Shell
- Homepage: https://flathub.org/apps/details/com.microsoft.Edge
- Size: 371 KB
- Stars: 57
- Watchers: 11
- Forks: 9
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# com.microsoft.Edge
## Troubleshooting
### Game controllers not working
This is a workaround rather than an actual solution: giving the application
read-only access to the `/run/udev` directory with Flatseal or the CLI by running
`flatpak override --filesystem=/run/udev:ro com.microsoft.Edge`
may get the controller running. However, this will not necessarily work on all
systems, and does not work with hotplugging. Those issues cannot be fixed
unless changes are made in the Edge browser.### Passing custom flags
We encourage users to insert all flags inside `~/.var/app/com.microsoft.Edge/config/edge-flags.conf`. If this file doesn't exist, then create one. For each flag, they should be separated by newlines. For example, if you want to pass `--ozone-platform=wayland` and `--enable-features=UseOzonePlatform`, then the `edge-flags.conf` file will look like the following:```
--ozone-platform=wayland
--enable-features=UseOzonePlatform
```