Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
fix!: remove legacy PWA setup command from custom.just
Browse files Browse the repository at this point in the history
This is not necessary anymore. It's the job of Flatpak authors. All of them have these permissions by default nowadays, including Microsoft Edge.
  • Loading branch information
Arcitec authored and xynydev committed May 14, 2023
1 parent aa157c2 commit ecb6fde
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ setup-flatpaks:
flatpak install --user --noninteractive flathub $pkg; \
done
setup-pwa:
echo 'Giving browser permission to create PWAs (Progressive Web Apps)'
# Add for your favorite chromium-based browser
flatpak override --user --filesystem=~/.local/share/applications --filesystem=~/.local/share/icons com.microsoft.Edge

setup-gaming:
echo 'Setting up gaming experience ... lock and load.'
flatpak install -y --user \\
Expand Down

0 comments on commit ecb6fde

Please sign in to comment.