Bug#191875: gqview + vdesk problem

2024-05-28 Thread Adam Sampson
enough in the last 21 years that this bug would be difficult to reproduce! Safe to close it, I'd say. (For what it's worth, when I wrote vdesk I was also using aewm and gqview and I don't remember seeing this problem.) Thanks, -- Adam Sampson <http://offog.org/>

Bug#1061423: xpdf: performance of a second text search should be improved

2024-01-24 Thread Adam Sampson
o xpopple git to add a similar cache, which seems to have the desired effect. It'll use a bit more memory this way but I don't expect it'll be a concern relative to the size of the rest of the PDF data... Cheers, -- Adam Sampson <http://offog.org/>

Bug#1059084: xpdf: text searching from the first page does not find matches on the other pages

2024-01-17 Thread Adam Sampson
t a fix in to Poppler: https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/1486 Thanks, -- Adam Sampson <http://offog.org/>

Bug#996831: xpdf: please update the xpdf(1) man page concerning font settings

2023-12-15 Thread Adam Sampson
resource rather than the "fontList" resource, which should make the behaviour match the documentation again. I also added a section to xpdf(1) about configuring the UI fonts using render tables or regular X fonts, so I think this bug is fixed now (unless anybody has any fu

Bug#1058619: xpdf: text search misses hyphenated words

2023-12-13 Thread Adam Sampson
n had been disabled by an old Debian patch for some reason, and pressing "Find" multiple times didn't always do the same as "find next" (e.g. it only found 4 of the 6 "This"s in your sample). I believe I've fixed those as well. Cheers, -- Adam Sampson <http://offog.org/>

Bug#996832: xpdf: segmentation fault in case of incorrect Xpdf*font X resource

2021-12-01 Thread Adam Sampson
6-1 Xpdf*XmTextField.font: -*-courier-medium-r-normal-*-12-*-*-*-*-*-iso10646-1 If you can think of any improvements to this then please let me know! Thanks, -- Adam Sampson <http://offog.org/>

Bug#996832: xpdf: segmentation fault in case of incorrect Xpdf*font X resource

2021-10-20 Thread Adam Sampson
NULL because the font hasn't been loaded. I guess this is a Motif bug... I've worked around this (in xpopple Git) by styling the widgets using resources rather than rendition tags. Specifying Xpdf*font now correctly overrides all the default fonts again. Thanks, -- Adam Sampson

Bug#996903: xpdf 3.04+git20211001-1 crashes

2021-10-20 Thread Adam Sampson
ontconfig knows about (running "fc-list" prints something)? It would be worth setting a breakpoint on XftFontOpenPattern and seeing if it's getting there at all -- strace might also tell you whether it's finding the fontconfig cache and any font files. Thanks, -- Adam Sampson <http://offog.org/>

Bug#996903: xpdf 3.04+git20211001-1 crashes

2021-10-20 Thread Adam Sampson
On Thu, Oct 21, 2021 at 12:23:16AM +0100, Adam Sampson wrote: > [xpdf crashes in Motif on] asc = _XmRendXftFont(rend)->ascent; Hmm -- the crash in #996832 is happening in the same place... Do you have an Xpdf*font: resource (or something similar) set on your display? Thanks, -- Adam S

Bug#989369: Request: findPrev command

2021-06-01 Thread Adam Sampson
htforward change to the code -- I've just implemented it in the Git version of xpopple, so it should show up in the Debian version when it's next updated from Git. It's bound to Ctrl-Shift-G by default (as in Evince and Firefox). Thanks, -- Adam Sampson <http://offog.org/>

Bug#668945: xpdf can not display ToC in UTF-8/can't search for Unicode

2021-03-13 Thread Adam Sampson
anything further (filenames are in the system encoding anyway; link destinations should be ASCII according to the PDF 1.4 spec). Thanks, -- Adam Sampson <http://offog.org/>

Bug#683399: xpdf: "Cannot convert string to type FontStruct" warnings

2021-03-13 Thread Adam Sampson
kage... Indeed. And to fix the Unicode UI rendering problems (#668945/#946270) I'm in the process of moving xpopple to use renderTables and Xft fonts, so it shouldn't be a problem in the future anyway... -- Adam Sampson <http://offog.org/>

Bug#668945: xpdf can not display ToC in UTF-8

2021-03-06 Thread Adam Sampson
searching and outline display. They're in the "unicode" branch in xpopple Git at the moment, and I'll push them to master once they've had a bit more testing. Screenshot: http://stuff.offog.org/xpdf-ru.png Thanks, -- Adam Sampson <http://offog.org/>

Bug#600477: Bad LessTiff call?

2021-03-04 Thread Adam Sampson
th Lesstif rather than OpenMotif, so it might have been a Lesstif problem. Either way, I think it's safe to close this bug now. -- Adam Sampson <http://offog.org/>

Bug#359821: gs: ghostcript dies when printing to epson r300, but not hp lj1200

2021-03-04 Thread Adam Sampson
't had any reports of it in ten years, and if it does still exist it would be in poppler rather than xpdf. -- Adam Sampson <http://offog.org/>

Bug#655290: xpdf --no-sidebsr

2021-03-04 Thread Adam Sampson
re should be a command-line option to execute an arbitrary config file command on startup? (Like -remote, but not remote...) -- Adam Sampson <http://offog.org/>

Bug#683399: xpdf: "Cannot convert string to type FontStruct" warnings

2021-03-04 Thread Adam Sampson
e code. I'll probably change them to the iso10646-1 equivalents in the near future in xpopple, since there are a couple of Debian bugs about missing Unicode support in the interface. Looking at how nedit handles this, maybe xpdf should have: Recommends: xfonts-100dpi | xfonts-75dpi ? -- Adam Sampson <http://offog.org/>

Bug#946270: xpdf: can't search for various Unicode characters

2021-03-03 Thread Adam Sampson
u = (Unicode *)gmallocn(len, sizeof(Unicode)); for (i = 0; i < len; ++i) { -u[i] = (Unicode)(s[i] & 0xff); +u[i] = (Unicode)wbuf[i]; } + gfree(wbuf); ret = findU(u, len, caseSensitive, next, backward, wholeWord, onePageOnly); -- Adam Sampson <http://offog.org/>

Bug#926501: xpdf: continuousView memory leak

2021-03-03 Thread Adam Sampson
growing memory, as shown by top or > memstat. I've just tested this with the latest xpopple and it seems fine, so I think it was caused by one (or more) of the leaks that were fixed in the most recent (xpopple-based) Debian xpdf package. Thanks, -- Adam Sampson <http://offog.org/>

Bug#983880: xpdf: Printing fails, apparently due to broken PostScript output

2021-03-03 Thread Adam Sampson
s when making the PS changes for Poppler 20.12, so its value was garbage unless you had psLevel in your config file (which I did). I've fixed this in xpopple git now, and checked all the other settings for the same problem. Thanks very much for the report and diagnosis! Cheers, -- Adam S

Bug#383377: ignore Xresources and window at +0+0

2021-01-02 Thread Adam Sampson
e correct WM hint for position. (It does so via Motif, so this might have been a Lesstif/Motif problem.) -- Adam Sampson <http://offog.org/>

Bug#945188: xpdf: memory leak when changing page

2020-12-28 Thread Adam Sampson
t simpler. My XPDFParams code would probably be tricky to backport to Debian's current version, but you might be able to take the patches for the other GooLists as is... Cheers, -- Adam Sampson <http://offog.org/>

Bug#606885: xpdf: no longer asks for password in dialog window

2020-12-28 Thread Adam Sampson
que_ptr if it's not already in your version.) Thanks, -- Adam Sampson <http://offog.org/>

Bug#968354: xpdf crash with empty document

2020-12-27 Thread Adam Sampson
+// Work around a Poppler bug: some additional checks were added to +// PDFDoc::setup that don't set errCode +if (err == errNone) { + err = errDamaged; +} + delete newDoc; return err; } Thanks very much, -- Adam Sampson <http://offog.org/>

Bug#977182: xpopple as new upstream for Debian's xpdf?

2020-12-22 Thread Adam Sampson
can come up with all kinds of problems and > suggestions not related to your personal use case? I don't mind being contacted. I can't promise to address everything in the BTS but it's got to be better than having no upstream at all :-) Cheers, -- Adam Sampson <http://offog.org/>

Bug#938333: rawdog: Python2 removal in sid/bullseye

2019-10-16 Thread Adam Sampson
for bullseye is indeed the right thing to do; I'll reassign the bug as suggested. Cheers, -- Adam Sampson <http://offog.org/>

Bug#920990: RFS: rawdog/2.23-3

2019-01-31 Thread Adam Sampson
t then I'd very much appreciate it! * Package name: rawdog Version : 2.23-3 (or -2 -- see below) Upstream Author : Adam Sampson * URL : http://offog.org/code/rawdog/ * License : GPLv2+ Section : web It builds those binary packages: ra

Bug#919580: rawdog: autopkgtest regression

2019-01-17 Thread Adam Sampson
dependencies at all). Thanks very much for the report and fix! I've updated the package to rawdog 2.23-2 to fix this: https://stuff.offog.org/rawdog/ Would one of you be able to upload it to the archive for me? If not, I'll contact my regular sponsor. Cheers, -- Adam Sampson

Bug#882538: jpeg-6b configure.in (etc.) reconstruction

2018-03-08 Thread Adam Sampson
undled in outguess and various other packages, when built with autoconf 2.12. The modified files are attached; you also need libtool.m4 from libtool 1.2. -- Adam Sampson <a...@offog.org> <http://offog.org/> dnl IJG auto-configuration source file. [reconstruct

Bug#839294: rawdog: FTBFS: Tests failures

2016-10-03 Thread Adam Sampson
rl, inline, config): if config["tidyhtml"]: args = { "numeric_entities": 1, + "input_encoding": "ascii", + "output_encoding": "ascii",

Bug#681247: aggregate is producing different results with the same list (sorted and unsorted)

2016-09-04 Thread Adam Sampson
This isn't actually a bug in aggregate -- the problem is that your sort keys don't include the prefix length field, so sort -u is throwing away lines that aren't actually redundant. For example: $ cat >simple.txt 203.86.64.0/20 203.86.64.0/19 $ sort -u -t . -k 1,1n -k 2,2n -k 3,3n -k 4,4n

Bug#787559: urlopen error [SSL: CERTIFICATE_VERIFY_FAILED]

2015-06-02 Thread Adam Sampson
/ https_proxy http://proxy:3128/ Thanks, -- Adam Sampson a...@offog.org http://offog.org/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#761551: rawdog: FTBFS: Tests failures

2014-09-15 Thread Adam Sampson
package will be updated shortly. Thanks very much for the report! Cheers, -- Adam Sampson a...@offog.org http://offog.org/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#755083: login: su deferences argv[0] without checking it's valid

2014-07-17 Thread Adam Sampson
to explicitly abort in this case, as some of the GNU tools do: $ ./exec0 /bin/ls A NULL argv[0] was passed through an exec system call. Aborted This bug's present in the current Git source for shadow. Thanks, Adam Sampson -- System Information: Debian Release: 7.6 APT prefers stable-updates APT policy

Bug#745506: Also in LTS

2014-06-26 Thread Adam Sampson
This bug is also present in squeeze's version of nsd (3.2.5-1.squeeze2). -- Adam Sampson a...@offog.org http://offog.org/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#737628: XPDFParams reworked patch

2014-05-07 Thread Adam Sampson
/XPDFParams xpdf/PDFCore files+=xpdf/XPDFApp xpdf/XPDFCore xpdf/XPDFTree xpdf/XPDFViewer xpdf/xpdf headers=xpdf/config.h xpdf/XPDFTreeP.h xpdf/about-text.h xpdf/*.xbm xpdf/xpdfIcon.xpm Thanks, -- Adam Sampson a...@offog.org http://offog.org/ -- To UNSUBSCRIBE, email

Bug#737628: xpdf no longer takes Xpdf.initialZoom into account

2014-05-04 Thread Adam Sampson
and -paperh (and the equivalent resources) work again. It also fixes -ps, which was being set in GlobalParams but read from XpdfParams. Note that the splitting patch also removed a bunch of config file options (see #739271 for an example of this). -- Adam Sampson a...@offog.org

Bug#739271: xpdf: 3.03-12 onwards does not process key bindings in ~/.xpdfrc

2014-05-04 Thread Adam Sampson
where they exist, rather than trying to use Poppler's parser? -- Adam Sampson a...@offog.org http://offog.org/ From 58edfd648e7f189bc5f41c8979985318b3fb2963 Mon Sep 17 00:00:00 2001 From: Adam Sampson a...@offog.org Date: Sun, 4 May 2014 12:46:06 +0100 Subject: [PATCH 2/2

Bug#737116: rawdog: Please don't ship useless copy of timeoutsocket.py

2014-01-30 Thread Adam Sampson
still looking for a mentor (since I'm not a DD/DM) -- would you be willing to do this, or do you know anyone who might be? My updated package is generally ready to go otherwise: https://mentors.debian.net/package/rawdog Thanks, -- Adam Sampson a...@offog.org http

Bug#717995: RFS: rawdog/2.18-1 [ITA]]

2013-09-22 Thread Adam Sampson
On Sat, Sep 21, 2013 at 02:30:15PM +0200, Tobias Frost wrote: If not going to python-appd-team you probably want to consider pushing it to collab-maint. Sounds like a sensible suggestion -- thanks! -- Adam Sampson a...@offog.org http://offog.org/ -- To UNSUBSCRIBE

Bug#717995: RFS: rawdog/2.18-1 [ITA]]

2013-09-21 Thread Adam Sampson
-team actually has a single repository for all the packages they manage, so if they're willing to take it I'd need to replay my changes against their repo anyway. If not, then I'll push my existing repo to a pkg-rawdog one on alioth. Thanks, -- Adam Sampson a...@offog.org

Bug#717995: RFS: rawdog/2.18-1 [ITA]]

2013-09-20 Thread Adam Sampson
Dear mentors, I'm (still) looking for a sponsor for my package rawdog. Package name: rawdog Version : 2.18-1 Upstream Author : Adam Sampson a...@offog.org (i.e. me) URL : http://offog.org/code/rawdog/ License : GPL-2+ Section : web It builds

Bug#717995: [a...@offog.org: Re: RFS: feedparser/5.1.2-2]

2013-08-01 Thread Adam Sampson
minor bugs, and uploaded to mentors again: http://mentors.debian.net/package/rawdog Thanks, -- Adam Sampson a...@offog.org http://offog.org/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#717995: RFS: rawdog/2.16-1 [ITA]

2013-08-01 Thread Adam Sampson
, -- Adam Sampson a...@offog.org http://offog.org/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#717995: [a...@offog.org: Re: RFS: feedparser/5.1.2-2]

2013-07-30 Thread Adam Sampson
- Forwarded message from Adam Sampson a...@offog.org - Date: Mon, 29 Jul 2013 17:13:42 +0100 From: Adam Sampson a...@offog.org To: Etienne Millon etienne.mil...@gmail.com Subject: Re: RFS: feedparser/5.1.2-2 Hi Etienne, Thanks very much for looking at the package -- much appreciated! Do

Bug#717995: RFS: rawdog/2.16-1 [ITA]

2013-07-27 Thread Adam Sampson
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package rawdog. Package name: rawdog Version : 2.16-1 Upstream Author : Adam Sampson a...@offog.org (i.e. me) URL : http://offog.org/code/rawdog/ License

Bug#650776: Fixed upstream

2013-06-24 Thread Adam Sampson
I've imported fakefinder into upstream rawdog, and fixed this problem there (by making it ignore HTMLParser exceptions, although this particular case doesn't actually make HTMLParser blow up any more anyway). The fix'll be in rawdog 2.15. -- Adam Sampson a...@offog.org

Bug#410199: Fixed upstream

2013-06-24 Thread Adam Sampson
This was fixed upstream by rawdog 2.13, so it's definitely fixed in Debian's packages. -- Adam Sampson a...@offog.org http://offog.org/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#684600: shntool: shnsplit fails to split a 2.2G file on amd64

2012-08-11 Thread Adam Sampson
Package: shntool Version: 3.0.7-1 Severity: normal Tags: lfs upstream patch I've submitted this upstream as well (since it also occurs with 3.0.10, the latest version as I write), but I actually ran into it first with Debian's package. Having recorded an unusually long gig last night, I found

Bug#670966: fgo: Default paths for FG_ROOT and FG_SCENERY are incorrect

2012-04-30 Thread Adam Sampson
Package: fgo Version: 1.3.1-2 Severity: normal Dear Maintainer, In fgo's debian/patches/fgo-config.patch, --fg-root and --fg-scenery (the default values for FG_ROOT and FG_SCENERY) are set to paths under /usr/share/games/FlightGear. However, the data's now under /usr/share/games/flightgear with

Bug#645555: makedev: MAKEDEV generates incorrect DVB device nodes

2011-10-16 Thread Adam Sampson
Package: makedev Version: 2.3.1-89 Severity: important Dear Maintainer, I've just added a USB DVB receiver to my machine (a PCTV Nanostick 290e), then installed dvb-apps 1.1.1+rev1355-1, which runs cd /dev; ./MAKEDEV dvb as part of its postinst script. The device nodes that were created are as

Bug#542851: libpaper: paperconf uses the wrong header for getopt

2009-08-21 Thread Adam Sampson
Package: libpaper Version: 1.1.23+nmu1 Severity: normal Tags: patch paperconf uses getopt(3) to parse command-line options, but it uses getopt.h rather than the correct unistd.h. This doesn't make a difference on Linux since getopt.h (which defines getopt_long and friends) pulls in unistd.h

Bug#318845: pdns-server/allowrecursion option should use commas

2005-07-18 Thread Adam Sampson
Package: pdns-server Version: 2.9.17-13 Severity: important The pdns-server/allowrecursion debconf option's description says: Enter here, semicolon separated, the subnets that are allowed to recurse. However, that's wrong: the options should actually be separated by commas. If you use

Bug#318897: pdns-server: pdns_server loops inside BindBackend

2005-07-18 Thread Adam Sampson
Package: pdns-server Version: 2.9.17-13 Severity: normal I set up PowerDNS yesterday on our home router machine, which is a dual PPro, running sarge. It's acting as a caching resolver for our network, which currently only has a couple of other machines attached; it's also serving a local zone

Bug#291407: non-routable networks list out of date

2005-01-20 Thread Adam Sampson
, kernel 2.6.8-1-686, libc 2.3.2.ds1-18. Thanks very much, -- Adam Sampson [EMAIL PROTECTED]http://offog.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]