XR for Universal Blue and Fedora Atomic Desktops
vr fedora-atomic linux
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix warnings when revoking flatpak permissions

Signed-off-by: Shiloh Fen <shiloh@shilohfen.com>

+1 -1
+1 -1
src/atomic-xr/flatpak.nu
··· 23 23 24 24 def "permissions revoke" [appid: string] { 25 25 flatpak override --user ...( 26 - $"--nofilesystem={($xr_permissions.filesystem | str join ',')}" | str expand 26 + $"--nofilesystem={($xr_permissions.filesystem | str replace -r ':.*' '' | str join ',')}" | str expand 27 27 ) $appid 28 28 } 29 29