-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use subdirectory of Freedesktop user directories for recordings #341
base: master
Are you sure you want to change the base?
Conversation
Started test build 100368 |
Build 100368 successful
|
fa8e235
to
6efb8ab
Compare
Started test build 100532 |
Build 100532 failed |
bot, build us.zoom.Zoom |
Queued test build for us.zoom.Zoom. |
Started test build 100535 |
Build 100535 successful
|
1ed538f
to
be22216
Compare
Started test build 18973 |
Build 18973 successful
|
be22216
to
d7d65aa
Compare
Started test build 20195 |
d7d65aa
to
111e61c
Compare
Build 20195 successful
|
Started test build 20200 |
Build 20200 successful
|
111e61c
to
1170a6f
Compare
Started test build 24433 |
Build 24433 successful
|
1170a6f
to
8a1b19b
Compare
Started test build 25669 |
Build 25669 successful
|
I had a wierd idea: What if we set the permissions to only Might try this tomorrow or something, unless someone has a better idea. |
8a1b19b
to
d37ccb8
Compare
Started test build 29556 |
Build 29556 successful
|
@violetmage If you wanted that, I wouldn't use directly the root xdg video directory, but still a Zoom subdirectory for that. First, I thought that could be an interesting idea, but there are reasons not to:
|
Started test build 54063 |
Build 54063 successful
|
2bc78fd
to
b231668
Compare
Started test build 58862 |
Build 58862 successful
|
b231668
to
4d70116
Compare
Started test build 79254 |
Build 79254 failed |
4d70116
to
dd79321
Compare
Started test build 91081 |
Build 91081 failed |
dd79321
to
19f41f9
Compare
Started test build 91083 |
Build 91083 failed |
19f41f9
to
bf5fd0a
Compare
Started test build 91084 |
Build 91084 successful
|
bf5fd0a
to
e04dbd1
Compare
Started test build 91771 |
Build 91771 successful
|
e04dbd1
to
df78390
Compare
Started test build 93083 |
Build 93083 successful
|
df78390
to
8e3befb
Compare
Started test build 98214 |
Build 98214 successful
|
To comply with custom and localized user document directories, this modification of the wrapper creates a symbolic link to the hard-coded Documents and hence bypasses (i.e. hacks around) the limitation of Zoom, of hardcoding the English default value for the Freedesktop.org user directory for documents. See https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html See https://freedesktop.org/wiki/Software/xdg-user-dirs/ Fixes flathub#259 Signed-off-by: Markus Göllnitz <camelcasenick@bewares.it>
8e3befb
to
0888dd3
Compare
Started test build 105698 |
Build 105698 successful
|
fixes #259, supersedes #262
To comply with custom and localized user document directories, this modification of the wrapper creates a symbolic link to the hard-coded Documents and hence bypasses (i.e. hacks around) this limitation of Zoom. (especially useful with #257 unfixed)
To do that, Zoom additionally needs file system read-only access to the user directory config atxdg-config/user-dirs.dirs
.see also: