Skip to content
Snippets Groups Projects
Commit 99f777ca authored by Radek Hušek's avatar Radek Hušek
Browse files

rm obsolete cups-pdf-postprocess.sh

parent f80031c5
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,6 @@ Actions=PrintPdf;
[Desktop Action PrintPdf]
Name=Print PDF
Exec=cups-pdf-postprocess.sh %F ""
Exec=cups-pdf-postprocess.py %F ""
Icon=printer
#!/bin/bash
export \
DISPLAY=:0 \
XAUTHORITY=/tmp/kde-radek/xauth-1000-_0 \
HOME=/home/radek \
KDE_SESSION_VERSION=4 \
XDG_CURRENT_DESKTOP=KDE
exec "$(dirname "`readlink -f "$0"`")/cups-pdf-postprocess.py" "$@" <<'EOF'
("Nessie gray", ["ssh", "iuuk", "lp", "-d", "nessie-gray"]),
("Nessie color", ["ssh", "iuuk", "lp", "-d", "nessie-color"]),
("Obludka (2nd floor)", ["ssh", "iuuk", "lp", "-d", "obludka"]),
("Potvurka (Petra's office)", ["ssh", "iuuk", "lp", "-d", "potvurka"]),
EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment