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:
parent
a5ec83e75f
commit
673a3e3a6f
9
gswrap
9
gswrap
@ -203,6 +203,15 @@ then
|
|||||||
else
|
else
|
||||||
opts[o++]="--unshare-all"
|
opts[o++]="--unshare-all"
|
||||||
fi
|
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
|
else
|
||||||
opts[o++]="--unshare-all"
|
opts[o++]="--unshare-all"
|
||||||
fi
|
fi
|
||||||
|
@ -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>
|
Wed May 20 15:29:06 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user