X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=courses%2Fexport_pdf.sh;h=3e5593d2b8a439a4b13d1dd622ea064a11e765be;hp=3985b2c878babd32673a00883cc944f999716cdf;hb=92a5321fb50469eeaab98028c8c3afcda24cdf42;hpb=e85a35fbfd636e2c1e1fd805791018809749c69e diff --git a/courses/export_pdf.sh b/courses/export_pdf.sh index 3985b2c..3e5593d 100755 --- a/courses/export_pdf.sh +++ b/courses/export_pdf.sh @@ -123,5 +123,10 @@ style_td='style="border: 1pt solid; padding: 1mm 2mm; vertical-align: top;"' ]] EOF -lowriter --convert-to pdf --outdir "$_DATA/export/" "$htmlfile" +export HOME="$_DATA" +export XDG_CONFIG_HOME="$_DATA/xdg_config" +export XDG_CACHE_HOME="$_DATA/xdg_cache" +export XDG_DATA_HOME="$_DATA/xdg_local" + +lowriter --convert-to pdf --outdir "$_DATA/export/" "$htmlfile" >/dev/null REDIRECT "/export/${pdffile##*/}"