On Thu, 2006-08-31 at 10:00 +0200, Charles Bueche wrote: 
> Hi,
> 
> Another idea : some programs generate PCL headers encapsulating the
> Postscript file when they know that the printer is PCL. Some printers
> don't like these headers. Try to sniff the output to the printer with
> wireshark/ethereal and see whether the SP content makes sense.
> 
> If you use CUPS, it should be possible to ask it to keep a copy of print
> jobs, which you could then look at.
> 
> Charles

Hi Charles,

To point 2: It is not a CUPS, but a JetDirect Port on the printer.

To Point 1: I did a ethereal capture and selected the stream. I am not
that conversed with reading it yet. Maybe you could give a hint where to
look. Can I attach the *.libpcap files to the mail that goes to the
list? Will it cause problems or can I just send them to you PM? I put
part of the TCP stream below, deleting the big blocks of printable data.

I also unconditionally reinstalled via YaST2 in SUSE 10.1 everything
with Evolution. On another machine, the same configuration works OK with
identical hard and software. I suspect some problem with the Evolution
installation. Can a clean un-install with all references and configs as
well, and a re-installation with the same data as I have now in the
defunct version solve the problem? If so, what is the best procedure?

:-)
Al

############################### START ##############################
%!PS-Adobe-3.0
%RBINumCopies: 1
%%Pages: (atend)
%%Creator: Gnome Print Version 2.12.1
%%CreationDate: D:20060831113807
%%LanguageLevel: 2
%%DocumentMedia: Regular 595 842 0 () ()
%%Orientation: Portrait
%%BoundingBox: 0 0 595 842
%%PageOrder: Ascend
%%Title: 
%%DocumentSuppliedResources: procset pnome-print-procs-2.12.1
%%+ font (GnomeUni-AlbanyAMT) cvn
%%+ font (GnomeUni-CumberlandAMT) cvn
%%+ font (GnomeUni-ThorndaleAMT) cvn
%%+ font (GnomeUni-ThorndaleAMT-Bold) cvn
%%Requirements: numcopies(1)
%%EndComments
%%BeginDefaults
%%PageMedia: Regular
%%EndDefaults
%%BeginProlog
%%BeginResource: procset gnome-print-procs-2.12.1
/B {load def} bind def
/n /newpath B /m /moveto B /l /lineto B /c /curveto B /h /closepath B
/q /gsave B /Q /grestore B
/J /setlinecap B /j /setlinejoin B /w /setlinewidth B /M /setmiterlimit
B
/d /setdash B
/rg /setrgbcolor B
/W /clip B /W* /eoclip B
/f /fill B /f* /eofill B
/S /stroke B
/cm /concat B
/SP /showpage B
/FF /findfont B /F {scalefont setfont} bind def
%%EndResource
%%EndProlog
%%BeginSetup
[{
%%BeginFeature: *PrintoutMode High
%% FoomaticRIPOptionSetting: PrintoutMode=High
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *Contrast 1.00
<</Contrast 1.00>>setpagedevice
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *Cyan 1.00
<</Cyan 1.00>>setpagedevice
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *Density 1.00
<</Density 1.00>>setpagedevice
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *Magenta 1.00
<</Magenta 1.00>>setpagedevice
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *REt Dark
%% FoomaticRIPOptionSetting: REt=Dark
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *stpBrightness 1.00
<</Brightness 1.00>>setpagedevice
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *stpGamma 1.60
<</Gamma 1.60>>setpagedevice
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *stpSaturation 1.0
<</Saturation 1.0>>setpagedevice
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *TonerDensity 3
%% FoomaticRIPOptionSetting: TonerDensity=3
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *Yellow 1.00
<</Yellow 1.00>>setpagedevice
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *InputSlot Standard
<</InputSlot(Standard)>>setpagedevice
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *Copies 1
%% FoomaticRIPOptionSetting: Copies=1
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *PageRegion A4
<</PageSize[595 842]/ImagingBBox null>>setpagedevice
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *Economode Off
%% FoomaticRIPOptionSetting: Economode=Off
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *MPTray First
%% FoomaticRIPOptionSetting: MPTray=First
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *Dither FromPrintoutMode
%% FoomaticRIPOptionSetting: [EMAIL PROTECTED]
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *GSResolution FromPrintoutMode
%% FoomaticRIPOptionSetting: [EMAIL PROTECTED]
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *ImageType FromPrintoutMode
%% FoomaticRIPOptionSetting: [EMAIL PROTECTED]
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OutputType FromPrintoutMode
%% FoomaticRIPOptionSetting: [EMAIL PROTECTED]
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *Quality FromPrintoutMode
%% FoomaticRIPOptionSetting: [EMAIL PROTECTED]
%%EndFeature
} stopped cleartomark
% x y w h ESPrc - Clip to a rectangle.
userdict/ESPrc/rectclip where{pop/rectclip load}
{{newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
neg 0 rlineto closepath clip newpath}bind}ifelse put
% x y w h ESPrf - Fill a rectangle.
userdict/ESPrf/rectfill where{pop/rectfill load}
{{gsave newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
neg 0 rlineto closepath fill grestore}bind}ifelse put
% x y w h ESPrs - Stroke a rectangle.
userdict/ESPrs/rectstroke where{pop/rectstroke load}
{{gsave newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
neg 0 rlineto closepath stroke grestore}bind}ifelse put
<<
/PageSize [595 842]
/ImagingBBox null
/Duplex false
/Tumble false
/NumCopies 1
/Policies <<
/PolicyNotFound 1
/PageSize 3
>>
>> setpagedevice
%%BeginResource: font (GnomeUni-AlbanyAMT) cvn
%!PS-TrueTypeFont-1.0-1.0
%%Creator: SunTypeTools-TT 1.0 gelf
%- Font subset generated from a source font file:
'/usr/X11R6/lib/X11/fonts/truetype/albw.ttf'
%- Original font name: AlbanyAMT
%- Original font family: Albany AMT
%- Original font sub-family: Regular
11 dict begin
/FontName /GnomeUni-AlbanyAMT def
/PaintType 0 def
/FontMatrix [1 0 0 1 0 0] def
/FontBBox [-222 -306 1073 1037] def
/FontType 42 def
/Encoding 256 array def
    0 1 255 {Encoding exch /.notdef put} for
Encoding 4 /glyph1 put
Encoding 21 /glyph2 put
Encoding 52 /glyph3 put
Encoding 69 /glyph4 put
Encoding 73 /glyph5 put
Encoding 74 /glyph6 put
Encoding 75 /glyph7 put
Encoding 83 /glyph8 put
/XUID [103 0 1 16#E68C5021 9 16#6B208E95 16#22A3B29E] def
/sfnts [<
747275650009008000030010637674206F3E8C130000009C000007F86670676D
767EA38200000894000007FF67 .....................................
.......................................B2B73732B2B2B2B2B732B2B2B
2B73B109322B4BB05052424BB008524BB008505BB01A23424BB0C8524BB03650
5BB00C234200000000
>
] def
/CharStrings 9 dict dup begin
/.notdef 0 def
/glyph1 1 def
/glyph2 2 def
/glyph3 3 def
/glyph4 4 def
/glyph5 5 def
/glyph6 6 def
/glyph7 7 def
/glyph8 8 def
end readonly def
FontName currentdict end definefont pop
%%EndResource
%%BeginResource: font (GnomeUni-CumberlandAMT) cvn
%!PS-TrueTypeFont-1.0-1.0
%%Creator: SunTypeTools-TT 1.0 gelf
%- Font subset generated from a source font file:
'/usr/X11R6/lib/X11/fonts/truetype/cumbwr__.ttf'
%- Original font name: CumberlandAMT
%- Original font family: Cumberland AMT
%- Original font sub-family: Regular
11 dict begin
/FontName /GnomeUni-CumberlandAMT def
/PaintType 0 def
/FontMatrix [1 0 0 1 0 0] def
/FontBBox [-132 -300 630 953] def
/FontType 42 def
/Encoding 256 array def
    0 1 255 {Encoding exch /.notdef put} for
Encoding 4 /glyph1 put
Encoding 11 /glyph2 put
Encoding 13 /glyph3 put
Encoding 15 /glyph4 put
Encoding 16 /glyph5 put
Encoding 17 /glyph6 put
Encoding 18 /glyph7 put
Encoding 19 /glyph8 put
Encoding 20 /glyph9 put
Encoding 21 /glyph10 put
Encoding 22 /glyph11 put
Encoding 23 /glyph12 put
Encoding 26 /glyph13 put
Encoding 28 /glyph14 put
Encoding 30 /glyph15 put
Encoding 34 /glyph16 put
Encoding 35 /glyph17 put
Encoding 37 /glyph18 put
Encoding 38 /glyph19 put
Encoding 39 /glyph20 put
Encoding 40 /glyph21 put
Encoding 41 /glyph22 put
Encoding 44 /glyph23 put
Encoding 45 /glyph24 put
Encoding 46 /glyph25 put
Encoding 47 /glyph26 put
Encoding 48 /glyph27 put
Encoding 49 /glyph28 put
Encoding 51 /glyph29 put
Encoding 52 /glyph30 put
Encoding 55 /glyph31 put
Encoding 56 /glyph32 put
Encoding 57 /glyph33 put
Encoding 59 /glyph34 put
Encoding 61 /glyph35 put
Encoding 69 /glyph36 put
Encoding 70 /glyph37 put
Encoding 71 /glyph38 put
Encoding 72 /glyph39 put
Encoding 73 /glyph40 put
Encoding 74 /glyph41 put
Encoding 75 /glyph42 put
Encoding 76 /glyph43 put
Encoding 77 /glyph44 put
Encoding 78 /glyph45 put
Encoding 79 /glyph46 put
Encoding 80 /glyph47 put
Encoding 81 /glyph48 put
Encoding 82 /glyph49 put
Encoding 83 /glyph50 put
Encoding 84 /glyph51 put
Encoding 86 /glyph52 put
Encoding 87 /glyph53 put
Encoding 88 /glyph54 put
Encoding 89 /glyph55 put
Encoding 90 /glyph56 put
Encoding 91 /glyph57 put
Encoding 93 /glyph58 put
/XUID [103 0 1 16#65712BCE 59 16#BEED99D8 16#2479D70F] def
/sfnts [<
74727565000900800003001063767420D93A5E170000009C000007EE6670676D
EFB416560000088C000007D.........................................
..................................4BB008524BB008505BB01A23424BB0
C8524BB036505BB00C23420000
>
] def
/CharStrings 59 dict dup begin
/.notdef 0 def
/glyph1 1 def
/glyph2 2 def
/glyph3 3 def
/glyph4 4 def
/glyph5 5 def
/glyph6 6 def
/glyph7 7 def
/glyph8 8 def
/glyph9 9 def
/glyph10 10 def
/glyph11 11 def
/glyph12 12 def
/glyph13 13 def
/glyph14 14 def
/glyph15 15 def
/glyph16 16 def
/glyph17 17 def
/glyph18 18 def
/glyph19 19 def
/glyph20 20 def
/glyph21 21 def
/glyph22 22 def
/glyph23 23 def
/glyph24 24 def
/glyph25 25 def
/glyph26 26 def
/glyph27 27 def
/glyph28 28 def
/glyph29 29 def
/glyph30 30 def
/glyph31 31 def
/glyph32 32 def
/glyph33 33 def
/glyph34 34 def
/glyph35 35 def
/glyph36 36 def
/glyph37 37 def
/glyph38 38 def
/glyph39 39 def
/glyph40 40 def
/glyph41 41 def
/glyph42 42 def
/glyph43 43 def
/glyph44 44 def
/glyph45 45 def
/glyph46 46 def
/glyph47 47 def
/glyph48 48 def
/glyph49 49 def
/glyph50 50 def
/glyph51 51 def
/glyph52 52 def
/glyph53 53 def
/glyph54 54 def
/glyph55 55 def
/glyph56 56 def
/glyph57 57 def
/glyph58 58 def
end readonly def
FontName currentdict end definefont pop
%%EndResource
%%BeginResource: font (GnomeUni-ThorndaleAMT) cvn
%!PS-TrueTypeFont-1.0-1.0
%%Creator: SunTypeTools-TT 1.0 gelf
%- Font subset generated from a source font file:
'/usr/X11R6/lib/X11/fonts/truetype/thowr___.ttf'
%- Original font name: ThorndaleAMT
%- Original font family: Thorndale AMT
%- Original font sub-family: Regular
11 dict begin
/FontName /GnomeUni-ThorndaleAMT def
/PaintType 0 def
/FontMatrix [1 0 0 1 0 0] def
/FontBBox [-166 -306 1008 1004] def
/FontType 42 def
/Encoding 256 array def
    0 1 255 {Encoding exch /.notdef put} for
Encoding 4 /glyph1 put
Encoding 17 /glyph2 put
Encoding 18 /glyph3 put
Encoding 20 /glyph4 put
Encoding 22 /glyph5 put
Encoding 26 /glyph6 put
Encoding 30 /glyph7 put
Encoding 32 /glyph8 put
Encoding 34 /glyph9 put
Encoding 36 /glyph10 put
Encoding 37 /glyph11 put
Encoding 41 /glyph12 put
Encoding 43 /glyph13 put
Encoding 48 /glyph14 put
Encoding 49 /glyph15 put
Encoding 50 /glyph16 put
Encoding 52 /glyph17 put
Encoding 54 /glyph18 put
Encoding 55 /glyph19 put
Encoding 60 /glyph20 put
Encoding 63 /glyph21 put
Encoding 65 /glyph22 put
Encoding 69 /glyph23 put
Encoding 70 /glyph24 put
Encoding 71 /glyph25 put
Encoding 72 /glyph26 put
Encoding 73 /glyph27 put
Encoding 75 /glyph28 put
Encoding 77 /glyph29 put
Encoding 80 /glyph30 put
Encoding 81 /glyph31 put
Encoding 82 /glyph32 put
Encoding 83 /glyph33 put
Encoding 86 /glyph34 put
Encoding 87 /glyph35 put
Encoding 88 /glyph36 put
Encoding 89 /glyph37 put
Encoding 90 /glyph38 put
/XUID [103 0 1 16#B7DA7372 39 16#7221A332 16#53E04F39] def
/sfnts [<
74727565000900800003001063767420114426190000009C0000080A6670676D
767EA382000008A8000007FF6.......................................
..............................732B2B2B2B2B732B2B2B2B2BB109322B4B
B05052424BB008524BB008505BB01A23424BB0C8524BB036505BB00C23420000
00
>
] def
/CharStrings 39 dict dup begin
/.notdef 0 def
/glyph1 1 def
/glyph2 2 def
/glyph3 3 def
/glyph4 4 def
/glyph5 5 def
/glyph6 6 def
/glyph7 7 def
/glyph8 8 def
/glyph9 9 def
/glyph10 10 def
/glyph11 11 def
/glyph12 12 def
/glyph13 13 def
/glyph14 14 def
/glyph15 15 def
/glyph16 16 def
/glyph17 17 def
/glyph18 18 def
/glyph19 19 def
/glyph20 20 def
/glyph21 21 def
/glyph22 22 def
/glyph23 23 def
/glyph24 24 def
/glyph25 25 def
/glyph26 26 def
/glyph27 27 def
/glyph28 28 def
/glyph29 29 def
/glyph30 30 def
/glyph31 31 def
/glyph32 32 def
/glyph33 33 def
/glyph34 34 def
/glyph35 35 def
/glyph36 36 def
/glyph37 37 def
/glyph38 38 def
end readonly def
FontName currentdict end definefont pop
%%EndResource
%%BeginResource: font (GnomeUni-ThorndaleAMT-Bold) cvn
%!PS-TrueTypeFont-1.0-1.0
%%Creator: SunTypeTools-TT 1.0 gelf
%- Font subset generated from a source font file:
'/usr/X11R6/lib/X11/fonts/truetype/thowb___.ttf'
%- Original font name: ThorndaleAMT-Bold
%- Original font family: Thorndale AMT
%- Original font sub-family: Bold
11 dict begin
/FontName /GnomeUni-ThorndaleAMT-Bold def
/PaintType 0 def
/FontMatrix [1 0 0 1 0 0] def
/FontBBox [-176 -306 1081 1025] def
/FontType 42 def
/Encoding 256 array def
    0 1 255 {Encoding exch /.notdef put} for
Encoding 4 /glyph1 put
Encoding 17 /glyph2 put
Encoding 30 /glyph3 put
Encoding 38 /glyph4 put
Encoding 42 /glyph5 put
Encoding 54 /glyph6 put
Encoding 55 /glyph7 put
Encoding 56 /glyph8 put
Encoding 70 /glyph9 put
Encoding 71 /glyph10 put
Encoding 73 /glyph11 put
Encoding 78 /glyph12 put
Encoding 80 /glyph13 put
Encoding 81 /glyph14 put
Encoding 83 /glyph15 put
Encoding 84 /glyph16 put
Encoding 86 /glyph17 put
Encoding 88 /glyph18 put
Encoding 89 /glyph19 put
Encoding 93 /glyph20 put
/XUID [103 0 1 16#EC485C74 21 16#9DB7DBCD 16#DA553691] def
/sfnts [<
7472756500090080000300106376742099582E230000009C000008086670676D
767EA382000008A4000007FF676C79..................................
................................08524BB008505BB01A23424BB0C8524B
B036505BB00C234200
>
] def
/CharStrings 21 dict dup begin
/.notdef 0 def
/glyph1 1 def
/glyph2 2 def
/glyph3 3 def
/glyph4 4 def
/glyph5 5 def
/glyph6 6 def
/glyph7 7 def
/glyph8 8 def
/glyph9 9 def
/glyph10 10 def
/glyph11 11 def
/glyph12 12 def
/glyph13 13 def
/glyph14 14 def
/glyph15 15 def
/glyph16 16 def
/glyph17 17 def
/glyph18 18 def
/glyph19 19 def
/glyph20 20 def
end readonly def
FontName currentdict end definefont pop
%%EndResource
%%EndSetup
userdict/ESPwl{}bind put
%%Page: 1 1
%%%%PageResources: (atend)
n
0 0 m
595 0 l
595 842 l
0 842 l
0 0 l
h
W
q
n
36 806 m
36 36 l
559 36 l
559 806 l
36 806 l
h
W
q
n
36 806 m
559 806 l
559 47.1719 l
36 47.1719 l
36 806 l
h
W
q
0 0 0 rg
53.0059 792.994 m
(GnomeUni-ThorndaleAMT-Bold) cvn FF 12 F
(\52\126\123\121\36\4)
[7 6 5 10 4 0] xshow
Q
q
0 0 0 rg
89.0059 792.994 m
(GnomeUni-ThorndaleAMT) cvn FF 12 F
(\60\60\60\45\107\130\115\132\111\44\53\61\74\22\62\111\130\4\40)
[8 8 8 8 5 3 3 6 5 12 9 10 8 3 8 5 3 3 0] xshow
Q
q
0 0 1 rg
210.006 792.994 m
(GnomeUni-ThorndaleAMT) cvn FF 12 F
(\60\60\60\45\107\130\115\132\111\44\53\61\74\22\62\111\130)
[8 8 8 8 5 3 3 6 5 12 9 10 8 3 8 5 0] xshow
1 w 1 J 0 j 11 M
[]0 d
n
210.006 791.494 m
322.006 791.494 l
S
Q
q
0 0 0 rg
322.006 792.994 m
(GnomeUni-ThorndaleAMT) cvn FF 12 F
(\42)
[0] xshow
Q
q
0 0 0 rg
38.0059 777.994 m
(GnomeUni-ThorndaleAMT-Bold) cvn FF 12 F
(\66\111\124\120\135\21\70\123\36\4)
[8 5 6 3 6 3 7 5 4 0] xshow
Q
q
0 0 1 rg
89.0059 777.994 m
(GnomeUni-ThorndaleAMT) cvn FF 12 F
(\60\60\60\45\107\130\115\132\111\44\53\61\74\22\62\111\130)
[8 8 8 8 5 3 3 6 5 12 9 10 8 3 8 5 0] xshow
1 w 1 J 0 j 11 M
[]0 d
n
89.0059 776.494 m
201.006 776.494 l
S
Q
q
0 0 0 rg
69.0059 762.994 m
(GnomeUni-ThorndaleAMT-Bold) cvn FF 12 F
(\70\123\36\4)
[7 5 4 0] xshow
Q
q
0 0 1 rg
89.0059 762.994 m
(GnomeUni-ThorndaleAMT) cvn FF 12 F
(\111\132\123\120\131\130\115\123\122\21\120\115\127\130\44\113\122\123
\121\111\22\123\126\113)
[5 6 6 3 6 3 3 6 5 3 3 3 5 3 12 6 5 6 9 5 3 6 4 0] xshow
1 w 1 J 0 j 11 M
[]0 d
n
89.0059 761.494 m
211.006 761.494 l
S
Q
q
0 0 0 rg
64.0059 747.994 m
(GnomeUni-ThorndaleAMT-Bold) cvn FF 12 F
(\46\107\107\36\4)
[7 5 5 4 0] xshow
Q
q
0 0 1 rg
89.0059 747.994 m
(GnomeUni-ThorndaleAMT) cvn FF 12 F
(\67\111\122\130\44\60\105\122\110\123\21\62\111\130\22\107\123\121)
[7 5 5 3 12 8 6 5 7 6 3 8 5 3 3 5 6 0] xshow
1 w 1 J 0 j 11 M
[]0 d
n
89.0059 746.494 m
195.006 746.494 l
S
Q
q
0 0 0 rg
43.0059 732.994 m
(GnomeUni-ThorndaleAMT-Bold) cvn FF 12 F
(\67\131\106\116\111\107\130\36\4)
[7 6 7 4 5 5 4 4 0] xshow
Q
q
0 0 0 rg
89.0059 732.994 m
(GnomeUni-ThorndaleAMT) cvn FF 12 F
(\66\111\36\4\77\51\132\123\120\131\130\115\123\122\101\4\51\132\123\120
\131\130\115\123\122\4\26\22\32\22\24\4\110\123\111\127\4\122\123\130\4
\64\126\115\122\130\4\21\4\4\4\4\4\4\4\4\45\107\126\123\106\105\130\4\66
\111\105\110\111\126\4\4\110\123\111\127)
[8 5 3 3 4 8 6 6 3 6 3 3 6 5 4 3 8 6 6 3 6 3 3 6 5 3 7 3 6 3 6 3 7 6 5 5
3 5 6 3 3 6 4 3 5 3 3 3 3 3 3 3 3 3 3 3 8 5 4 6 6 6 3 3 8 5 6 7 5 4 3 3
7 6 5 0] xshow
Q
1 1 1 rg
n
36.0059 724.993 m
553.006 724.993 l
553.006 224.993 l
36.0059 224.993 l
36.0059 724.993 l
h
f
q
n
41.5059 705.493 m
440.506 705.493 l
440.506 719.493 l
41.5059 719.493 l
41.5059 705.493 l
h
f
0 0 0 rg
41.5059 709.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\63\122\4\70\114\131\20\4\26\24\24\32\21\24\34\21\27\25\4\105\130\4\25
\24\36\24\24\4\17\24\26\24\24\20\4\47\114\105\126\120\111\127\4\46\131
\111\107\114\111\4\133\126\123\130\111\36\4)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0] xshow
Q
q
1 1 1 rg
n
41.5059 691.493 m
76.5059 691.493 l
76.5059 705.493 l
41.5059 705.493 l
41.5059 691.493 l
h
f
0 0 0 rg
41.5059 695.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\42\4\54\115\20)
[7 7 7 7 0] xshow
Q
q
1 1 1 rg
n
41.5059 677.493 m
55.5059 677.493 l
55.5059 691.493 l
41.5059 691.493 l
41.5059 677.493 l
h
f
0 0 0 rg
41.5059 681.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\42\4)
[7 0] xshow
Q
q
1 1 1 rg
n
41.5059 663.493 m
524.506 663.493 l
524.506 677.493 l
41.5059 677.493 l
41.5059 663.493 l
h
f
0 0 0 rg
41.5059 667.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\42\4\45\122\123\130\114\111\126\4\115\110\111\105\4\36\4\127\123\121
\111\4\124\126\123\113\126\105\121\127\4\113\111\122\111\126\105\130\111
\4\64\47\60\4\114\111\105\110\111\126\127\4\111\122\107\105\124\127\131
\120\105\130\115\122\113\4\130\114\111)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0] xshow
Q
q
1 1 1 rg
n
41.5059 649.493 m
538.506 649.493 l
538.506 663.493 l
41.5059 663.493 l
41.5059 649.493 l
h
f
0 0 0 rg
41.5059 653.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\42\4\64\123\127\130\127\107\126\115\124\130\4\112\115\120\111\4\133
\114\111\122\4\130\114\111\135\4\117\122\123\133\4\130\114\105\130\4\130
\114\111\4\124\126\115\122\130\111\126\4\115\127\4\64\47\60\22\4\67\123
\121\111\4\124\126\115\122\130\111\126\127)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0]
xshow
Q
q
1 1 1 rg
n
41.5059 635.493 m
538.506 635.493 l
538.506 649.493 l
41.5059 649.493 l
41.5059 635.493 l
h
f
0 0 0 rg
41.5059 639.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\42\4\110\123\122\13\130\4\120\115\117\111\4\130\114\111\127\111\4\114
\111\105\110\111\126\127\22\4\70\126\135\4\130\123\4\127\122\115\112\112
\4\130\114\111\4\123\131\130\124\131\130\4\130\123\4\130\114\111\4\124
\126\115\122\130\111\126\4\133\115\130\114)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0]
xshow
Q
q
1 1 1 rg
n
41.5059 621.493 m
489.506 621.493 l
489.506 635.493 l
41.5059 635.493 l
41.5059 621.493 l
h
f
0 0 0 rg
41.5059 625.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\42\4\133\115\126\111\127\114\105\126\117\23\111\130\114\111\126\111
\105\120\4\105\122\110\4\127\111\111\4\133\114\111\130\114\111\126\4\130
\114\111\4\67\64\4\107\123\122\130\111\122\130\4\121\105\117\111\127\4
\127\111\122\127\111\22)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0] xshow
Q
q
1 1 1 rg
n
41.5059 607.493 m
55.5059 607.493 l
55.5059 621.493 l
41.5059 621.493 l
41.5059 607.493 l
h
f
0 0 0 rg
41.5059 611.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\42\4)
[7 0] xshow
Q
q
1 1 1 rg
n
41.5059 593.493 m
517.506 593.493 l
517.506 607.493 l
41.5059 607.493 l
41.5059 593.493 l
h
f
0 0 0 rg
41.5059 597.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\42\4\55\112\4\135\123\131\4\131\127\111\4\47\71\64\67\20\4\115\130\4
\127\114\123\131\120\110\4\106\111\4\124\123\127\127\115\106\120\111\4
\130\123\4\105\127\117\4\115\130\4\130\123\4\117\111\111\124\4\105\4\107
\123\124\135\4\123\112)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0] xshow
Q
q
1 1 1 rg
n
41.5059 579.493 m
76.5059 579.493 l
76.5059 593.493 l
41.5059 593.493 l
41.5059 579.493 l
h
f
0 0 0 rg
41.5059 583.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\124\126\115\122\130)
[7 7 7 7 0] xshow
Q
q
1 1 1 rg
n
41.5059 565.493 m
300.506 565.493 l
300.506 579.493 l
41.5059 579.493 l
41.5059 565.493 l
h
f
0 0 0 rg
41.5059 569.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\42\4\116\123\106\127\20\4\133\114\115\107\114\4\135\123\131\4\107\123
\131\120\110\4\130\114\111\122\4\120\123\123\117\4\105\130\22)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
0] xshow
Q
q
1 1 1 rg
n
41.5059 551.493 m
55.5059 551.493 l
55.5059 565.493 l
41.5059 565.493 l
41.5059 551.493 l
h
f
0 0 0 rg
41.5059 555.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\42\4)
[7 0] xshow
Q
q
1 1 1 rg
n
41.5059 537.493 m
104.506 537.493 l
104.506 551.493 l
41.5059 551.493 l
41.5059 537.493 l
h
f
0 0 0 rg
41.5059 541.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\42\4\47\114\105\126\120\111\127)
[7 7 7 7 7 7 7 7 0] xshow
Q
q
1 1 1 rg
n
41.5059 511.493 m
118.506 511.493 l
118.506 525.493 l
41.5059 525.493 l
41.5059 511.493 l
h
f
0 0 0 rg
41.5059 515.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\54\115\4\47\114\105\126\120\111\127\20)
[7 7 7 7 7 7 7 7 7 7 0] xshow
Q
q
1 1 1 rg
n
41.5059 485.493 m
503.506 485.493 l
503.506 499.493 l
41.5059 499.493 l
41.5059 485.493 l
h
f
0 0 0 rg
41.5059 489.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\70\123\4\124\123\115\122\130\4\26\36\4\55\130\4\115\127\4\122\123\130
\4\105\4\47\71\64\67\20\4\106\131\130\4\105\4\56\111\130\50\115\126\111
\107\130\4\64\123\126\130\4\123\122\4\130\114\111\4\124\126\115\122\130
\111\126\22)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0] xshow
Q
q
1 1 1 rg
n
41.5059 459.493 m
531.506 459.493 l
531.506 473.493 l
41.5059 473.493 l
41.5059 459.493 l
h
f
0 0 0 rg
41.5059 463.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\70\123\4\64\123\115\122\130\4\25\36\4\55\4\110\115\110\4\105\4\111\130
\114\111\126\111\105\120\4\107\105\124\130\131\126\111\4\105\122\110\4
\127\111\120\111\107\130\111\110\4\130\114\111\4\127\130\126\111\105\121
\22\4\46\111\120\123\133\4\115\127)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0]
xshow
Q
q
1 1 1 rg
n
41.5059 445.493 m
517.506 445.493 l
517.506 459.493 l
41.5059 459.493 l
41.5059 445.493 l
h
f
0 0 0 rg
41.5059 449.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\130\114\111\4\127\123\121\111\133\114\105\130\4\120\123\122\113\4\70
\47\64\4\70\126\105\107\111\22\4\55\4\105\121\4\122\123\130\4\130\114
\105\130\4\107\123\122\132\111\126\127\111\110\4\133\115\130\114\4\126
\111\105\110\115\122\113\4\115\130)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0] xshow
Q
q
1 1 1 rg
n
41.5059 431.493 m
531.506 431.493 l
531.506 445.493 l
41.5059 445.493 l
41.5059 431.493 l
h
f
0 0 0 rg
41.5059 435.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\135\111\130\22\4\61\105\135\106\111\4\135\123\131\4\107\123\131\120
\110\4\113\115\132\111\4\105\4\114\115\122\130\4\133\114\111\126\111\4
\130\123\4\120\123\123\117\22\4\47\105\122\4\55\4\105\130\130\105\107
\114\4\130\114\111\4\112\115\120\111\127)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0]
xshow
Q
q
1 1 1 rg
n
41.5059 417.493 m
538.506 417.493 l
538.506 431.493 l
41.5059 431.493 l
41.5059 417.493 l
h
f
0 0 0 rg
41.5059 421.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\130\123\4\130\114\111\4\121\105\115\120\4\130\114\105\130\4\113\123
\111\127\4\130\123\4\130\114\111\4\120\115\127\130\43\4\73\115\120\120\4
\115\130\4\107\105\131\127\111\4\124\126\123\106\120\111\121\127\4\123
\126\4\107\105\122\4\55\4\116\131\127\130)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0]
xshow
Q
q
1 1 1 rg
n
41.5059 403.493 m
181.506 403.493 l
181.506 417.493 l
41.5059 417.493 l
41.5059 403.493 l
h
f
0 0 0 rg
41.5059 407.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\127\111\122\110\4\130\114\111\121\4\130\123\4\135\123\131\4\64\61\43)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0] xshow
Q
q
1 1 1 rg
n
41.5059 377.493 m
517.506 377.493 l
517.506 391.493 l
41.5059 391.493 l
41.5059 377.493 l
h
f
0 0 0 rg
41.5059 381.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\55\4\105\120\127\123\4\131\122\107\123\122\110\115\130\115\123\122\105
\120\120\135\4\126\111\115\122\127\130\105\120\120\111\110\4\132\115\105
\4\75\105\67\70\26\4\115\122\4\67\71\67\51\4\25\24\22\25\4\111\132\111
\126\135\130\114\115\122\113)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0] xshow
Q
q
1 1 1 rg
n
41.5059 363.493 m
545.506 363.493 l
545.506 377.493 l
41.5059 377.493 l
41.5059 363.493 l
h
f
0 0 0 rg
41.5059 367.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\133\115\130\114\4\51\132\123\120\131\130\115\123\122\22\4\63\122\4\105
\122\123\130\114\111\126\4\121\105\107\114\115\122\111\20\4\130\114\111
\4\127\105\121\111\4\107\123\122\112\115\113\131\126\105\130\115\123\122
\4\133\123\126\117\127\4\63\57\4\133\115\130\114)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0]
xshow
Q
q
1 1 1 rg
n
41.5059 349.493 m
531.506 349.493 l
531.506 363.493 l
41.5059 363.493 l
41.5059 349.493 l
h
f
0 0 0 rg
41.5059 353.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\115\110\111\122\130\115\107\105\120\4\114\105\126\110\4\105\122\110\4
\127\123\112\130\133\105\126\111\22\4\55\4\127\131\127\124\111\107\130\4
\127\123\121\111\4\124\126\123\106\120\111\121\4\133\115\130\114\4\130
\114\111\4\51\132\123\120\131\130\115\123\122)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0]
xshow
Q
q
1 1 1 rg
n
41.5059 335.493 m
531.506 335.493 l
531.506 349.493 l
41.5059 349.493 l
41.5059 335.493 l
h
f
0 0 0 rg
41.5059 339.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\115\122\127\130\105\120\120\105\130\115\123\122\22\4\47\105\122\4\105
\4\107\120\111\105\122\4\131\122\115\122\127\130\105\120\120\4\133\115
\130\114\4\105\120\120\4\126\111\112\111\126\111\122\107\111\127\4\105
\122\110\4\107\123\122\112\115\113\127\4\105\127)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0]
xshow
Q
q
1 1 1 rg
n
41.5059 321.493 m
510.506 321.493 l
510.506 335.493 l
41.5059 335.493 l
41.5059 321.493 l
h
f
0 0 0 rg
41.5059 325.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\133\111\120\120\20\4\105\122\110\4\105\4\126\111\115\122\127\130\105
\120\120\120\105\130\115\123\122\4\133\115\130\114\4\130\114\111\4\127
\105\121\111\4\110\105\130\105\4\105\127\4\55\4\114\105\132\111\4\122
\123\133\4\115\122\4\130\114\111)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0] xshow
Q
q
1 1 1 rg
n
41.5059 307.493 m
524.506 307.493 l
524.506 321.493 l
41.5059 321.493 l
41.5059 307.493 l
h
f
0 0 0 rg
41.5059 311.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\110\111\112\131\122\107\130\4\132\111\126\127\115\123\122\4\127\123
\120\132\111\4\130\114\111\4\124\126\123\106\120\111\121\43\4\55\112\4
\127\123\20\4\133\114\105\130\4\115\127\4\130\114\111\4\106\111\127\130
\4\124\126\123\107\111\110\131\126\111\43)
[7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 0] xshow
Q
q
1 1 1 rg
n
41.5059 281.493 m
62.5059 281.493 l
62.5059 295.493 l
41.5059 295.493 l
41.5059 281.493 l
h
f
0 0 0 rg
41.5059 285.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\36\21\15)
[7 7 0] xshow
Q
q
1 1 1 rg
n
41.5059 267.493 m
55.5059 267.493 l
55.5059 281.493 l
41.5059 281.493 l
41.5059 267.493 l
h
f
0 0 0 rg
41.5059 271.493 m
(GnomeUni-CumberlandAMT) cvn FF 12 F
(\45\120)
[7 0] xshow
Q
Q
q
n
36 47.1719 m
559 47.1719 l
559 36 l
36 36 l
36 47.1719 l
h
W
q
0 0 0 rg
471 38.1191 m
(GnomeUni-AlbanyAMT) cvn FF 10 F
(\64\105\113\111\4\25\4\123\112\4\25)
[6.66992 5.56152 5.56152 5.56152 2.77832 5.56152 2.77832 5.56152 2.77832
2.77832 0] xshow
Q
Q
Q
SP
%%%%PageTrailer
%%PageResources: procset gnome-print-procs-2.12.1
%%+ font (GnomeUni-AlbanyAMT) cvn
%%+ font (GnomeUni-CumberlandAMT) cvn
%%+ font (GnomeUni-ThorndaleAMT) cvn
%%+ font (GnomeUni-ThorndaleAMT-Bold) cvn

%%Trailer
%%Pages: 1
%%EOF

#################################  END  ##############################


_______________________________________________
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to