Add note about Chromium Flatpak permissions

This commit is contained in:
Anthony Rose 2023-09-12 08:11:53 +01:00
parent 39b9cdfdb9
commit 7f3df3c654

View file

@ -33,6 +33,11 @@
method: user method: user
when: flatpak.stat.exists == true when: flatpak.stat.exists == true
# Chromium sometimes crashes at launch. It requires the "run in background"
# Flatpak permission. Verify this with:
# flatpak permission-show org.chromium.Chromium
# Fix it with:
# flatpak permission-set background background org.chromium.Chromium yes
- name: Install Chromium flatpak - name: Install Chromium flatpak
community.general.flatpak: community.general.flatpak:
name: org.chromium.Chromium name: org.chromium.Chromium