Summary: | wrong page numbers displayed | ||
---|---|---|---|
Product: | [Unmaintained] kghostview | Reporter: | Jan Rothe <janr> |
Component: | general | Assignee: | Wilco Greven <greven> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.12 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kscreen/9a4f36f6973d6f9d712b6b3b1ff30f868d9910b9 | Version Fixed In: | 5.2.2 |
Sentry Crash Report: |
Description
Jan Rothe
2001-10-15 14:26:39 UTC
Hello Jan On Mon Oct 15 2001 at 02:26:39PM -0000 janr@tcs.inf.tu-dresden.de wrote: > Package: kghostview > Version: 0.12 (using KDE 2.2.1 ) > Severity: normal > Installed from: Debian Packages > Compiler: gcc 2.95.4 20011006 (debian prerelease) > OS: Linux > OS/Compiler notes: Not Specified > > when opening a .ps-file that was generated e.g. by latex and that repeatedly started renumbering pages (eg preface numbers I-V then normal text pages 1-50 and then appendix numbering i-viii) the page numbers in the direct page access list are wrong. in the example above kghostview calls I-V of the preface (correctly) 1-5 then it continues with text page 1 enumerated as kghostview page 6.... this makes the it virtually impossible to select the correct pages in the page list. ghostview displays the correct page numbers. If you turn on "Show Page Names" in the Settings menu does it then show the right page names? Greetings Wilco Wilco Greven writes: On Mon Oct 15 2001 at 02:26:39PM -0000 janr@tcs.inf.tu-dresden.de wrote: > Package: kghostview > Version: 0.12 (using KDE 2.2.1 ) > Severity: normal > Installed from: Debian Packages > Compiler: gcc 2.95.4 20011006 (debian prerelease) > OS: Linux > OS/Compiler notes: Not Specified > > when opening a .ps-file that was generated e.g. by latex and that repeatedly started renumbering pages (eg preface numbers I-V then normal text pages 1-50 and then appendix numbering i-viii) the page numbers in the direct page access list are wrong. in the example above kghostview calls I-V of the preface (correctly) 1-5 then it continues with text page 1 enumerated as kghostview page 6.... this makes the it virtually impossible to select the correct pages in the page list. ghostview displays the correct page numbers. If you turn on "Show Page Names" in the Settings menu does it then show the right page names? It works! Oh shit. I am stupid. Sorry for the confusion. Hmmm... greetings and thanks for the quick response -- jan On Tue Oct 16 2001 at 09:51:03AM +0200 Jan Rothe wrote:
> Wilco Greven writes:
> On Mon Oct 15 2001 at 02:26:39PM -0000 janr@tcs.inf.tu-dresden.de wrote:
> > Package: kghostview
> > Version: 0.12 (using KDE 2.2.1 )
> > Severity: normal
> > Installed from: Debian Packages
> > Compiler: gcc 2.95.4 20011006 (debian prerelease)
> > OS: Linux
> > OS/Compiler notes: Not Specified
> >
> > when opening a .ps-file that was generated e.g. by latex and that repeatedly started renumbering pages (eg preface numbers I-V then normal text pages 1-50 and then appendix numbering i-viii) the page numbers in the direct page access list are wrong. in the example above kghostview calls I-V of the preface (correctly) 1-5 then it continues with text page 1 enumerated as kghostview page 6.... this makes the it virtually impossible to select the correct pages in the page list. ghostview displays the correct page numbers.
>
> If you turn on "Show Page Names" in the Settings menu does it then show the
> right page names?
>
> It works! Oh shit. I am stupid. Sorry for the confusion. Hmmm..
This only indicates that something about that option or the
documentation can be improved. It's no stupidity from your side.
Greetings
Wilco
Git commit 9a4f36f6973d6f9d712b6b3b1ff30f868d9910b9 by Dan Vrátil. Committed on 06/03/2015 at 13:30. Pushed by dvratil into branch 'Plasma/5.2'. KDED: Make Generator maximally fool-proof This change adds lots of checks (and asserts for devs) on validity of the configs, outputs and modes and makes sure that we never try to dereference a null pointer from outputs or modes. Also renames some variables to make the code cleaner and easier to understand. Related: bug 326499, bug 326120, bug 327075 FIXED-IN: 5.2.2 M +183 -84 kded/generator.cpp M +9 -7 kded/generator.h http://commits.kde.org/kscreen/9a4f36f6973d6f9d712b6b3b1ff30f868d9910b9 |