search for: boriso

Displaying 3 results from an estimated 3 matches for "boriso".

Did you mean: boris
2011 Mar 25
3
how to prepare and run portable Wine build from folder?
Hello, I want to better understand Wine and its source code, so I've downloaded the source code and successfully built it under Ubuntu 10.10. Now I want to be able independently execute different windows programs under current build folder. My aim is to make execution portable, that I could copy sources and build another Wine executables in another folder so no settings for wine or windows
2012 Jul 06
2
ActionMailer::Base.deliveries returns array with duplicated elements in production env
Hello, I am testing for email sending from my app and I have a scenario that passes in test env but not in production. When I make dump of ActionMailer::Base.deliveries I saw that it returns array with duplicated elements in production env but not in test env. I am using sqlite3 for test env and mysql for production. Also I use delayed_job. Does anyone had the same issue? Thanks in advance :)
2011 Apr 04
8
creating built-in firewall for Wine
Hello! I want to have firewall/monitor in wine. Configuring Linux firewall is an external solution that affects all programs etc. The idea is to create configuration file for black- and/or while- list that would be analysed by wine during connections requests. The brute way is to modify ws2_32 dll source directly, but maybe there is more accurate way. Could you suggest where to start digging?