LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Darrin Ritter <dvr@chariot.net.au>
  To  : JAMES LEONE <jleone@pacbell.net>
  Date: 03 Apr 2002 23:54:16 +0930

Re: Printing in wine - Codeweavers Cross Over Office.

Hi James

Thanks for the tips James I'll give them a try. the main reason that I
am wanting to use wine is to run Quick books for account keeping and we
need to be able to print invoices etc (unfortunately the Australian tax
system isn't compatible with the Open Source Packages,so I'v been told,
But we will try to get some suggestion into the developers)

thanks again (well let you know how we go)

Darrin




On Tue, 2002-04-02 at 12:02, JAMES LEONE wrote:
> It appears that codeweavers uses a config file that is placed in 
> /home/james/crossover/support/dotwine/ as the wine registry.
> 
> Important to note that the file includes a section
> [parallelports]
> "Lpt1" = "/dev/lp0"
> 
> 
> I use lp on the network.
> 
> It also has a section
> 
> [serialports]
> "com1" = "/dev/ttyso"
> 
> 
> This should hopefully get you started, but that is all I know.
> 
> 
> James Leone
> USA
> 
> 
> James Leone Home wrote:
> 
> >Hi Darrin,
> >
> >
> >This is James Leone. I am here in the USA in the middle of tax season. Here
> >in the USA everybody lodges a return here (we call it filing) and I am a
> >Chartered Accountant (we call it cpa) here. I am sorry I didn't respond
> >sooner.
> >Just busy.
> >
> >Anyway, I was able to print from wine, not because of any special skill or
> >knowledge I have. I downloaded the Coadweavers Cross Over office, which uses
> >wine. After installing, it worked like magic. Also, It is made to run
> >Microsoft Office 97, (not perfectly but better than I could ever do in
> >wine.) I also installed Lotus Smart Suite 97.
> >
> >The site is www.codeweavers.com
> >
> >I will email the wine.conf file I have so far after I reboot. Our tax
> >software uses windoze.
> >
> >James Leone
> >USA
> >
> >----- Original Message -----
> >From: "Darrin Ritter" <dvr@chariot.net.au>
> >To: "linuxsa" <linuxsa@linuxsa.org.au>
> >Sent: Monday, April 01, 2002 2:36 PM
> >Subject: Re: printing in wine
> >
> >
> >>thanks for all the help with the replied off list (I dont blame you for
> >>not posting as people seem to take the micky out of list postings
> >>lately)
> >>
> >>Darrin
> >>
> >>
> >>On Sat, 2002-03-30 at 04:28, Richard Sharpe wrote:
> >>
> >>>On Fri, 29 Mar 2002, Matthew Moyle-Croft wrote:
> >>>
> >>>>And those Grange 1973 Print Cartridges are bloody expensive!
> >>>>MMC
> >>>>
> >>>So, what's wrong with a 'thumbnail dipped in tar'?
> >>>
> >>>>On Thu, 29 Mar 2007, David Lloyd wrote:
> >>>>
> >>>>>Darrin
> >>>>>
> >>>>>
> >>>>>>has anyone had any sucess in printing in wine?
> >>>>>>
> >>>>>
> >>>>>Blood is better and there's less temptation to drink it...
> >>>>>
> >>>>>;-P
> >>>>>
> >>>>>
> >>>>>
> >>>>
> >>>--
> >>>Regards
> >>>-----
> >>>Richard Sharpe, rsharpe@ns.aus.com, rsharpe@samba.org,
> >>>sharpe@ethereal.com
> >>>
> >>>
> >>
> >>--
> >>LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
> >>To unsubscribe from the LinuxSA list:
> >>  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject
> >>
> >
> 
> ----
> 

> WINE REGISTRY Version 2
> ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
> 
> ;; If you think it is nescessary to show others your complete config for a 
> ;; bug report, filter out empty lines and comments with
> ;; grep -v "^;" ~/.wine/config | grep '.' 
> ;;
> ;; MS-DOS drives configuration
> ;;
> ;; Each section has the following format:
> ;; [Drive X]
> ;; "Path"="xxx"       (Unix path for drive root)
> ;; "Type"="xxx"       (supported types are 'floppy', 'hd', 'cdrom' and 'network')
> ;; "Label"="xxx"      (drive label, at most 11 characters)
> ;; "Serial"="xxx"     (serial number, 8 characters hexadecimal number)
> ;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
> ;;   This is the FS Wine is supposed to emulate on a certain
> ;;   directory structure.
> ;;   Recommended:
> ;;   - "win95" for ext2fs, VFAT and FAT32
> ;;   - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
> ;;   DON'T use "unix" unless you intend to port programs using Winelib !
> ;; "Device"="/dev/xx" (only if you want to allow raw device access)
> ;;
> [Drive C]
> "Path" = "fake_windows"
> "Type" = "hd"
> "Label" = "fake_windows"
> "Filesystem" = "win95"
> 
> [Drive X]
> "Type" = "hd"
> "Path" = "/tmp"
> "Label" = "Tmp Drive"
> "Filesystem" = "win95"
> 
> [Drive Y]
> "Type" = "network"
> "Path" = "${HOME}"
> "Label" = "Home"
> "Filesystem" = "win95"
> 
> [Drive Z]
> "Type" = "network"
> "Path" = "/"
> "Label" = "Root"
> "Filesystem" = "win95"
> 
> [wine]
> "Windows" = "c:\\Windows"
> "System" = "c:\\Windows\\system"
> "Temp" = "x:\\"
> "Path" = "c:\\Windows;c:\\Windows\\system;x:\\;y:\\"
> ;"Profile" = "c:\\Windows\\Profiles\\Administrator"
> "GraphicsDriver" = "x11drv"
> ; Wine doesn't pass directory symlinks to Windows programs by default.
> ; Enabling this may crash some programs that do recursive lookups of a whole
> ; subdir tree in case of a symlink pointing back to itself.
> ;"ShowDirSymlinks" = "1"
> "ShellLinker" = "wineshelllink"
> 
> # <wineconf>
> 
> [DllOverrides]
> 
> ; natives for Media Player and the Media Player Install
> ;
>  "oleaut32" = "native, builtin"
>  "msvcrt" = "native, builtin"
>  "devenum" = "native, builtin"
>  "quartz" = "native, builtin"
>  "wininet" = "native, builtin"
>  "urlmon" = "native, builtin"
> 
> 
> ; It is necessary to disable Direct Draw to avoid bugs with QuickTime
> ;     This does not adversely affect performance.
> "ddraw" = ""
> 
> ; default for all other dlls
> "*" = "builtin, native, so"
> 
> [x11drv]
> ; Number of colors to allocate from the system palette
> "AllocSystemColors" = "100"
> ; Use a private color map
> "PrivateColorMap" = "N"
> ; Favor correctness over speed in some graphics operations
> "PerfectGraphics" = "N"
> ; Color depth to use on multi-depth screens
> ;;"ScreenDepth" = "16"
> ; Name of X11 display to use
> ;;"Display" = ":0.0"
> ; Allow the window manager to manage created windows
> "Managed" = "Y"
> ; Use a desktop window of 640x480 for Wine
> ;"Desktop" = "640x480"
> ; Use XFree86 DGA extension if present
> ; (make sure /dev/mem is accessible by you !)
> "UseDGA" = "Y"
> ; Use XShm extension if present
> "UseXShm" = "Y"
> ; Use XVidMode extension if present
> "UseXVidMode" = "Y"
> ; Enable DirectX mouse grab
> "DXGrab" = "N"
> ; Create the desktop window with a double-buffered visual
> ; (useful to play OpenGL games)
> "DesktopDoubleBuffered" = "N"
> ; Code page used for captions in managed mode
> ; 0 means default ANSI code page (CP_ACP == 0)
> "TextCP" = "0"
> ; Use this if you have more than one port for video on your setup 
> ; (Wine uses for now the first 'input image' it finds).
> ;; "XVideoPort" = "43"
> ; Run in synchronous mode (useful for debugging X11 problems)
> ;;"Synchronous" = "Y"
> 
> [fonts]
> ;Read documentation/fonts before adding aliases
> ;See a couple of examples for russian users below
> "Resolution" = "96"
> "Alias0" = "Arial, -bitstream-charter-,1"
> "Alias1" = "Tahoma, -adobe-helvetica-"
> ;"Default" = "-adobe-helvetica-"
> ;"DefaultFixed" = "fixed"
> ;"DefaultSerif" = "-adobe-times-"
> ;"DefaultSansSerif" = "-adobe-helvetica-"
> 
> ;; default TrueType fonts with russian koi8-r encoding
> ;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
> ;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
> ;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
> ;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
> ;; default cyrillic bitmap X fonts
> ;"Default" = "-cronyx-helvetica-"
> ;"DefaultFixed" = "fixed"
> ;"DefaultSerif" = "-cronyx-times-"
> ;"DefaultSansSerif" = "-cronyx-helvetica-"
> 
> [serialports]
> "Com1" = "/dev/ttyS0"
> "Com2" = "/dev/ttyS1"
> "Com3" = "/dev/ttyS2"
> "Com4" = "/dev/modem"
> 
> [parallelports]
> "Lpt1" = "/dev/lp0"
> 
> [ppdev]
> ;; key:  io-base of the emulated port
> ;; value : parport-device{,timeout}
> ;; timeout for auto closing an open device ( not yet implemented)
> ;"378" = "/dev/parport0"
> ;"278" = "/dev/parport1"
> ;"3bc" = "/dev/parport2"
> 
> [spooler]
> "FILE:" = "tmp.ps"
> "LPT1:" = "|lpr"
> "LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
> "LPT3:" = "/dev/lp3"
> 
> [ports]
> ;"read"  = "0x779,0x379,0x280-0x2a0"
> ;"write" = "0x779,0x379,0x280-0x2a0"
> 
> [spy]
> "Exclude" = "WM_SIZE;WM_TIMER;"
> 
> [registry]
> ;These are all booleans.  Y/y/T/t/1 are true, N/n/F/f/0 are false.
> ;Defaults are read all, write to Home
> ; Global registries (stored in /etc)
> "LoadGlobalRegistryFiles" = "Y"
> ; Home registries (stored in ~user/.wine/)
> "LoadHomeRegistryFiles" = "Y"
> ; Load Windows registries from the Windows directory
> "LoadWindowsRegistryFiles" = "Y"
> ; TRY to write all changes to home registries
> "WritetoHomeRegistryFiles" = "Y"
> ; Registry periodic save timeout in seconds
> ; "PeriodicSave" = "600"
> ; Save only modified keys
> "SaveOnlyUpdatedKeys" = "Y"
> 
> [Tweak.Layout]
> ;; supported styles are 'Win31'(default), 'Win95', 'Win98'
> ;; this has *nothing* to do with the windows version Wine returns:
> ;; use cmdline option --winver if you want that.
> "WineLook" = "Win95"
> 
> [Console]
> ;"Drivers" = "tty"
> ;"XtermProg" = "nxterm"
> ;"InitialRows" = "25"
> ;"InitialColumns" = "80"
> ;"TerminalType" = "nxterm"
> 
> [Clipboard]
> "ClearAllSelections" = "0"
> "PersistentSelection" = "1"
> 
> ; List of all directories directly contain .AFM files
> [afmdirs]
> "1" = "/usr/share/ghostscript/fonts"
> "2" = "/usr/share/a2ps/afm"
> "3" = "/usr/share/enscript"
> "4" = "/usr/X11R6/lib/X11/fonts/Type1"
> 
> [WinMM]
> "Drivers" = "wineoss.drv"
> "WaveMapper" = "msacm.drv"
> "MidiMapper" = "midimap.drv"
> 
> # </wineconf>
> 
> [AppDefaults\\QuickTimeInstaller.exe\\x11drv]
> "Managed"="N"
> "Desktop"="640x480"
> 
> [AppDefaults\\QuickTimeInstaller(1).exe\\x11drv]
> "Managed"="N"
> "Desktop"="640x480"
> 
> [AppDefaults\\QuickTimeInstaller(2).exe\\x11drv]
> "Managed"="N"
> "Desktop"="640x480"
> 
> [AppDefaults\\QuickTimeInstaller(3).exe\\x11drv]
> "Managed"="N"
> "Desktop"="640x480"
> 
> [AppDefaults\\QuickTimeInstaller(4).exe\\x11drv]
> "Managed"="N"
> "Desktop"="640x480"
> 
> [AppDefaults\\IpxSet32.exe\\x11drv]
> "Managed"="N"
> "Desktop"="640x480"
> 
> [AppDefaults\\acmsetup.exe\\x11drv]
> "Managed"="N"
> "Desktop"="640x480"
> 
> [AppDefaults\\setup.exe\\x11drv]
> "Managed"="N"
> "Desktop"="640x480"
> 
> [AppDefaults\\_INS5576._MP\\x11drv]
> "Managed"="N"
> "Desktop"="800x600"


-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page