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 be

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: 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 leslie_alist...@hotmail.com wrote: Hi, Mono will use .NET 2.0 when a .NET 1.0/1.1

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: [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 dmi...@baikal.ru wrote: ---  dlls/windowscodecs/metadatahandler.c |    3 ++-  1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dlls/windowscodecs/metadatahandler.c

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

2012-06-07 Thread Dmitry Timoshkov
Vincent Povirk madewokh...@gmail.com 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: [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

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

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

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 translate

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 Windows

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

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

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: 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

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