<a href="http://bugs.winehq.org/show_bug.cgi?id=1798">http://bugs.winehq.org/show_bug.cgi?id=1798</a><br><br>
<div><span class="gmail_quote">On 8/6/07, <b class="gmail_sendername">L. Rahyen</b> &lt;<a href="mailto:research@science.su">research@science.su</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">&gt; Thanks for taking this up.<br>&gt;<br>&gt; Since the program is in the C:&nbsp;&nbsp;drive that Wine creates, I cannot access
<br>&gt; it from Linux.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; By definition if you cannot access it you cannot run programs from it. But<br>you of course can.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; First, if you want to convert Windows path to UNIX path run something like<br>
this:<br><br>winepath &quot;C:\Program Files\Corel\Ventura 10/Programs/ventura.exe&quot;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; And you will get the output (it may vary for your system but if you didn&#39;t<br>tweak WINEPREFIX environment variable it will be very similar to example
<br>below; &quot;~&quot; means your home directory):<br><br>~/.wine/dosdevices/c:/Program Files/Corel/Ventura 10/Programs/ventura.exe<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; As you can see you always always can to cd to your virtual C:\ drive and do
<br>whatever you want with its files or subdirectories.<br><br>On Monday August 6 2007 23:47, Jose wrote:<br>&gt; So I ran the program, and wrote something without opening a data file.<br>&gt; Here is the result:<br>&gt;<br>
&gt; jose@josey:~$ wine&nbsp;&nbsp;&quot;C:\Program Files\Corel\Ventura<br>&gt; 10/Programs/ventura.exe&quot; Fontconfig error: &quot;~/.fonts.conf&quot;, line 2: not<br>&gt; well-formed (invalid token) Fontconfig error: &quot;~/.fonts.conf&quot;, line 2: not
<br>&gt; well-formed (invalid token) err:x11drv:X11DRV_CreateWindow invalid window<br>&gt; height -25<br>&gt; fixme:mmio:MMIO_InstallIOProc Global procedures not implemented<br>&gt; I I write, it comes out here.<br>&gt;<br>
&gt;<br>&gt; So the keyboard works, but it works in the Terminal window. Don&#39;t know<br>&gt; if this will be of help to start off with.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Please read <a href="http://bugs.winehq.org/show_bug.cgi?id=1798">http://bugs.winehq.org/show_bug.cgi?id=1798
</a> ; you probably want<br>to mention there that your program doesn&#39;t work out-of-the-box.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Here is few hints:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Try this (just copy/past these two lines to you X terminal):<br><br>cd &quot;`winepath &#39;C:\Program Files\Corel\Ventura 10/Programs/&#39;`&quot;
<br>wine explorer /desktop=Ventura_10,800x600 ventura.exe<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...And see if it helps.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; You can replace &quot;Ventura_10&quot; with any name you like (this is uniq ID for<br>virtual desktop). And of course you can adjust the resolution of your virtual
<br>WINE desktop as necessary.<br><br>_______________________________________________<br>wine-users mailing list<br><a href="mailto:wine-users@winehq.org">wine-users@winehq.org</a><br><a href="http://www.winehq.org/mailman/listinfo/wine-users">
http://www.winehq.org/mailman/listinfo/wine-users</a><br></blockquote></div><br>