similar to: :idea: A way to automatically test wine applications

Displaying 20 results from an estimated 10000 matches similar to: ":idea: A way to automatically test wine applications"

2009 Aug 24
1
Want to help Wine and prevent regressions in your favorite (downloadable) app?
Howdy all, For Google Summer of Code, I worked on a project I called Appinstall, which is basically an automated test framework for Wine. It works as a simple shell script, that runs several independent tests of applications, then parses the log files to make sure no applications broke, or bugs were fixed. The tests themselves are written using AutoHotKey (http://www.autohotkey.com). The neat
2009 May 18
4
Portable applications list needed
Howdy, For those of you that don't know, I've got a Google Summer of Code project to make a better test suite for wine. The goal is to test graphical applications to find bugs that aren't tested by the test suite, and to prevent regressions that aren't prevented by it. While programs with installers can be tested, they increase the script complexity quite a bit. Eventually,
2010 Jul 14
4
Wine applications for all users
The worst thing the happens to me when I'm backing up my home folder, is when wine creates symbolic links to my home foder, in a folder inside. So with this, is hard to make a backup the entire home folder, if it relies in some symbolic links to folders out side the actual home folder. Then I propose that wine could create a wine user/group and create a folder, for example /var/wineprofiles/
2010 Jun 01
1
Using wisotool with Steam
Anyone know if/how you can use the new wisotool (http://wiki.winehq.org/wisotool) with the games it supports through Steam? I have several of the titles it "supports" and would love to give it a try if it works through Steam. Regards, ~Jeff
2010 Jul 11
13
Simple application made with visual studio 2005 not running
I build a simple application with VS C++ and it is not running. Debug info and the application with its source code is on the link below: http://homepages.dcc.ufmg.br/~fccoelho/test.tar.gz Tested on wine-1.2-rc7
2007 Mar 19
2
Help creating a shortcut in wine
Can anyone help me with how to create a windows shortcut in wine? I want to create windows shortcuts on a Linux box that windows clients can then access. I'm trying to use wine to allow me to create the shortcut on the Linux box. I'm using the wine-0.9.31 version of wine on Fedora Core 5. I've tried two approaches, both fail. I've tried using an autohotkey script. This script runs
2010 Aug 20
3
Bugzilla should be application oriented
I think that Bugzilla could have an option to join all issues that are related to an specific application. For example, if someone is testing Oblivion, there should be a place where we can relate every issue that is happening to Oblivion. So, instead of filing a new entry on Bugzilla, people could only add another issue to an application. In this way, people can provide more info about an
2011 Jun 13
2
Two servers One virtual desktop
Can two wineserver share the same virtualdesktop? I got nearly to an impasse: one windows application (A) must run continuously without interruption, while (B) is supposed to respawn frequently and interact with (A). Well, whatever (A) application is has absolutely no influence on troubles, but if (B) is autoHotKey (..yes i need that stuff under debian) it's execution times get delayed
2010 Feb 11
2
Oblivion sound effects mutted on wine-1.1.38
I have tested wine-1.1.38 with Oblivion on Gentoo and I found that the sound effects are no more being played. I`m new to wine bugzilla and I don`t know a proper way to report bugs and regressions. Please if someone is able to report this bug or help me find a way to fix it, I will be glad.
2010 Nov 13
4
Wine for next computing era
Reading the most recent news, we can see that the time has come to break the WinIntel monopoly on the world. Many devices are emerging, many architectures are being developed. The opensource community is getting great visibility. We should start thinking in bringing wine to this new scenario that is approaching. Many surprises are coming for the years to come. Why not we bring wine to devices such
2024 Mar 13
2
Generating mouse click and hold using R
Hi, I wonder if R can provide any functionality where I need simulate mouse click in windows machine at certain coordinate on screen and hold the click for certain seconds e.g. for 5 seconds Really appreciate if I can have someone suggestion how above can be simulated with R Thanks and regards,
2010 Jul 14
1
Wine-Doors and wine?
WHo know's the email adress of Author of Wine-Doors? i might have a solution and want to restore the Wine resporities, with downloads. I found wine-doors very handy, in combination of Wine itself and PlayOnLinux. I have 2 website's and 1 of them (my NickName) i'm trying to make a dutch Linux-helpout website of, for those who want to use Linux. Wine-Doors is very handy to install
2010 Sep 03
1
Problems Installing Photoshop cs4 (DAVE LEMSING)
Hi Again... Still having Problems... System is Mint 9, Gnome standard 32 bit. I have an extract from the terminal window... from when i run the command: LANG=C wine Setup.exe This is after i have a clean install of wine 1.1.17.. with the winetricks installed as per the instructions @ wine-HQ The PhotoShop cs4 Extended installer starts, afetr a bit it wants Gecko, even though i have installed it
2007 Nov 29
5
Webrat 0.1.0 released - Ruby Acceptance Testing for Web applications
Hey guys, We developed this plugin while writing my first real set of RSpec stories. It''s still missing a lot of functionality, but it''s useful to us as is, so I''m shipping 0.1.0. (Patches welcome. :) ) Code is available at: http://svn.eastmedia.net/public/plugins/webrat/ What do you think? -Bryan Here''s the README:
2009 Sep 16
2
EVENT_event_to_vkey and keyc2vkey
I need access to either the array keyc2vkey or the function EVENT_event_to_vkey in wine/dlls/winex11.drv/keyboard.c from a wine application. Any idea on how to get at these from a normal winelib app? or how i could compile variations of these functions into a shared library instead of a driver... Thanks
2009 May 27
1
a simple trick to get autoclose parenthesis on windows
Hi, This is a simple trick to get autoclose parenthesis on windows. If you like how StatET autocloses parens, but like to use the lighter Vanilla R, you can use autohotkey (http://autohotkey.net) to provide this functionality. Simply put the below code in a text file, rename extension as .ahk and doubleclick on it to execute. ------------------ code starts here 8< ------------------ ;
2009 Apr 17
2
Re: How to discover within my application if executed in Wine?
Hi. Sorry for my bad english.. I'm also a Delphi programmer having also some problems with my applications in Linux. One of the problems is that my program minimizes itself in tray when is monitoring the Clipboard. But I don't see how to do that in Linux using wine - prezent or future... If someone knows how - please tell me so I can implement it. And I can't use Lazarus... My
2010 May 05
2
better way to trick data frame structure?
Hi, I have a data frame where 1 variable is a factor with only 1 level. I need the data frame structure to reflect that there are 2 levels for this factor, even though this is not the case. I am currently adding extra 'fake' rows to the data frame to ensure that 2 levels are present, but this is slowing processing time in a loop quite a bit. Can I manually specify that this factor
2010 Feb 12
2
Regression testing on Gentoo
I'm new to regression tests on wine. Currently, I'm using Gentoo's portage to build the latest wine and I want to know if there is a tutorial on how to make the regression tests on Gentoo. I'm going to do what Austin English ask me to do at this bug (http://bugs.winehq.org/show_bug.cgi?id=21693). Since I'm new to it and I know that Gentoo is too fragile in building things out
2010 Aug 08
2
Need for speed 2 not accepting Keyboard input
Need for Speed 2 is not accepting input from Keyboard. It was tested on wine 1.3.0, and Ubuntu 10.04. It seems to be a problem like we are facing on Oblivion intro, where it is not possible to skip the intro to the main screen of the game.