similar to: Some applications print, some don't

Displaying 14 results from an estimated 14 matches similar to: "Some applications print, some don't"

2006 Apr 10
3
Use of KDEs kprinter as printer device?
Hi, I'd like to be able to use KDEs kprinter (kprinter --stdin) as alternative printer for my wine driven apps (e.g. winword). What I like especially is the fine working PDF printer and the feature to attach the PDF immediately to an email. I tried already the cups-pdf printer. But this driver doesn't create valid PDF for my MS WORD document. KPDF and Acrobat are at least not able to
2005 Sep 19
1
PSDRV_FindPrinterInfo Error, trying to use kprinter
I am running wine 20050725 under KDE/Debain/testing with binaries from deb http://wine.sourceforge.net/apt/ binary/ on the client in question. I am trying to print from QuickBooks 6 to a printer server (Brother HL1240) running cups 1.1.18. The client is accessing the printer from kprinter and printing from the native Linux applications with no problem. When I try to print from QuickBooks I
2008 Mar 11
1
Re: wine-0.9.56-1.fc7 . Success with Visio 5. Problems with cups
Data Rational Communic... wrote: > Hi, > > I am running wine-0.9.56-1.fc7 on a Fedora 7 system. I installed Visio 5 > (must be around 10 years old!). The Visio seems stable when running under > wine, the graphics are good and I can save the vsd files under wine. > > Two small problems > > 1. Unable to save complex diagrams to jpg or gif. For example, there is an >
2003 Aug 26
0
Printing in Wine + FreeBSD
This behaviour has been consistent on FreeBSD -Current since 5.0-RELEASE. I am now running 5.1-CURRENT with cups-1.1.19.0 and wine from CVS yesterday afternoon. Wine *is* seeing my cups printers and I can print to them from the command line, from kprinter, etc. However, when trying to print from, say, notepad, I receive the following errors for any of my printers:
2007 Jan 05
1
Upgrading to Windows 2003 servers
We have samba 2.2.12 running on Solaris 9. Our PDC and BDC are windows 2000 servers running AD. Our windows admin is ready to promote a new windows 2003 R2 server to a DC. When she started DCPromo she received a warning message about older versions of windows and non-windows systems including SAMBA might not be able to communicate. Our configuration with SAMBA is not restrictive. Below is a
2013 May 03
2
R does not subset
Hi everyone, I know there have been several requests regarding subsetting before, but none of them really helps with my problem: I'm trying to subset only infected individuals from the REC2 data.frame: > str(REC2) 'data.frame': 362 obs. of 7 variables: $ RINGNO : Factor w/ 370 levels "BL17546","BL17577",..: 78 81 67 41 58 66 17 $ year : Factor w/ 8
2011 Sep 30
3
[LLVMdev] Tablegen: RegisterInfoEmitter.cpp
Hi, I just bumped into a bug in this code. The problem was as follows: I have defined a set of registers with rather similar names including digits. The code section at RegisterInfoEmitter::run(){ ... // Process sub-register sets. runs and fills the RegisterAliases map. then, ... for (unsigned i = 0, e = Regs.size(); i != e; ++i) { RegNo[Regs[i].TheDef] = i; NumAliases +=
2006 Nov 26
1
starting Samba and removing PCNetlink
I have a Sun Clutster running on two Sun Fire 4800s, OS is Solaris 9. The environment was set up with PC Netlink prior to my arrival. On Nov 24 after work I shutdown PC Netlink on both systems and started Samba. However from the windows side we can only see one Sun box and the one sun development box that I tested on prior to this weekend. The other production system can't be seen from
2011 Apr 28
1
Subscript out of Bounds
I currently have this code: for(j in 2:n){ for(i in 1:(j-1)){ # Make sure the inputs are for the matrix "m" input1=rownames(m)[i] input2=colnames(m)[j] q=t[(t$Rec1==input1 & t$Rec2==input2),output] if(length(q)==0){ q=t[(t$Rec1==input2 & t$Rec2==input1),output] } m[i,j]=mean(q) m[j,i]=mean(q) m[j,j]=mean(q) }} I already created a
2011 Apr 28
1
Variance
I'm trying to find the variance of various outputs in a matrix: for(l in 2:vl){ for(o in 1:(l-1)){ # Make sure the inputs are for the matrix "m" input3=rownames(v)[o] input4=colnames(v)[l] r=t[(t$Rec1==input3 & t$Rec2==input4),output] if(length(r)==0){ r=t[(t$Rec1==input4 & t$Rec2==input3),output] } v[l,o]=var(q,na.rm=TRUE)
2002 Dec 31
2
Printing with CUPS & Samba...
I am trying to print from both a Win98 PC via Samba and a Red Hat 8.0 workstation to an HP 4 Plus printer that is connected to a Red Hat 8.0 server. I have managed to get the Win98 PC working OK, but am having difficulty with the RH8 workstation. I set the printer up using a browser with <Server>:631, calling it HP4Plus, and I can send a test print from the browser on the RH8 box via
2000 Oct 09
2
cups printing
I have searched around the samba documentation, including the smb.conf man page, and have found nothing regarding the cups printing system except change printcap to cups. Now, I have done that, but printing still does not work. I need some types of details and a sample smb.conf and/or any other relevant documentation. Thanks much, George D. Plymale
2003 Mar 28
8
Printing with CUPS and PDF
Trying to get one Samba server to serve several printers through CUPS and host a virtual PDF "printer" at the same time. I've gotten them working separately, but not together, and I think I know why. In the smb.conf man page under "print command": "With printing = cups, and if SAMBA is compiled against libcups, any manually set print command will be ignored."
2003 Mar 23
4
What am I missing here?!
OK, I've tried changing my printcap name from printcap to cups. Printing works fine locally using CUPS on the Samba box. What am I missing here? Why can't I print to the Samba box via the Windows and linux clients? Shared directories work fine. I am really frustrated here and have exhausted Google and all other resources I have. Here's my smb.conf for what it's worth.