It showed to not really be a bug, just that default device was not x11,
it was bbox. This could be fixed by either
gs-esp -sDEVICE=x11
or
export GS_DEVICE=x11
but for convenience I preferred the following change in
/usr/share/gs-esp/8.15/lib/gs_init.ps

% Acquire environment variables.
%currentdict /DEVICE known not
% { (GS_DEVICE) getenv { /DEVICE exch def } if } if

/DEFAULTDEVICE (x11) def

currentdict /DEVICE known not
 { (GS_DEVICE) getenv {/DEVICE exch def }
                      {/DEVICE DEFAULTDEVICE def } ifelse } if

-- 
[GPL GS WORKS] gs-esp in dapper (gs-esp_8.15) not working
https://bugs.launchpad.net/bugs/47458
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to