QSI post 3...prev command was not true QSI
our version of l3afpad comes from Debian
Code: Select all
apt info l3afpad SNIP
APT-Sources: http://deb.debian.org/debian bookworm/main amd64 Packages
When I try to print paper with l3afpad....you choose the printer....and click on print -> which for me immediately kills my GUI app
Ditto if I try to print to PDF.
No errors seen in cups logs.....I suspect because it never gets there?
###########
Possible fix
I recompiled on MX 23 from https://github.com/stevenhoneyman/l3afpad
below are the differences....with no explanation of why my compile prints and the debian variant does not
debian
Code: Select all
readelf -d /usr/bin/l3afpad
Dynamic section at offset 0x182c8 contains 33 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libgtk-3.so.0]
0x0000000000000001 (NEEDED) Shared library: [libpangocairo-1.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libpango-1.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libcairo.so.2]
0x0000000000000001 (NEEDED) Shared library: [libgobject-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libglib-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000c (INIT) 0x8000
0x000000000000000d (FINI) 0x13d44
0x0000000000000019 (INIT_ARRAY) 0x18ab0
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x18ab8
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x3a0
0x0000000000000005 (STRTAB) 0x24c8
0x0000000000000006 (SYMTAB) 0x3e0
0x000000000000000a (STRSZ) 8200 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000015 (DEBUG) 0x0
0x0000000000000003 (PLTGOT) 0x19518
0x0000000000000002 (PLTRELSZ) 8136 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0x5d58
0x0000000000000007 (RELA) 0x47e0
0x0000000000000008 (RELASZ) 5496 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000000000001e (FLAGS) BIND_NOW
0x000000006ffffffb (FLAGS_1) Flags: NOW PIE
0x000000006ffffffe (VERNEED) 0x4790
0x000000006fffffff (VERNEEDNUM) 1
0x000000006ffffff0 (VERSYM) 0x44d0
0x000000006ffffff9 (RELACOUNT) 221
0x0000000000000000 (NULL) 0x0
Code: Select all
readelf -d /tmp/l3afpad
Dynamic section at offset 0x17d68 contains 32 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libgtk-3.so.0]
0x0000000000000001 (NEEDED) Shared library: [libpangocairo-1.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libpango-1.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libcairo.so.2]
0x0000000000000001 (NEEDED) Shared library: [libgobject-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libglib-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000c (INIT) 0x8000
0x000000000000000d (FINI) 0x1361c
0x0000000000000019 (INIT_ARRAY) 0x18550
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x18558
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x000000006ffffef5 (GNU_HASH) 0x3a0
0x0000000000000005 (STRTAB) 0x24b0
0x0000000000000006 (SYMTAB) 0x3e0
0x000000000000000a (STRSZ) 8155 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000015 (DEBUG) 0x0
0x0000000000000003 (PLTGOT) 0x18fe8
0x0000000000000002 (PLTRELSZ) 8112 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0x5cf0
0x0000000000000007 (RELA) 0x4778
0x0000000000000008 (RELASZ) 5496 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffb (FLAGS_1) Flags: PIE
0x000000006ffffffe (VERNEED) 0x4748
0x000000006fffffff (VERNEEDNUM) 1
0x000000006ffffff0 (VERSYM) 0x448c
0x000000006ffffff9 (RELACOUNT) 221
0x0000000000000000 (NULL) 0x0
I accept that now that I have installed abiword.....I should not be so fussy

but others might find the same defect?
Thanks for reading
slight variantion from source on how I compiled
./autogen.sh
autoupdate # missing from source howto
./configure --prefix=/usr
make -j6 # or whatever you feel ok for your cores
sudo make install # not stripped