Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion us.zoom.Zoom.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"--socket=pulseaudio",
"--share=network",
"--device=all",
"--filesystem=home"
"--filesystem=home:ro",
"--filesystem=xdg-download",
"--filesystem=xdg-config/zoomus.conf:create",
"--filesystem=~/.zoom:create"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't this result in the zoom directory being created in the (real) user's $HOME?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I m currently using the zoom flatpak with out this PR, and that directory is already there and being used.

],
"modules": [
{
Expand Down