<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Later...<br>
<br>
Well, I found that when wine installed Windows, it did not install the
"standard" fonts, like Ariel or Times. So when I copied them to the
wine version of Windows, the "hunt for fonts" was reduced to two... and
I know which they are, so eventually...&nbsp; Anyway, that problem cleared
up.<br>
<br>
But one more thing. I now start the program from the terminal with two
lines of code that L. Rahyen sent me. Is there a way to put that into
the Applications list, or even make a "button" that would run it? This
method is pretty awkward.<br>
<br>
Thanks for any suggestions<br>
<br>
Jos&eacute;<br>
<br>
<br>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
Running the program in a Wine Desktop solves the keyboard problem, and
the program seems to be working normally.<br>
<br>
But there is still an item that I do not understand. When I load the
program, in the Terminal appear a series of something like 15 lines
like this one:&nbsp; <br>
<br>
fixme:font:CreateScalableFontResourceA
(1,"c:\\windows\\system32\\tmp85691.FOT","C:\\windows\\temp\\AAX964d.tmp",(null)):
stub<br>
<br>
Then when I close the program the same number of this line appears:<br>
<br>
fixme:font:WineEngRemoveFontResourceEx :stub<br>
<br>
The loading is very slow, because of those beginning processes. I can
see that they have to do with fonts, but is it a problem of Windows
fonts, or fonts of the program that I run? Would installing fonts be a
solution, but how to know which ones and where?<br>
<br>
Any help on this one would be very appreciated.<br>
<br>
Jos&eacute;<br>
<br>
<br>
<br>
<br>
<br>
<blockquote cite="mid200708070038.34985.research@science.su" type="cite">
  <pre wrap=""><!---->By definition if you cannot access it you cannot run programs from it. But 
you of course can.
        First, if you want to convert Windows path to UNIX path run something like 
this:

winepath "C:\Program Files\Corel\Ventura 10/Programs/ventura.exe"

        And you will get the output (it may vary for your system but if you didn't 
tweak WINEPREFIX environment variable it will be very similar to example 
below; "~" means your home directory):

~/.wine/dosdevices/c:/Program Files/Corel/Ventura 10/Programs/ventura.exe

        As you can see you always always can to cd to your virtual C:\ drive and do 
whatever you want with its files or subdirectories.

On Monday August 6 2007 23:47, Jose wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">So I ran the program, and wrote something without opening a data file.
Here is the result:

jose@josey:~$ wine  "C:\Program Files\Corel\Ventura
10/Programs/ventura.exe" Fontconfig error: "~/.fonts.conf", line 2: not
well-formed (invalid token) Fontconfig error: "~/.fonts.conf", line 2: not
well-formed (invalid token) err:x11drv:X11DRV_CreateWindow invalid window
height -25
fixme:mmio:MMIO_InstallIOProc Global procedures not implemented
I I write, it comes out here.


So the keyboard works, but it works in the Terminal window. Don't know
if this will be of help to start off with.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
        Please read <a class="moz-txt-link-freetext"
 href="http://bugs.winehq.org/show_bug.cgi?id=1798">http://bugs.winehq.org/show_bug.cgi?id=1798</a> ; you probably want 
to mention there that your program doesn't work out-of-the-box.

        Here is few hints:

        Try this (just copy/past these two lines to you X terminal):

cd "`winepath 'C:\Program Files\Corel\Ventura 10/Programs/'`"
wine explorer /desktop=Ventura_10,800x600 ventura.exe

        ...And see if it helps.
        You can replace "Ventura_10" with any name you like (this is uniq ID for 
virtual desktop). And of course you can adjust the resolution of your virtual 
WINE desktop as necessary.

  </pre>
</blockquote>
<br>
</body>
</html>