From 53c4d5f4e5ed5e16006429c3781f1648664b692a Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 20 Sep 2016 18:52:56 +0200 Subject: [printergui] Support username prefix SLX_* option --- remote/modules/printergui/data/opt/openslx/scripts/run-virt_print | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/remote/modules/printergui/data/opt/openslx/scripts/run-virt_print b/remote/modules/printergui/data/opt/openslx/scripts/run-virt_print index ba352778..2f98b1ff 100755 --- a/remote/modules/printergui/data/opt/openslx/scripts/run-virt_print +++ b/remote/modules/printergui/data/opt/openslx/scripts/run-virt_print @@ -53,6 +53,12 @@ else errlog "printergui-nogs" "Warning: Cannot validate file prior to printing: gs binary not found" fi +# Set username prefix if found +. /opt/openslx/config +if [ -n "$SLX_PRINT_USER_PREFIX" ]; then + export PWGUI_USERPREFIX="$SLX_PRINT_USER_PREFIX" +fi + # Try to print $PRINTERGUI "$USER" "$FILE" RET=$? -- cgit v1.2.3-55-g7522