From 8e8346f8658228f798c944328c4104758c5e9bdc Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Tue, 9 Feb 2021 14:01:37 -0300 Subject: Revert "etc: use ${DOCUMENTS} macro where appropriate" This reverts commit 5df1f27c638c487dfd664ea3a0f756565e1e57bd. That commit breaks things, as pointed out by @rusty-snake[1]: > @kmk3 @glitsj16 The xdg macros are treated literally if they have sub > components (#2359): > > ``` > Error: "${DOCUMENTS}/KeePassXC" is an invalid filename: rejected character: "{" > ``` [1]: https://github.com/netblue30/firejail/commit/3fa2927c3c1c5cf583864746538ea791c1ba2dc4#commitcomment-46913219 --- etc/profile-m-z/Mathematica.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/profile-m-z/Mathematica.profile') diff --git a/etc/profile-m-z/Mathematica.profile b/etc/profile-m-z/Mathematica.profile index 0f79b6a97..c2734b1c1 100644 --- a/etc/profile-m-z/Mathematica.profile +++ b/etc/profile-m-z/Mathematica.profile @@ -16,10 +16,10 @@ include disable-programs.inc mkdir ${HOME}/.Mathematica mkdir ${HOME}/.Wolfram Research -mkdir ${DOCUMENTS}/Wolfram Mathematica +mkdir ${HOME}/Documents/Wolfram Mathematica whitelist ${HOME}/.Mathematica whitelist ${HOME}/.Wolfram Research -whitelist ${DOCUMENTS}/Wolfram Mathematica +whitelist ${HOME}/Documents/Wolfram Mathematica include whitelist-common.inc caps.drop all -- cgit v1.2.3-70-g09d2