Now respecting XDG_DOCUMENTS_DIR variables#262
Now respecting XDG_DOCUMENTS_DIR variables#262danilown wants to merge 1 commit intoflathub:masterfrom
Conversation
Using the correct way to reference the /home/user/Documents folder that was previously hardcoded.
|
Started test build 42916 |
|
Build 42916 successful |
|
when will this push be accepted ? Its pretty annoying for me having a Documents folder in my system when I dont have the locale in english ... |
|
You can achieve the same results of this commit using Flatseal. You then go to the "Filesystem" section and toggle "filesystem=home" on. However, the "Documents" folder will still be created if you try to save something from Zoom into your machine due to a Zoom / Portals conflict (for the lack of a better word). More about that on this discussion. |
|
Thanks, wasnt aware of that ! Really helpfull !
Nevertheless accepting this pull request should be done , because people
shouldn' have to play with Flatseal :)
…On 2021/04/14 12:41, Danilo Weber Nunes wrote:
You can achieve the same results of this commit using [Flatseal](https://flathub.org/apps/details/com.github.tchx84.Flatseal). You then go to the "Filesystem" section and toggle "filesystem=home" on.
However, the "Documents" folder will still be created if you try to save something from Zoom into your machine due to a Zoom / Portals conflict (for the lack of a better word). More about that on [this discussion](#259 (comment)).
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#262 (comment)
|
|
You sure this is correct? See #208 |
|
Perhaps the launcher script could also check if XDG_DOCUMENTS_DIR is not Documents, and create a symlink for Zoom? |
|
Then how about removing the create part? |
Could work, indeed.
Well, it would mean it won't work until you manually create the dir. I mean zoom already sucks, no need to break it more. :p |
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. Link: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html Link: https://freedesktop.org/wiki/Software/xdg-user-dirs/ Link: flathub#262 Closes: flathub#208 Closes: flathub#259 Closes: flathub#497 Signed-off-by: Markus Göllnitz <[email protected]>
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. Link: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html Link: https://freedesktop.org/wiki/Software/xdg-user-dirs/ Link: flathub#262 Closes: flathub#208 Closes: flathub#259 Closes: flathub#497 Signed-off-by: Markus Göllnitz <[email protected]>
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. Link: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html Link: https://freedesktop.org/wiki/Software/xdg-user-dirs/ Link: flathub#262 Closes: flathub#208 Closes: flathub#259 Closes: flathub#497 Signed-off-by: Markus Göllnitz <[email protected]>
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. Link: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html Link: https://freedesktop.org/wiki/Software/xdg-user-dirs/ Link: flathub#262 Closes: flathub#208 Closes: flathub#259 Closes: flathub#497 Signed-off-by: Markus Göllnitz <[email protected]>
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. Link: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html Link: https://freedesktop.org/wiki/Software/xdg-user-dirs/ Link: flathub#262 Closes: flathub#208 Closes: flathub#259 Closes: flathub#497 Signed-off-by: Markus Göllnitz <[email protected]>
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. Link: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html Link: https://freedesktop.org/wiki/Software/xdg-user-dirs/ Link: flathub#262 Closes: flathub#208 Closes: flathub#259 Closes: flathub#497 Signed-off-by: Markus Göllnitz <[email protected]>
Using the correct way to reference the /home/user/Documents folder that was previously hardcoded.