** Changed in: evince
Status: Confirmed => Expired
** Changed in: gtk
Status: Confirmed => Expired
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/107025
Title:
Multipage printing issue
** Changed in: gtk+2.0 (Ubuntu)
Assignee: Ubuntu Desktop Bugs (desktop-bugs) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/107025
Title:
Multipage printing issue using even and
** Changed in: evince
Importance: Unknown => Medium
** Changed in: gtk
Importance: Unknown => Medium
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubu
** Tags added: patch-forwarded-upstream
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
http
I have a problem with printing this document.
http://cocosci.berkeley.edu/tom/papers/ncrp.pdf
Evince cannot print it on odd/even pages plus it brakes down at page 122.
Interestingly not only evince but okular is the same so I suspect this is a bug
of the libpoppler (again).
Lev
--
Multipage
** Changed in: evince
Status: Invalid => Confirmed
** Changed in: gtk
Status: Invalid => Confirmed
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
** Changed in: evince
Status: New => Invalid
** Changed in: gtk
Status: New => Invalid
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
My patch has been accepted upstream. How can I help in making the
changes to the 2.26 gnome branch propagate to a new deb into our repos?
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bu
** Changed in: evince
Status: Unknown => New
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubu
argh... i meant "export_print_inc_page", of course
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubun
Reposting here my post to the gnome bug but as a patch against evince
2.26.1-0ubuntu1
I have a really simple fix for this. In export_print_page in
ev-print-operation.c:
REPLACE:
while ((export->page_set == GTK_PAGE_SET_EVEN && export->page % 2 == 0) ||
(export->page_set == GTK_PAGE_SET_ODD && ex
** Also affects: evince via
http://bugzilla.gnome.org/show_bug.cgi?id=397225
Importance: Unknown
Status: Unknown
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is
** Changed in: gtk
Status: Unknown => New
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu
** Bug watch added: GNOME Bug Tracker #397225
http://bugzilla.gnome.org/show_bug.cgi?id=397225
** Changed in: gtk
Status: Invalid => Unknown
** Changed in: gtk
Remote watch: GNOME Bug Tracker #550125 => GNOME Bug Tracker #397225
--
Multipage printing issue using even and odd.
https:/
** Changed in: gtk
Status: New => Invalid
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu
This isn't the good way to close bugs.
This bug is stille here.
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-b
So what's the decision on this bug? It's still an issue in 9.04. Is it
an evince problem or is it really a gtk+ problem despite firefox
printing correctly?
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a m
** Changed in: gtk
Status: Unknown => New
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu
** Changed in: gtk+2.0 (Ubuntu)
Status: Confirmed => Triaged
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubunt
** Bug watch added: GNOME Bug Tracker #550125
http://bugzilla.gnome.org/show_bug.cgi?id=550125
** Also affects: gtk via
http://bugzilla.gnome.org/show_bug.cgi?id=550125
Importance: Unknown
Status: Unknown
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/
The bug is in evince I believe and not in the gtk printing interface.
Printing 2 pages per sheet, odd sheets works correctly from firefox 3.
(eg. for this page, 13 a4 pages: {1,2},{5,6}{9.10},{13} )
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You receive
The above-mentioned command line gives also the correct result on
Intrepid now (cups_1.3.8-13).
The problem of evince is that it only sends the even pages to CUPS and
lets CUPS then do the N-up. It should send all pages and supply the
page-set=even option to the job, so that CUPS removes the odd p
Problem is in evince/GTK print), as printing a PDF file from the command
line on Hardy
lpr -P PDF -o page-set=even -o number-up=2 manypages.pdf
gives the expected result: 3, 4, 7, 8, 11, 12, ...
(use another printer name if you do not have a PDF print queue)
--
Multipage printing issue using e
This is an upstream bug of the CUPS filters. It really does not make
sense to apply even/odd selection before N-up. It should go the other
way around, as even/odd is only used for manual duplex.
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received th
FYI, just checked the ibex daily cd image and the bug is still there
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubun
I got the same problem as well ... Hardy AMD64
I used the page crunch (which looks like an old old program !!) and it
worked fine.
You need XPDF installed to "see" in page-crunch.
I did not find any "Do It" button on Page-crunch. So just use "see" button and
the file gets created.
Printing Iss
To me this looks like a problem with the gtk print dialog, reassigning.
** Changed in: gtk+2.0 (Ubuntu)
Sourcepackagename: evince => gtk+2.0
Status: New => Confirmed
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification b
Well, I think I was making it more difficult than it was. I wasn't
thinking about attaching the debugger to the currently installed evince
on my system. Thanks again. I'll see what I can do here.
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You receive
you should rather build a deb and install it, the installation to local
should work though
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-
What I did was downloaded the source files, ran the configure & make
(actually make install too), and then executed the binary. Not sure if
doing the make install was the best option, but I did it anyway so I
could launch the evince I built. Evince launches fine, but it does not
seem to be able t
not really, how do you run evince?
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://l
Sorry, I didn't explain that well. What I am trying to do is open a pdf
document, or any document for that matter, in my build of evince. The
problem is that I get a mime type error when trying to open a document.
I obviously missed something somewhere but I am not sure what. Any
ideas?
--
Mul
not sure to understand the question, what document do you want to open
and what is not working?
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ub
Thanks! I was able to get the source, compile it, and get it running in
a debugger. It took quite a bit of work being new to this. One problem
I am having in my debug version is the ability to open any type of
document. If you've got any suggestions off the top of your head I
would appreciate i
you can look to https://wiki.ubuntu.com/ContributeToUbuntu which has
documentations or use apt-get source to get sources
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subs
I would be interested in working on this bug, however, I am new to
development in Ubuntu. I am experienced in software development. I am
eager to contribute, so if you could mentor me I would be willing to fix
this bug.
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/
dunno, I've lot to do, doesn't know about printing and have no working
printer to work on that right now and looks like nobody else seems
interested in working on this bug, I'm happy to look to contribution
from anybody wanting to give an hand to fix this bug though
--
Multipage printing issue us
solve this problem should take a small amount of time for a skilled
developer, think you description is not enought?
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug
the issue is a lack of manpower, changing the setting will not really do
a difference there. Having a bug assigned to the wrong place with quite
some comments and not a clear description doesn't make the bug easier to
read either
--
Multipage printing issue using even and odd.
https://bugs.launch
this bug is no longer getting any attention, imo its severity should be
set to something higher than "low": what's worse this affects other
applications as well since unless i'm mistaken evince relies on gnome-
print to do its thing
--
Multipage printing issue using even and odd.
https://bugs.lau
Just to point out that this bug still exists in Gutsy. Is there any
movement on this?
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubunt
Just stumbled across this problem (and report / discussion thread)
myself...
Nothing to add on the problem description, previous posters have done an
excellent job of explaining their usage pattern and Evince's behavior.
Looking forward to a fix...
In the meantime, here's a workaround for those i
I'm facing the same issue.
The expectation is that selecting "pages per sheet: 2" and "odd pages"
will print pages 1+2, 5+6 on two sheets. If I then select "even pages"
it should print pages 3+4 and 7+8.
So the expected order is that the printer driver (or whatever is
processing the data, cups,
** Changed in: evince (Ubuntu)
Status: Needs Info => Unconfirmed
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing
I see this bug is still marked as need info. Peter Russel seems to
describe the issue clearly, and I also just ran into the same issue
trying to print a long document using pages per sheet = 2. I want to
print on both sides of the paper using a printer that doesn't support
duplex printing.
Using t
I believe that the problem lies with the postscript filters getting
applied in the wrong order. This is a very serious issue, at least it
sure is for me since I rely on this feature a lot to save paper.
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You rec
Got perfectly the problem.
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lis
I think I understand the nature of this bug, having just encountered it
myself.
The process I went through is as follows:
1. I have a large PDF file that I want to print. The text is large, and I want
to save paper.
2. I decided that I wanted to scale the pages so that two (document) pages are
could you attach an example? the difference between page and sheet is
not clear
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs
Two sided options doesn't work well. Because print only even or odd
pages not sheets. Try to print a document using more pages for sheet and
two sided.
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a membe
The "Page Setup" dialog has a "Two-sided" option, isn't that doing what
you want?
--
Multipage printing issue using even and odd.
https://bugs.launchpad.net/bugs/107025
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bug
when you want to print a document saving paper, you would print more pages on a
single sheet.
This works good, but:
If you want to save more paper, you would print on both sides of the sheet.
It's impossible to do that because the print setup allow only "even and odd"
pages and not "even and od
Thank you for your bug. The description is not clear, could you attach
an example to the bug?
** Changed in: evince (Ubuntu)
Importance: Undecided => Low
Assignee: (unassigned) => Ubuntu Desktop Bugs
Status: Unconfirmed => Needs Info
--
Multipage printing issue using even and odd.
53 matches
Mail list logo