I have successfully installed and am running the win32 version of firstclass 9.106 (http://www.firstclass.com/Divisions/FAV13-0024FC95/?OpenItemURL=S047C50E4) client on wine 1.0.1 (lenny amd64). My problem occurs when the client attempts to open an html attachment: Code: err:winebrowser:get_url_from_dde Unabled to retrieve URL from string L"\"" err:winebrowser:wmain Usage: winebrowser URL I'm not too sure how to handle this and would appreciate your suggestions. Thanks!
graysky wrote:> > Code: > err:winebrowser:get_url_from_dde Unabled to retrieve URL from string L"\"" > err:winebrowser:wmain Usage: winebrowser URL > > > > I'm not too sure how to handle this and would appreciate your suggestions.This is a long known but not yet fixed problem. As a workaround add "%1" to the winebrowser's command line in registry: Code: [HKCR\htmlfile\shell\open\command] @=C:\windows\system32\winebrowser.exe "%1"