diff options
Diffstat (limited to 'run_onchange_after_deploy-flatpak-overrides.sh.tmpl')
| -rw-r--r-- | run_onchange_after_deploy-flatpak-overrides.sh.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/run_onchange_after_deploy-flatpak-overrides.sh.tmpl b/run_onchange_after_deploy-flatpak-overrides.sh.tmpl index 47f3201..6412bb4 100644 --- a/run_onchange_after_deploy-flatpak-overrides.sh.tmpl +++ b/run_onchange_after_deploy-flatpak-overrides.sh.tmpl @@ -17,9 +17,9 @@ apply() { apply org.pwmt.zathura --filesystem=xdg-config/zathura:ro apply io.mpv.Mpv --filesystem=xdg-config/mpv:ro -# LibreWolf needs raw /dev access for v4l2 webcams. Flatpak has no -# finer-grained device option, so this opens video/dri/snd at once. -apply io.gitlab.librewolf-community --device=all +# LibreWolf uses the camera portal. Revoke its old broad device override while +# retaining direct rendering access from the application manifest. +apply io.gitlab.librewolf-community --nodevice=all --device=dri # Ungoogled Chromium needs /dev/hidraw* for WebHID (e.g. usevia.app # configuring ZSA keyboards). --device=all is the only knob flatpak |
