SHA256
1
0
forked from pool/gswrap

Handle gv and gsview

OBS-URL: https://build.opensuse.org/package/show/Printing/gswrap?expand=0&rev=12
This commit is contained in:
Dr. Werner Fink 2020-10-07 14:07:11 +00:00 committed by Git OBS Bridge
parent a5ec83e75f
commit 673a3e3a6f
2 changed files with 14 additions and 0 deletions

9
gswrap
View File

@ -203,6 +203,15 @@ then
else
opts[o++]="--unshare-all"
fi
if test -n "${GHOSTVIEW}"
then
opts[o++]="--die-with-parent"
opts[o++]="--setenv GHOSTVIEW ${GHOSTVIEW+"$GHOSTVIEW"}"
fi
if test -n "${GHOSTVIEW_COLORS}"
then
opts[o++]="--setenv GHOSTVIEW_COLORS ${GHOSTVIEW+"$GHOSTVIEW_COLORS"}"
fi
else
opts[o++]="--unshare-all"
fi

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 7 14:06:36 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Handle gv and gsview
-------------------------------------------------------------------
Wed May 20 15:29:06 UTC 2020 - Dr. Werner Fink <werner@suse.de>