Re: Command line parameters

2012-06-07 Thread John Emmas
On 7 Jun 2012, at 21:04, Dan Kegel wrote: > John wrote: >> FWIW the Windows app launches perfectly if I use execl() in the Linux app - >> and in fact, this has all worked perfectly for years. > > That's great. Do you actually pass filenames? > Yes, our host app is cross-platform (Windows, Lin

Re: [4/4] windowscodecs: Add WICIfdMetadataReader registration. Resend.

2012-06-07 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=1 Your paranoid android

Re: Re: Patch 2/2 - [scrrun] - Add initial tests for Dictionary - resend

2012-06-07 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=18875 Your paranoid android

Re: Command line parameters

2012-06-07 Thread Ben Peddell
On 8/06/2012 4:57 AM, John Emmas wrote: > FWIW the Windows app launches perfectly if I use execl() in the Linux app - > and in fact, this has all worked perfectly for years. It was only yesterday > that I began to wonder if there might be a problem in non-English locales. > Up to now, nobody's

Re: [PATCH 1/1] shell32: Fix FindExecutable search path when a default directory is supplied.

2012-06-07 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=18869 Your paranoid android

Re: Command line parameters

2012-06-07 Thread Dan Kegel
John wrote: > from what Hin-Tak said earlier, it sounds like Wine itself will translate any > paths that I pass as a command line parameter (or did I misunderstand that?) Example: wine notepad /home/dank/foo.txt This fails because notepad treats / as the beginning of an option (see http://sour

Re: Command line parameters

2012-06-07 Thread John Emmas
On 7 Jun 2012, at 19:30, Dan Kegel wrote: > John asked >> [ How do I launch Windows apps from Unix apps and pass filenames to them?] >> execl (the_path_to_wine, "wine", path_to_the_windows_program, >> command_line_parameter_for_windows_app, NULL); > > Relative unix paths will often work with W

re: Command line parameters

2012-06-07 Thread Dan Kegel
John asked > [ How do I launch Windows apps from Unix apps and pass filenames to them?] >execl (the_path_to_wine, "wine", path_to_the_windows_program, > command_line_parameter_for_windows_app, NULL); Relative unix paths will often work with Windows apps, but in general, you will have to trans

Re: [3/5] propsys: Implement IPropertyStoreCache::GetValueAndState.

2012-06-07 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=18852 Your paranoid android

Re: [2/5] propsys: Implement IPropertyStoreCache::GetState.

2012-06-07 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=18851 Your paranoid android

Re: [4/5] propsys: Implement IPropertyStoreCache::SetState.

2012-06-07 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=18853 Your paranoid android

Re: [2/4] windowscodecs: Implement a better stub for MetadataHandler_GetCount.

2012-06-07 Thread Dmitry Timoshkov
Vincent Povirk wrote: > It should be trivial to implement this correctly. Returning 0 is suffice for now. Once metadata handlers start parsing and returning actual data, a real implementation will be added. -- Dmitry.

Re: [2/4] windowscodecs: Implement a better stub for MetadataHandler_GetCount.

2012-06-07 Thread Vincent Povirk
It should be trivial to implement this correctly. On Wed, Jun 6, 2012 at 11:21 PM, Dmitry Timoshkov wrote: > --- >  dlls/windowscodecs/metadatahandler.c |    3 ++- >  1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/dlls/windowscodecs/metadatahandler.c > b/dlls/windowscodecs/metad

Re: [PATCH 1/7] urlmon: Use file content to verify MIME type reported by file protocol handler

2012-06-07 Thread Jacek Caban
On 06/07/12 15:40, Jacek Caban wrote: > --- > dlls/urlmon/file.c |8 +++- > dlls/urlmon/tests/protocol.c |4 > 2 files changed, 11 insertions(+), 1 deletions(-) > Please skip this one. I didn't mean to send it in the series. Thanks, Jacek

Re: mscoree: Use .NET 2.0 for 1.0 assemblies

2012-06-07 Thread Vincent Povirk
I was planning to do something like this eventually, as I was advised on #mono this was the way to go, but I didn't expect it to be that simple. +1. On Thu, Jun 7, 2012 at 4:27 AM, Alistair Leslie-Hughes wrote: > Hi, > > Mono will use .NET 2.0 when a .NET 1.0/1.1 application is run. > > http://ww

Re: Command line parameters

2012-06-07 Thread John Emmas
On 7 Jun 2012, at 10:27, Hin-Tak Leung wrote: > > The short answer is that wine *does* translate from unix-like to windows-like > file paths so that the application receives the right stuff. You have nothing > to worry about. > I must admit, that was what I hoped to hear! I don't suppose it

Re: po: Update Russian translation (try 2)

2012-06-07 Thread Nikolay Sivov
On 6/5/2012 11:16, Архад wrote: Please, configure your mail client to use your real name in sent mails. #: appwiz.rc:28 msgid "Add/Remove Programs" -msgstr "Установка/удаление программ" +msgstr "Установка/Удаление программ" Looks better as it is. Only start letter of a sentence supposed to

Command line parameters

2012-06-07 Thread John Emmas
Originally, I was going to post this on wine-users but after I wrote it, it seemed like wine-devel might be more appropriate. Please let me know if I need to re-submit it to wine-users. I understand that Wine is mostly used for running Windows apps on Linux - i.e. in most cases, the user will