Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion wine printer
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Bamm  
View profile  
 More options Dec 24 2007, 5:43 am
Newsgroups: comp.emulators.ms-windows.wine
From: Bamm <bamms...@gmail.com>
Date: Mon, 24 Dec 2007 02:43:03 -0800 (PST)
Local: Mon, Dec 24 2007 5:43 am
Subject: Re: wine printer
On Dec 24, 3:54 am, bastianb...@googlemail.com wrote:

> Hi all, i've a question about printers. I installed Canon's "cd label
> print" succesfull, but when i start it, it says that no supported
> printer was found. I've configured my Canon printer under Linux
> (Ubuntu 7.10). I think wine doesn't "transport" the linux printer
> configuration. How can i fix this? Is there any way to configure a
> "wine printer"?

> Thanks in common!!!

If you're using KDE like I do, then here's a fix involving two steps.
If you're not using KDE, then ask around if there is something similar
for your desktop environment. So here goes:

Step 1:
In the file WIN.INI found in ~/.wine/drive_c/windows/ add the
following lines:

[devices]
KDE Print System=WINEPS.DRV,KDE:
Wine PostScript Driver=WINEPS.DRV,LPT1:

[windows]
device=KDE Print System,WINEPS.DRV,KDE:
device=Wine PostScript Driver,WINEPS.DRV,LPT1:

Step 2:
Copy the code below into a file called "printing.reg". Then in a
terminal run
"wine regedit" without the quotes. When Registry Editor opens, import
the
file "printing.reg" that you just saved. Close all wine programs, then
type
"wineboot" in a terminal, and you're all set.

REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\Printing]

[HKEY_CURRENT_USER\Software\Wine\Printing\Spooler]
"KDE:"="|kprinter --stdin"
"LPT1:"="|lpr"

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print]

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print
\Environments]

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Environments
\Windows NT x86]

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Environments
\Windows NT x86\Drivers]

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Environments
\Windows NT x86\Drivers\Version-3]

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Environments
\Windows NT x86\Drivers\Version-3\KDE Print System]
"Configuration File"="wineps.drv"
"Data File"="wineps.drv"
"Dependent Files"=hex(7):77,69,6e,65,70,73,2e,64,72,76,00,00
"Driver"="wineps.drv"
"Manufacturer"="Wine"

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Environments
\Windows NT x86\Drivers\Version-3\Wine PostScript Driver]
"Configuration File"="wineps.drv"
"Data File"="wineps.drv"
"Dependent Files"=hex(7):77,69,6e,65,70,73,2e,64,72,76,00,00
"Driver"="wineps.drv"
"Manufacturer"="Wine"

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers]

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers
\KDE Print System]
"Attributes"=dword:00000000
"Default Devmode"=""
"Name"="KDE Print System"
"Port"="KDE:"
"Print Processor"="WinPrint"
"Printer Driver"="KDE Print System"
"Priority"=dword:00000000
"Start Time"=dword:00000000
"Status"=dword:00000000
"Until Time"=dword:00000000

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers
\Wine PostScript Driver]
"Attributes"=dword:00000000
"Default Devmode"=""
"Name"="Wine PostScript Driver"
"Port"="LPT1:"
"Print Processor"="WinPrint"
"Printer Driver"="Wine PostScript Driver"
"Priority"=dword:00000000
"Start Time"=dword:00000000
"Status"=dword:00000000
"Until Time"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion
\Ports]
"COM1:"="9600,n,8,1"
"COM2:"="9600,n,8,1"
"COM3:"="9600,n,8,1"
"COM4:"="9600,n,8,1"
"FILE:"="9600,n,8,1"
"LPT1:"="9600,n,8,1"
"LPT2:"="9600,n,8,1"
"LPT3:"="9600,n,8,1"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.