[Okular-devel] [Bug 175276] Duplex printing not working

2008-11-16 Thread Brad Hards
http://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #1 from Brad Hards   2008-11-16 10:42:01 ---
Can you try with a 3 (or more) page document? Is the problem that the reverse
side is not printed, or that the last page is not printed?


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2008-11-16 Thread Shishir
http://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #2 from Shishir   2008-11-16 11:58:30 ---
(In reply to comment #1)
> Can you try with a 3 (or more) page document? Is the problem that the reverse
> side is not printed, or that the last page is not printed?
> 

I tried it with a 10 page document. It does not print on both sides.So, it is
not the problem of not printing the last page but, not printing on both sides. 
FYI - I am using HP Laserjet 3390.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2008-11-16 Thread Albert Astals Cid
http://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #3 from Albert Astals Cid   2008-11-16 22:32:34 
---
It's a pdf file?

We should probably read DuplexMode QPrinter::duplex () const and pass it to
poppler, the problem is that as far as i know poppler/Postscript only supports
duplex or not, and DuplexMode has QPrinter::DuplexLongSide and
QPrinter::DuplexShortSide

It seems DuplexShortSide is Tumble duplex, but poppler does not support it, so
we'd need to implement it.

Sucks without a duplex printer for testing :/


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2008-11-17 Thread Shishir
http://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #4 from Shishir   2008-11-17 07:15:48 ---
As Albert has pointed out, the file I was printing from was a PDF file. I just
tried with the file of ODT format and duplex printing does not work with this
either.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2008-11-17 Thread Pino Toscano
http://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #5 from Pino Toscano   2008-11-17 13:20:06 ---
(In reply to comment #3)
> We should probably read DuplexMode QPrinter::duplex () const and pass it to
> poppler,

Not objecting to this, better than nothing of course.
Just noting that this solution would be PDF-specific :/


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2008-11-17 Thread Albert Astals Cid
http://bugs.kde.org/show_bug.cgi?id=175276


Albert Astals Cid tsdgeos terra es changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #6 from Albert Astals Cid   2008-11-17 22:15:13 
---
Strange ODT does not work since we use QPrinter directly for that no the hack
we have for pdf files, or we do use it here too?


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2008-12-15 Thread Jeremy Sanders
http://bugs.kde.org/show_bug.cgi?id=175276


Jeremy Sanders jeremy jeremysanders net changed:

   What|Removed |Added

 CC||jer...@jeremysanders.net




--- Comment #7 from Jeremy Sanders   2008-12-15 
13:07:09 ---
It seems okular also doesn't get the default values for things like duplex from
cups (using the ppd file). kpdf picked up all the cups driver settings and set
these as the default. okular doesn't show these settings. evince appears to
work correctly.

This is with KDE-4.1.3 under Fedora 10.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2008-12-17 Thread Shishir
http://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #8 from Shishir   2008-12-17 05:03:22 ---
Hi
I am not a developer so, I cannot fix the problem. But I wanted to know if none
of you are planning the fix it?


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2008-12-17 Thread Albert Astals Cid
http://bugs.kde.org/show_bug.cgi?id=175276


Albert Astals Cid tsdgeos terra es changed:

   What|Removed |Added

 CC||j...@layt.net




--- Comment #9 from Albert Astals Cid   2008-12-17 22:53:50 
---
If you send us your printer it will be easier to fix the problem.

Now seriously, John has been working on printing he might have a better answer.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2008-12-17 Thread John Layt
http://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #10 from John Layt   2008-12-17 23:19:43 ---
OK, apologies if these questions seem a bit dumb, but I like to make sure I'm
clear on exactly what the problem is and where it is.

1) Can you describe exactly what does get printed?  Do you get the right number
of sheets of paper output with the pages in the right place, or does it just
print as if in single page mode? i.e. a 10 page document is printed on 5 sheets
of paper with just the odd pages printed, or do you get 10 sheets with all the
pages printed, or ???
2) Does this problem happen in other KDE apps like konqueror or kwrite?
3) Does this problem happen in non-KDE/Qt apps like Firefox or OpenOffice?

It's a bit hard to duplicate this one without a duplex printer, I will try
track one down.  I'm wondering if the duplex fix I made last week would resolve
this?  If the problem is missing pages I don't think so.  If the problem is
that it's reverting to single-sided then it might do.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2008-12-18 Thread Shishir
http://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #11 from Shishir   2008-12-18 05:23:25 ---
Hi John

To clarify the problem:
1)I printed a 10 page pdf document. The duplex printing did not work. It
printed all the 10 pages on 10 separate sheets as if, the duplex printing was
not set.
2)I have not tried duplex printing with other KDE applications.
3)The problem does not occur with Evince and Firefox. I do not know what
happens with 'Open Office'.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2008-12-18 Thread Jeremy Sanders
http://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #12 from Jeremy Sanders   2008-12-18 
10:43:33 ---
Also to clarify the cups issue:
 * In kwrite you get a list of printer options in the advanced print tab
 * In okular you just get a blank grey pane in the advanced print tab
Should I open up a separate bug?


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2008-12-20 Thread John Layt
http://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #13 from John Layt   2008-12-20 10:30:09 ---
@Shishir: Can you please test with another KDE application, konqueror would be
good.  I need to be able to tell if it is a problem with our special printing
code in Okular that I need to fix, or if its a wider problem with the normal Qt
printing system that we need to ask Qt to fix.

@Jeremy: This is an existing known bug
https://bugs.kde.org/show_bug.cgi?id=177360


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2009-01-15 Thread Shishir
http://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #15 from Shishir   2009-01-15 07:42:23 ---
(From update of attachment 30264)
Hi
I have just tried to tried duplex printing from Konqueror as John requested.
The printer does not print on both sides. Also, I noticed there are two places
in Konqueror which tell you about the Duplex printing (one place is where you
set for printing on both sides while the general settings says duplex is Off)


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2009-01-15 Thread Shishir
http://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #14 from Shishir   2009-01-15 07:37:11 ---
Created an attachment (id=30264)
 --> (http://bugs.kde.org/attachment.cgi?id=30264)
Screenshot


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2009-05-21 Thread vigleik.angeltveit
https://bugs.kde.org/show_bug.cgi?id=175276


vigleik.angeltv...@gmail.com changed:

   What|Removed |Added

 CC||vigleik.angeltv...@gmail.co
   ||m




--- Comment #16 from2009-05-21 22:26:35 ---
I am experiencing this bug too, on okular 0.8.3, kde 4.2.3.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2009-08-10 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=175276


Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@math.unl.edu




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2009-10-27 Thread Brice Hunt
https://bugs.kde.org/show_bug.cgi?id=175276


Brice Hunt  changed:

   What|Removed |Added

 CC||shoalcre...@gmail.com




--- Comment #17 from Brice Hunt   2009-10-27 23:45:09 ---
This is interesting. I do not experience this bug. Instead, I experience the
opposite, that the printer always prints in duplex mode except when using
non-KDE apps (see bug #195107). The good thing about linux is that I can
download a different more stable app that doesn't use KDE libraries and still
do my critical work while keeping the app with unstable behavior for testing
purposes.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2009-11-03 Thread Roderick Johnstone
https://bugs.kde.org/show_bug.cgi?id=175276


Roderick Johnstone  changed:

   What|Removed |Added

 CC||r...@ast.cam.ac.uk




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2009-11-27 Thread Dmitriy
https://bugs.kde.org/show_bug.cgi?id=175276


Dmitriy  changed:

   What|Removed |Added

 CC||pole...@list.ru




--- Comment #18 from Dmitriy   2009-11-27 07:05:31 ---
I think this bug is closely related to "okular sends A4 to the printer as paper
size" bug here:
https://bugs.kde.org/show_bug.cgi?id=185296

and it sounds more like a QT problem I've seen mentioned here: "the printing
dialog does not query CUPS":
http://bugreports.qt.nokia.com/browse/QTBUG-6239

the workaround so far is to change the property to something else, then to
change it back to what you want.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2009-11-27 Thread vigleik.angeltveit
https://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #19 from2009-11-27 14:43:46 ---
Actually I think duplex printing is working, you just have to specify
it manually every time. (Every other program I have ever tried to
print from prints duplex automatically.)

On Fri, Nov 27, 2009 at 12:05 AM, Dmitriy  wrote:
> https://bugs.kde.org/show_bug.cgi?id=175276
>
>
> Dmitriy  changed:
>
>           What    |Removed                     |Added
> 
>                 CC|                            |pole...@list.ru
>
>
>
>
> --- Comment #18 from Dmitriy   2009-11-27 07:05:31 ---
> I think this bug is closely related to "okular sends A4 to the printer as 
> paper
> size" bug here:
> https://bugs.kde.org/show_bug.cgi?id=185296
>
> and it sounds more like a QT problem I've seen mentioned here: "the printing
> dialog does not query CUPS":
> http://bugreports.qt.nokia.com/browse/QTBUG-6239
>
> the workaround so far is to change the property to something else, then to
> change it back to what you want.
>
> --
> Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
> --- You are receiving this mail because: ---
> You are a voter for the bug.
> You are on the CC list for the bug.
>

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2009-11-27 Thread Shishir
https://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #20 from Shishir   2009-11-27 16:17:34 ---
Hi

I have tested the duplex printing today and it is working fine.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2009-11-29 Thread Dmitriy
https://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #21 from Dmitriy   2009-11-29 06:59:29 ---
My CUPS is set to use duplex by default. However, the printing dialog does not
look at them. The duplex is off by default there and I have to change it
manually every time.
Firefox, have no such problem.
I still think that it is a problem of QT, not Okular, just want to have a
confirmation from the developers.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2009-11-29 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #22 from Albert Astals Cid   2009-11-29 15:20:49 
---
The obvious question is: Does "duplex is off by default there and I have to
change it manually every time" happen only in Okular or also in Qt programs
like assistant-qt4 (you might have to install additional packages to have
assistant-qt4, it might be called assistant only in some distros)?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2009-11-30 Thread Dmitriy
https://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #23 from Dmitriy   2009-11-30 22:32:25 ---
I've tried teaqt editor. Same story as in Okular and KWrite. Changing between
duplex and non-duplex printers does not update the printing dialog.
Qt: 4.5.3, KDE: 4.3.2, Mandriva 2010

Just tried Debian machine with KDE 3.5.x and QT 3.x.x, everything works like
charm. Once the printer is changed, the default printer's settings get into the
printing dialog.

I guess it is a QT problem and if the KDE developers could double check that
and forward it to QT guys to fix, that would be great, as it ruins not only the
duplex printing, but A4 vs letter default pages sizes bug I've mentioned
before.

In case you want to check it yourself, setup 2 printers, say HP 8150. One with
duplex by default, the other is not and play with them in the printing dialog.

Can't try qt4-assistant as it segfaults for some reason (oh, why these things
won't just work here, KDE 3.5 next door runs perfectly :-/

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2009-11-30 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #24 from Albert Astals Cid   2009-12-01 01:24:30 
---
Works for me on Kubuntu 9.10 (Basically same versions you mention)

By works for me i mean that i have
  PSC_1600 with sides=two-sided-long-edge
and
  HP_PSC_1600_series with sides=one-sided

In the okular print dialog if i select PSC_1600 and go to Properties ->
Advanced i see Double-Sided Printing -> Long Edge (Standard) while if i selec
and go to Properties -> Advanced i see Double-Sided Printing -> Off

Is that what you are doing?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2009-12-01 Thread Dmitriy
https://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #25 from Dmitriy   2009-12-01 05:01:52 ---
No, I'm talking about Options / Duplex Printing

I don't have that machine nearby, by I'm talking about that:
http://www.layt.net/john/system/files/images/qt44_printdialog_options.png
(image is not mine, but similar)

My printer setup is similar to yours. Doesn't matter which printer I choose,
Duplex Printing is always None by default. On the other machine with KDE 3.5.x
and QT 3.x.x, the default is Long Side for the duplex printer.
So, my Print Dialog simply doesn't query the printer default properties.

Do you have the same QT 4.5.3 as I do?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2009-12-01 Thread Roderick Johnstone
https://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #26 from Roderick Johnstone   2009-12-01 
11:20:30 ---
Some further info...hope this doesnt confuse things too much.

I'm using Fedora 12, which has kde 4.3.3 and qt 4.5.3, on x86_64. Printing uses
cups to a server running on another system running cups 1.3.7

In kate and okular I see the same behaviour as each other.

Print properties/advanced shows all the correct settings for the print queue
(as far as I can tell).

What is wrong is that print options/options shows Duplex printing set to None
when 2-Sided Printing was set to Long Edge Binding in options/advanced.

What actually happens when I print is that both applications obey
properties/advanced and print 2-sided. If I change properties/advanced 2-sided
printing to None then the job prints single sided. However, in both cases
options/options/Duplex printing is set to none. So, you can't control the
duplex-ness using options/options/Duplex Printing.

So its the options/options/Duplex Printing that doesnt work for me.

Hope this is clear...its a bit complicated to explain!

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2009-12-01 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=175276


Albert Astals Cid  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||UPSTREAM




--- Comment #27 from Albert Astals Cid   2009-12-01 22:37:03 
---
Not our bug

http://bugreports.qt.nokia.com/browse/QTBUG-6433

If you want, register in their bug tracker and vote/watch the issue.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2009-12-02 Thread Dmitriy
https://bugs.kde.org/show_bug.cgi?id=175276





--- Comment #28 from Dmitriy   2009-12-02 02:40:54 ---
Albert,
I think this bug have the same root, take a look
http://bugs.kde.org/show_bug.cgi?id=185296

it drives people nuts way more than the duplex one.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 175276] Duplex printing not working

2010-11-09 Thread niburu1
https://bugs.kde.org/show_bug.cgi?id=175276


nibu...@hotmail.com changed:

   What|Removed |Added

 CC||nibu...@hotmail.com




--- Comment #29 from2010-11-09 17:18:25 ---
This bugs shows to be resolved here, but on my Kubuntu 10.10 install (Okular
version 0.11.2) duplex printing doesn't always work (most of the time it
doesn't) when I use Options -> Options -> Actions (tab) -> Duplex Printing. I
haven't yet tried Properties -> Advanced (tab) -> 2-sided printing (value=ON)
but from what I gather from others, it should work. I haven't tried printing
multiple copies.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel