mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 00:34:40 +01:00
README: mention the mesa & wayland & gst issue
This commit is contained in:
parent
bcb26a75ec
commit
64190efa35
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -25,6 +25,17 @@
|
|||
|
||||
If you have any questions regarding the use or development of Authenticator, please join us on our [#authenticator:gnome.org](https://matrix.to/#/#authenticator:gnome.org) channel.
|
||||
|
||||
## Known issue
|
||||
|
||||
- If the application crashes once you try to use the camera scanning feature while running the application under Wayland with an Intel GPU: The issue is caused by the driver and can be worked around by forcing the application to run under X11.
|
||||
|
||||
You can override the permissions if you're using Flatpak with
|
||||
```
|
||||
flatpak override com.belmoussaoui.Authenticator --nosocket=fallback-x11 --nosocket=wayland --socket=x11
|
||||
```
|
||||
|
||||
See the [mesa issue](https://gitlab.freedesktop.org/mesa/mesa/-/issues/3029) for more details.
|
||||
|
||||
## Hack on Authenticator
|
||||
|
||||
To build the development version of Authenticator and hack on the code
|
||||
|
|
Loading…
Add table
Reference in a new issue