Skip to content

Instantly share code, notes, and snippets.

@ramingar
Last active August 4, 2025 21:33
Show Gist options
  • Select an option

  • Save ramingar/54366d9231a30377661da7177902a97e to your computer and use it in GitHub Desktop.

Select an option

Save ramingar/54366d9231a30377661da7177902a97e to your computer and use it in GitHub Desktop.
PWAs: This Flatpak does not have write access to...

Error:

This Flatpak does not have write access to ~/.local/share/applications and ~/.local/share/icons, so it cannot install or uninstall PWAs.
Once you grant access to those two directories (Flatseal is the easiest method), you can attempt to re-create the shortcuts from chrome://apps.
Close.

Solution:

flatpak override --user --filesystem=~/.local/share/applications --filesystem=~/.local/share/icons com.google.Chrome # or your preferred browser 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment