ALT Linux Bugzilla
– Attachment 2453 Details for
Bug 8732
Psnup (возможно, и другие) выставляет неправильный формат бумаги
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
Control для включения-выключения формата A4 по умолчанию.
ghostscript-paper (text/plain), 733 bytes, created by
Fr. Br. George
on 2008-02-27 11:36:41 MSK
(
hide
)
Description:
Control для включения-выключения формата A4 по умолчанию.
Filename:
MIME Type:
Creator:
Fr. Br. George
Created:
2008-02-27 11:36:41 MSK
Size:
733 bytes
patch
obsolete
>#!/bin/sh > >. /etc/control.d/functions >CONFIG_NAME=gs_init.ps >CONFIG=`ls /usr/share/ghostscript/*/lib/$CONFIG_NAME | tail -1` || { > echo_error "Cannot find $CONFIG_NAME config file" > exit 1 >} > >new_subst a4 \ > '^[/]DEFAULTPAPERSIZE[[:space:]]+[(]a4[)][[:space:]]+def$' \ > 's@^[%[:space:]]*/DEFAULTPAPERSIZE[[:space:]].*@/DEFAULTPAPERSIZE (a4) def@' >new_subst undefined \ > '^%[[:space:]]*[/]DEFAULTPAPERSIZE[[:space:]].*' \ > 's@^[%[:space:]]*/DEFAULTPAPERSIZE[[:space:]].*@% /DEFAULTPAPERSIZE (a4) def@' > >new_summary "Default paper size for GhostScript" >new_help a4 "Set default GhostScript paper size to A4" >new_help undefined "Set default GhostScript paper size to undefuled (vendor default)" >control_subst "$CONFIG" "$*" || exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 8732
: 2453