On Tue, Feb 22, 2011 at 8:53 PM, Tobias Jakobi wrote:
>
> What is the recommended way of profiling wine components? oprofile?
>
See http://wiki.winehq.org/Performance
oprofile works well if things are cpu bound, or for illustrating cases
of redundant calls. If oprofile shows a lot of time in vi
On Mon, Jan 24, 2011 at 6:42 AM, Henri Verbeet wrote:
> On 23 January 2011 09:03, wrote:
>>
>> Is there any way to verify such heap corruption on real windows?
>>
> Not easily, I think. There are certainly tools like Valgrind for
> Windows, but I'm not sure if there are any free ones. If there's
On Mon, Dec 20, 2010 at 3:21 PM, Austin English wrote:
> On Sun, Dec 19, 2010 at 8:10 PM, cheer_xiao wrote:
>> Hi Susan,
>>
>> On Dec 19, 2010 8:59 PM, "Susan Cragin" wrote:
>>>
>>> I'm compiling from git onto 64-bit Natty, which is in Alpha.
>>>
>>> Wine's apt-get build-dep script seems to be m
On Fri, Aug 13, 2010 at 11:03 PM, wrote:
> I'm now using
> set c audio all on
> (which should be the default)
> such that all users running the testsuite get to hear something.
>
> https://testbot.winehq.org/JobDetails.pl?Key=4434
> mcicda.c:612: Test failed: STOP all returned MCIERR_HARDWARE
> (
On Fri, Aug 6, 2010 at 7:24 PM, wrote:
> Hi,
>
> this is my second call for participation, as only Jeff Zaroyko responded to
> the first one.
>
> I wrote a testsuite for mcicda (play music from CD-ROM using the MCI).
> Wine's testbot job #4330 at
> https://testbot
On Thu, Aug 5, 2010 at 11:51 PM, wrote:
> Hi,
>
>> Things you can try out using the interactive MCI shell:
>> open cdaudio alias c
>> status c type track 1
>> set c time format tmsf
>> seek c to start
>> play c from 1 to 2 wait
>>This works - I hear music.
> What the test does is not fundamentall
On Thu, Aug 5, 2010 at 6:39 PM, > Hi,
>
> Jeff Zaroyko wrote:
>>mcicda.c:355: Test failed: PLAY from 1 notify: MCIERR_HARDWARE
>>mcicda: 90 tests executed (0 marked as todo, 14 failures), 0 skipped.
>
> All failures are explained by your drive's inability to play
On Wed, Aug 4, 2010 at 10:36 PM, wrote:
> Hi,
>
> Wine's testbt job #4280
> http://testbot.winehq.org/JobDetails.pl?Key=4280
> contains both a patch and a binary for new MCICDA=MCI CD-audio tests.
>
> It already contains most of what I want in the initial release but
> would benefit from testing
On Mon, Aug 2, 2010 at 9:43 PM, wrote:
> Jeff Zaroyko wrote:
>
>>Would you mind supplying a new binary?
> Testbot did it for us: job #4154
> https://testbot.winehq.org/JobDetails.pl?Key=4154
>
> Regards,
> Jörg Höhle
This new #4154 binary doesn't have any failur
On Mon, Aug 2, 2010 at 7:03 PM, wrote:
> Hi,
>
> Jeff Zaroyko wrote:
>>No failures outside of MinGW.
> Thanks. This validates the relationship between GetVolumeInformation
> and the per-drive current directory on win95/98/2k/xp/7.
>
>>Inside MinGW, I invoke cmd t
On Sat, Jul 31, 2010 at 1:21 PM, Marvin wrote:
>
> === WXPPROSP3 (32 bit hlsl) ===
> hlsl.c:104: Test failed: Could not create device, IDirect3D9_CreateDevice
> returned: 8876086a
> No test summary line found
> ...further CreateDevice test failures snipped...
Is the purpose of these tests device
On Fri, Jul 30, 2010 at 7:01 PM, wrote:
> Do you get different results when doing the following:
> # assuming C: is where %WINDOWSDIR% resides
There's a %WINDIR% which is c:\windows
> C:
> cd \
> X: # which dir on X should not matter
> Y:\path\to\kernel32_test.exe volume
Passes outside of M
On Thu, Jul 29, 2010 at 11:17 PM, Andrew Eikum wrote:
> On 07/29/2010 03:43 AM, joerg-cyril.hoe...@t-systems.com wrote:
>>
>> Andrew,
>>
>>> Run on a Win98SE VM. The E drive is a CDROM drive.
>>
>> Thank you very much for the result. I added the broken(GetLastError()) for
>> Win9x
>> based on you
On Mon, Jul 19, 2010 at 10:48 AM, Misha Koshelev wrote:
> I believe the GLMap2f functions are actually creating further vertex data...
> I could be wrong though. Thx
>
> Misha
I don't know if this is entirely necessary for your purpose, but
OpenGL has a feedback buffer which can be used to captur
On Fri, Jul 16, 2010 at 11:35 PM, Hans Leidekker wrote:
> On Fri, 2010-07-16 at 15:12 +0200, Paul Vriens wrote:
>
>> In the past we have seen that on slower machines the number of tests
>> just exceeded the timeout. That has been 'corrected' back than by making
>> some tests interactive. I guess b
On Fri, Jul 2, 2010 at 7:35 AM, Octavian Voicu wrote:
>
> PS: there are other resources except MSDN; for example, osronline.com
> has very good documentation for windows driver developers, including
> some undocumented APIs.
>
I don't know if this is worth mentioning or not,
Geoff Chappell maint
On Sun, Jun 20, 2010 at 1:46 PM, Alan W. Irwin
wrote:
>
> So for mingw32-make our wine startup latencies are essentially identical
> (near 150 ms) and substantially worse than the Windows numbers (30 ms) and
> much worse than the Linux numbers (~1 ms). "make" startup latency matters
> for builds
More below.
>
> On 2010-06-19 12:55+1000 Jeff Zaroyko wrote:
>
>>
>> Windows:
>> $ time gcc --version
>> gcc.exe (GCC) 3.4.5 (mingw-vista special r3)
>> Copyright (C) 2004 Free Software Foundation, Inc.
>> This is free software; see the source for c
On Sat, Jun 19, 2010 at 11:00 AM, David Gerard wrote:
> On 18 June 2010 20:12, Alan W. Irwin wrote:
>
>> That would be a most interesting comparison. In computer terms 150 ms is an
>> absolutely enormous time that allows something like 150 million (!)
>> operations to occur on modern PC's. So I
On Fri, Mar 19, 2010 at 12:58 PM, Dan Kegel wrote:
> Austin and I updated the pages
> http://kegel.com/wine/good-games.html
> http://kegel.com/wine/bad-games.html
>
..snip..
> According to this count, the top 570 or so games since 1999,
> Wine handles 227 well, and 237 poorly.
>
Just a small obse
On Sun, Mar 7, 2010 at 2:05 AM, Gerold Jens Wucherpfennig
wrote:
> Hi,
>
> I want to do some development work for RAS-dialup (modem).
> The problem is, that I have no telephone connection where I can plug in
> my modem. Does anybody has any idea if there is an modem emulator for
> Windows?
>
> Reg
On Fri, Mar 5, 2010 at 12:22 PM, Arjun Comar wrote:
> Added help text for a bunch of the inbuilt commands in cmd. I tried as much
> as possible to stick to the help texts in the windows command prompts, using
> the same wording where possible.
>
> --
> Arjun Comar, Rose-Hulman '12
Hi Arjun
Some
On Tue, Jan 26, 2010 at 4:32 AM, Uwe Bonnes
wrote:
> Hello,
>
> are there any examples for Editor settings (e.g. emacs c-mode) resulting in
> acceptable indentation?
>
Hello Uwe
In emacs c-mode, I find M-x c-toggle-electric-state is the best way to
not interfere with the surrounding indentation.
On Sun, Jan 17, 2010 at 1:17 PM, James Mckenzie
wrote:
>>Hi James,
>>
>>> I have been trying to connect to #winehackers from my Mac using
>>> Conversation. However, this is not working as I am not receiving the
>>> welcome screen from irc.freenode.net.
>>
>>There's possibly some issue with Free
On Fri, Dec 18, 2009 at 8:34 PM, Dan Kegel wrote:
> Here's an interesting tidbit. gcrypt's windows version's only
> supported build environment is mingw on unix/linux, and
> it relies on wine to run its test suite.
> - Dan
>
Similar case for libsndfile, the maintainer has also contributed to
Win
On Fri, Nov 20, 2009 at 6:18 PM, Austin English wrote:
> On Fri, Nov 20, 2009 at 12:05 AM, Jeff Zaroyko wrote:
>> On Fri, Nov 20, 2009 at 4:56 AM, Austin English
>> wrote:
>>> Should fix http://bugs.winehq.org/show_bug.cgi?id=13605
>>>
>>> --
>&g
On Fri, Nov 20, 2009 at 4:56 AM, Austin English wrote:
> Should fix http://bugs.winehq.org/show_bug.cgi?id=13605
>
> --
> -Austin
>
Does it really fix it, the function still remains unimplemented, crash
or no crash... a bug will probably just be filed after it to say the
function needs to be impl
On Tue, Oct 13, 2009 at 6:20 PM, Markus Stockhausen
wrote:
> According to Stefans suggestion I have implemented a test for the string
> copies into the identifier structure. Test is designed to fail to give
> me a hint what is going on. Hopefully someone can post the results of a
> test run in nat
On Mon, Oct 5, 2009 at 10:05 PM, wrote:
> Hi,
>
> when the WINETEST_INTERACTIVE variable is set, winetest.exe and
> make test perform more checks. These are in danger of bit-rotting.
>
> Please test on MS-Windows as well. In a shell:
> set WINETEST_INTERACTIVE=1
> winetest.exe
> This may help sh
On Tue, Sep 29, 2009 at 9:27 PM, Markus Stockhausen
wrote:
> Hi,
>
> currently I'm investigating bug 1660 and hopefully I found the reason
> for the misbehaviour. The only problem is, that I do not know what
> results I have to expect in windows. So it would be very helpful if
> someone can execut
On Mon, Aug 24, 2009 at 9:22 PM, Alexandre Julliard wrote:
> Jeff Zaroyko writes:
>
>> This fixes bug 15181, test included - passes on Windows 95, 2003, XP,
>> 2008, Vista and Windows 7 beta that I've tested.
>>
>> From 52ff2d29ba9fbffbe8da46a7523338e8b946bb
On Sun, Aug 16, 2009 at 2:12 PM, EA Durbin wrote:
>
>
>
> Windows Live™: Keep your life in sync. Check it out.
>
>
>
Hi EA
I posted these comments on bugzilla before I also saw that you
submitted the patchset:
in patch 2, you should just use one call to printf or
On Sat, Jul 18, 2009 at 12:50 AM, Uwe
Bonnes wrote:
> +/*
> + * FTD2XX.dll
> + *
> + * Generated from FTD2XX.dll by winedump.
> + *
> + * DO NOT SUBMIT GENERATED DLLS FOR INCLUSION INTO WINE!
> + *
> + */
> +
You'll probably want to fix this by inserting the appropriate
copyright notice and descri
On Sun, Jun 14, 2009 at 12:43 AM, Karl Vogel wrote:
> In ran into a problem with a game, Dark Age of Camelot, where it locked up
> after logging into the game. After some tracing it became apparent that the
> game was trying to read bytes from /dev/random, but due to me working
> remotely on the co
On Sat, Jun 6, 2009 at 7:00 PM, Henri Verbeet wrote:
> 2009/6/6 Jeff Zaroyko :
>> + Register an account on the Wine bugzilla with the email address you
>> use to send patches.
>
> Why would I do that?
>
Just so that persons who follow the regression testing instructions
On Wed, May 27, 2009 at 7:47 AM, Louis. Lenders
wrote:
> This test shows second bug in
> http://www.winehq.org/pipermail/wine-bugs/2009-May/177221.html
>
> I tested this on my laptop (under windows) with an ATI-card, my desktop
> computer (that has nvidia) only runs Linux, so i could not test it o
On Sun, Apr 12, 2009 at 4:29 PM, Igor Tarasov wrote:
> Hello.
>
> This might be a known issue, but anyway: Some windows applications
> need that shortcut (launcher) have working directory set, and that
> working directory sometimes different from where the .exe is located.
>
> In Linux, with gnome
On Wed, Jan 21, 2009 at 7:47 AM, Dan Kegel wrote:
> On Tue, Jan 20, 2009 at 12:44 PM, Steven Druker wrote:
>> I deeply appreciate your endeavors to broaden the number of Windows-based
>> applications that will run on Linux via Wine. Your Feb. '08 message
>> indicated that while you had achieved
On Sun, Jan 18, 2009 at 9:44 PM, Luke Kenneth Casson Leighton
wrote:
> On Sun, Jan 18, 2009 at 1:52 AM, Hin-Tak Leung
> wrote:
>
>> I am about to go back to fix a bug with ghostscript's ijs interface when
>> compiled with non-MSVC: IJS is a binary protocol (for communicating with
>> non-postsc
http://philosecurity.org/2009/01/12/interview-with-an-adware-author
In an interesting interview, former adware author Matt Knox mentions
that he was able to run his adware client on Wine:
S: In your professional opinion, how can people avoid adware?
M: Um, run UNIX.
S: [ laughs]
M: We did actual
2009/1/6 Björn Krombholz :
> Hi,
>
> I started a discussion inside AppDB about the in my eyes "strange"
> Gold rating of Fallout 3
--snip--
> The basic point is: Fallout 3 (a game) only works with a small -- but
> nevertheless -- patch, otherwise it will crash, no matter what
> dll-overrides/sett
On Sat, Dec 27, 2008 at 8:40 AM, Austin English wrote:
> Anyone else on gmail seeing this? It doesn't happen on all e-mails,
> only once every couple days (I've got digest mode enabled):
>
> "Due to a filter you created, this message was not sent to Spam. Edit Filters
> Warning: This message may n
On Wed, Dec 24, 2008 at 11:23 AM, Massimo Del Fedele wrote:
> Here the second part, it contains winedib.drv code and changes to Makefiles.
>
> Still no way to enable/disable the engine, besides of deleting the .so
> inside dlls/winedib.drv.
>
> I'll wait for some feedback before going fourther.
>
On Tue, Dec 23, 2008 at 9:57 PM, Rico Schüller wrote:
> Hi,
>
> on my XP machine the visual d3d9 test produces a timeout message, when
> it is started from the winetest build. Anyone here could run the tests
> on windows without a timeout (and off course without skipping half of
> the tests - have
On Sun, Dec 21, 2008 at 4:40 PM, Nick Burns wrote:
>
> This is my last gfx fix for SHOGOThe readpixels call was putting data into
> the wrong place in the pbo(fixed with pixelstore)And the y-flip code was
> flipping the wrong data as well(set the bottom row to the bottom row and
> not t
On Sat, Dec 20, 2008 at 3:12 PM, Chris Wulff wrote:
> A stub for LockClrVersion.
>
> -- Chris Wulff
>
>
Hi Chris
You need to set your name and email address in git then regenerate your patches.
git repo-config user.name "Your Name"
git repo-config user.email "m...@example.com"
-Jeff
On Wed, Dec 17, 2008 at 10:58 AM, Andrew Fenn wrote:
> On Tue, Dec 16, 2008 at 11:25 PM, Ismael Barros² wrote:
>> Which model and T-shirt do you like better? Any suggestion to improve
>> them? Maybe in a future we can sell more than one Wine design, but
>> right now we'd rather offer only one, to
On Thu, Dec 4, 2008 at 7:35 PM, Paul Vriens <[EMAIL PROTECTED]> wrote:
> Jeff Zaroyko wrote:
>>
>> This should clear up the remaining dsound test failures shown for the
>> Win98 and WinME test results.
>>
>>
>> --
On Tue, Nov 25, 2008 at 5:42 PM, Scott Ritchie <[EMAIL PROTECTED]> wrote:
> Austin English wrote:
>> On Tue, Nov 25, 2008 at 12:27 AM, Scott Ritchie <[EMAIL PROTECTED]> wrote:
>>> We also don't really need a link to AppDB from the big buttons in the
>>> front - AppDB is only the place to go when yo
On Thu, Nov 6, 2008 at 11:00 PM, Robert Reif <[EMAIL PROTECTED]> wrote:
> Alistair Leslie-Hughes wrote:
>> Robert Reif wrote:
>>
>>> Please give an explanation why? If it's just to make the test pass,
>>> then we need to know why the test is failing.
>>>
>>> Is it only needed for wine? Could be a
On Mon, Oct 27, 2008 at 5:53 PM, Paul Vriens <[EMAIL PROTECTED]> wrote:
> James Hawkins wrote:
>> On Sun, Oct 26, 2008 at 10:31 PM, Vincent Povirk
>> <[EMAIL PROTECTED]> wrote:
>>> After I run "user32_crosstest msg" on my windows 98 virtual machine in
>>> qemu, it no longer responds to any mouse in
On Tue, Sep 30, 2008 at 6:52 AM, Austin English <[EMAIL PROTECTED]> wrote:
> On Mon, Sep 29, 2008 at 3:39 PM, Mark Wagner <[EMAIL PROTECTED]> wrote:
>> What's the best way for an application to detect that it's running under
>> Wine?
>>
>> As part of the installation process, under Windows our pro
On Wed, Sep 10, 2008 at 4:55 AM, Juan Lang <[EMAIL PROTECTED]> wrote:
> Hi Jeff,
>
> +if(sock == INVALID_SOCKET)
> +skip("Creating the socket failed: %d, skipping test.\n",
> WSAGetLastError());
> skip needs a return too.
>
> +ret = ioctlsocket(sock, cmds[i], (u_long *)1);
> +
On Wed, Sep 10, 2008 at 2:57 AM, Juan Lang <[EMAIL PROTECTED]> wrote:
> Hi Jeff, I have a stylistic complaint about your tests in this patch:
>
> +if(sock == INVALID_SOCKET)
> +{
> +ok(0, "Creating the socket failed: %d, skipping test\n",
> WSAGetLastError());
> +return;
> +
On Mon, Sep 8, 2008 at 5:22 PM, Paul Vriens <[EMAIL PROTECTED]> wrote:
> Jeff Zaroyko wrote:
>>
>>
>>
>>
> I found more or less the same thing for Vista a few days ago. Doing a
> IDirec
On Fri, Sep 5, 2008 at 2:45 AM, Dan Kegel <[EMAIL PROTECTED]> wrote:
> Patchwatcher is almost recovered from its move
> to the new machine. I expect to turn email
> notifications back on tomorrow.
>
> The old machine could only just barely keep up with
> the patch flow. The new machine is two or
On Wed, Sep 3, 2008 at 10:25 PM, Henri Verbeet <[EMAIL PROTECTED]> wrote:
> 2008/9/3 Jeff Zaroyko <[EMAIL PROTECTED]>:
>> Please ignore the previous patch sent two days ago, this one fixes a
>> performance regression as well as removing the memory leak.
>>
>&
On Sun, Aug 31, 2008 at 3:55 AM, Vitaliy Margolen
<[EMAIL PROTECTED]> wrote:
> Jeff Zaroyko wrote:
>>
>>
>> +static const WCHAR testdirW[] =
>> {'n','t','d','e','l','e','t'
On Fri, Aug 1, 2008 at 2:56 AM, chourmovs <[EMAIL PROTECTED]> wrote:
> If i've understood what i read before, i think i've found a sort of xinput's
> conformance test suite writen by windows coder
> what do you think of that ?
>
> http://www.codeproject.com/KB/directx/xbox360_cont_xinput.aspx
>
>
On Fri, Jul 4, 2008 at 4:01 PM, Jeff Zaroyko <[EMAIL PROTECTED]> wrote:
>
> I had a look, the windows client calls
> IWineD3DImpl_GetAdapterIdentifier which we don't give the real adapter
> driver and description strings, just "Display" and "Direct3D H
On Fri, Jul 4, 2008 at 1:43 PM, Maarten Lankhorst
<[EMAIL PROTECTED]> wrote:
> Hi Seth,
>
> 2008/7/3 Seth Shelnutt <[EMAIL PROTECTED]>:
>> Hello All,
>>
>> We have run into an interesting problem while trying to get the latest
>> version of Stanford's Folding at Home GPU client to work in Linux via
On Thu, Jul 3, 2008 at 9:27 AM, Louis Lenders
<[EMAIL PROTECTED]> wrote:
> Juan Lang gmail.com> writes:
>
>>
>> > http://www.winehq.org/pipermail/wine-patches/2008-June/056911.html
>>
>> Ah. That's not enough to judge where your patches are going.
> I already explained, see http://bugs.winehq.org
On Tue, Jun 10, 2008 at 10:24 PM, Jeff Zaroyko <[EMAIL PROTECTED]> wrote:
> On Tue, Jun 10, 2008 at 8:49 PM, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
>>> Descent FreeSpace: The Great War and Descent FreeSpace 2 fail to detect
>>> hardware acceleration through
On Tue, Jun 10, 2008 at 8:49 PM, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
>> Descent FreeSpace: The Great War and Descent FreeSpace 2 fail to detect
>> hardware acceleration through Direct3D when enumerating devices, they
>> expect the device name string to begin with "Direct3D - "
>>
>> This pat
Dan Kegel kegel.com> writes:
>
> It doesn't look like many people are paying attention to
> http://wiki.winehq.org/PlatinumRegressionHunt
>
> Think it would be useful to email all the app maintainers and
> ask them to pretty please test their apps with rc1?
>
>
Alexander Nicolaysen Sørnes ha
Dan Kegel kegel.com> writes:
>
> It doesn't look like many people are paying attention to
> http://wiki.winehq.org/PlatinumRegressionHunt
>
> Think it would be useful to email all the app maintainers and
> ask them to pretty please test their apps with rc1?
>
>
I think a little typesetting g
Roderick Colenbrander gmx.net> writes:
>
> > On a whim, I tried the oldest SPEC OpenGL benchmark, SPECviewperf 6.
> > On one machine,
> > $ cd ".wine/drive_c/Program Files/SPECopc/SPECviewperf 6.1.2"
> > $ wine cmd /c RunLight04.bat
> > produced a proud 3 frames per second, woot!
> > - Dan
> >
On Sun, Apr 27, 2008 at 10:22 PM, Dmitry Timoshkov
<[EMAIL PROTECTED]> wrote:
> "Jeff Zaroyko" <[EMAIL PROTECTED]> wrote:
>
>
> > system.ini, drivers32,,"vidc.MRLE=msrle32.dll" -system.ini,
> drivers32,,"vidc.MSVC=msvidc32.dll" +s
Lei Zhang google.com> writes:
>
> Hi,
>
> For our 1.0 release, we should have a polished users guide to help
> people to learn to use Wine properly. I did a quick read of the Wine
> Users Guide [1] and here are my comments:
>
> * Remove references to tools/wineinstall - does anyone use this an
On Fri, Feb 22, 2008 at 12:57 PM, James McKenzie
<[EMAIL PROTECTED]> wrote:
> Francois Gouget wrote:
> > On Thu, 21 Feb 2008, Jeff Zaroyko wrote:
> > [...]
> >
> >> I think this looks good, http://jeffz.name/tmp/suggestion3.png
> >>
> &
On Thu, Feb 21, 2008 at 1:24 PM, Jeff Zaroyko <[EMAIL PROTECTED]> wrote:
> On Thu, Feb 21, 2008 at 12:45 PM, Chris Morgan <[EMAIL PROTECTED]> wrote:
> >
>
>
> > On Wed, Feb 20, 2008 at 8:36 PM, Francois Gouget <[EMAIL PROTECTED]> wrote:
> > >
On Thu, Feb 21, 2008 at 12:45 PM, Chris Morgan <[EMAIL PROTECTED]> wrote:
>
> On Wed, Feb 20, 2008 at 8:36 PM, Francois Gouget <[EMAIL PROTECTED]> wrote:
> >
> > On Wed, 20 Feb 2008, Jeff Zaroyko wrote:
> >
> > > The default colours f
Steven Edwards gmail.com> writes:
>
> On Feb 18, 2008 5:10 PM, Jeff Zaroyko gmail.com> wrote:
> > We already have a forum, the appdb.
>
> appdb seems limited by default to being about applications. What about
> discussion issues with other linux distros, solari
L. Rahyen science.su> writes:
> Actually, forums are the standard also. There is a lot of projects who
> have
> forums for general discussion. Personally I don't like this at all,
> registration and posting almost always are very complex and annoying; this
> another reason why I like m
Roderick Colenbrander gmx.net> writes:
> The policy is roughly to ship dlls that are a core part of Windows. Yes there
are glide wrappers and quite a
> bunch of those succesfuly work on Wine. Personally I don't know actual names
but a lot of users have used
> Glide->OpenGL and even Glide->Direct3
Zachary Goldberg gmail.com> writes:
>
> On Feb 18, 2008 12:49 PM, Austin English gmail.com> wrote:
> >
> > On Feb 18, 2008 12:01 AM, Dan Kegel kegel.com> wrote:
> > > Tlarhices wrote:
> > > > In my opinion the main problem is that the bug tracker is too easy to
> > > > find and the forum too h
Reece Dunn googlemail.com> writes:
>
> Hi,
>
> I am looking at how we can make winecfg more useful. I have already
> supplied patches to allow importing a ubuntu human theme to work :).
> So I am now looking at how to build on that.
>
[...]
>
> - Reece
>
>
I think this could probably do wi
Vitaliy Margolen kievinfo.com> writes:
>
> Recently I've noticed number of random people being accepted as maintainers
> of few apps I'm being a super-maintainer for. First, can the appDB send
> notifications that some one became a maintainer? Second, what are the basis
> that appDB admins ac
78 matches
Mail list logo