Re: All right, let's solve these .desktop issues forever

2006-08-09 Thread Dan Kegel
On 8/9/06, Damjan Jovanovic <[EMAIL PROTECTED]> wrote: --- Scott Ritchie <[EMAIL PROTECTED]> wrote: > Wine's been making .desktop files for some time, > however it seems like they're being put in the wrong place. ... Look at the Portland project, they have cross-desktop (Gnome, KDE, XFCE) tools f

Re: All right, let's solve these .desktop issues forever

2006-08-09 Thread Damjan Jovanovic
--- Scott Ritchie <[EMAIL PROTECTED]> wrote: > As of right now, I'd estimate that over half of our > users are using Wine > from a terminal window to launch their applications, > largely because > their window manager doesn't put Wine's Start Menu > entries into their > applications menu. > > W

Re: All right, let's solve these .desktop issues forever

2006-08-09 Thread Dan Kegel
On 8/9/06, Scott Ritchie <[EMAIL PROTECTED]> wrote: As of right now, I'd estimate that over half of our users are using Wine from a terminal window to launch their applications, largely because their window manager doesn't put Wine's Start Menu entries into their applications menu. Indeed. Wi

All right, let's solve these .desktop issues forever

2006-08-09 Thread Scott Ritchie
As of right now, I'd estimate that over half of our users are using Wine from a terminal window to launch their applications, largely because their window manager doesn't put Wine's Start Menu entries into their applications menu. Wine's been making .desktop files for some time, however it seems l

Re: RFC: XEmbed Systray Patches

2006-08-09 Thread James Liggett
On Thu, 2006-08-10 at 00:16 +0100, Mike Hearn wrote: > > You can always stick some needed field in the X11DRV private data (you > can see how to access that in the code itself). Are you referring to x11drv_win_data? I looked at that, but it seems cleaner if I just use GetWindowLongW. I don't know

Re: Wine is stripping comments from system register

2006-08-09 Thread Mike McCormack
Augusto Arcoverde da Rocha wrote: I'm tring store some marks as comments inside of system register, but when I start some wine process and it finish the comments have disappeared from the register file. Is this the expected behaviour? Yes. As the registry is both read and written, and there'

Re: RFC: XEmbed Systray Patches

2006-08-09 Thread Mike Hearn
On 8/9/06, James Liggett <[EMAIL PROTECTED]> wrote: way to handle it. What we need to do is get the extended style of the window, but this seems to involve a bunch of wineserver calls that I'm not familiar with. Can you help me out on that? Thanks! You can always stick some needed field in the

localspl.dll: Implementation-Question

2006-08-09 Thread Detlef Riekenberg
Am Sonntag, den 30.07.2006, 21:41 +0200 schrieb Detlef Riekenberg: > Printmonitors need spoolss.dll,EnumPortsW > > On windows, all work is done in spoolss.dll and winspool.drv is just the > Forwarder (RPC). > We avoid the need for loading spoolss.dll in every App by > doing the work in winspool.dr

Re: This patch should fix bug 4863 - Icons in Notes Workspace

2006-08-09 Thread Huw Davies
On Wed, Aug 09, 2006 at 06:29:56PM -0300, Augusto Arcoverde da Rocha wrote: > Here is the link to the patch which I have sent (thanks VJ): > http://winehq.org/pipermail/wine-patches/2006-July/028932.html > > And the link to the bug report and the subsequent discussion on Wine > bugzilla is: > http

Re: version/tests: Write-strings warnings fix

2006-08-09 Thread Andrew Talbot
James Hawkins wrote: > Seems like regedit and regedit_exe might be better names than regedit_a/b. Good point. I shall re-post, marked "Try 2". Thanks, -- Andy.

Re: This patch should fix bug 4863 - Icons in Notes Workspace

2006-08-09 Thread Augusto Arcoverde da Rocha
Here is the link to the patch which I have sent (thanks VJ): http://winehq.org/pipermail/wine-patches/2006-July/028932.html And the link to the bug report and the subsequent discussion on Wine bugzilla is: http://bugs.winehq.org/show_bug.cgi?id=4863 About working on a conformance test, as I have

Re: WineD3D: draw buffers support (patch 2)

2006-08-09 Thread Roderick Colenbrander
This is a slighly updated version of the patch. The code is the same but I changed the comment a little as suggested by Henri as the part about SM3 was wrong. Roderick > Hi, > > This is a second draw buffers / gl_FragColor patch and it depends on the > other patch which was sent earlier today.

WineD3D: Minor cursor fixes

2006-08-09 Thread Stefan Dösinger
In an attempt to catch the issue in some games that the gdi cursor is shown on top of a cursor drawn by the game I wrote a test case for the cursor. I didn't catch the main issue, but just 2 little things * If no cursor image is set the cursor is never enabled * The cursor image can't be unset(S

Re: version/tests: Write-strings warnings fix

2006-08-09 Thread James Hawkins
On 8/9/06, Andrew Talbot <[EMAIL PROTECTED]> wrote: Please note: in install.c, I have preserved a distinction between "regedit" and "regedit.exe" that was in the original code. If this distinction is accidental, please inform me, via wine-devel, and I shall send a revised version of this patch.

Re: RFC: XEmbed Systray Patches

2006-08-09 Thread James Liggett
On Wed, 2006-08-09 at 12:16 +0100, Mike Hearn wrote: > Ah awesome, good work! I know when I looked at this originally it > seemed you could set a flag that told the embedder whether it was > already mapped or not, maybe that doesn't work properly. It's not that it doesn't work properly. What happe

Wine is stripping comments from system register

2006-08-09 Thread Augusto Arcoverde da Rocha
Hi all, I'm tring store some marks as comments inside of system register, but when I start some wine process and it finish the comments have disappeared from the register file. Is this the expected behaviour? Many thanks, Augusto Arcoverde da Rocha

widl: Error on simple idl file

2006-08-09 Thread Elrond
Hi, The attached idl file gives an error when used with widl -DUSE_TYPEDEF simple.idl I doubt, that it is a syntax error, since adding "-h" creates the header, using "-c" gives the error. The error is: error: Unsupported member type 0x0 Elrond [ uuid(fcd1436a-22e0-

Re: [FreeBSD] locating wine at 0x20000000

2006-08-09 Thread Tijl Coosemans
On Tuesday 08 August 2006 23:28, Alexandre Julliard wrote: > Tijl Coosemans <[EMAIL PROTECTED]> writes: > > > Only the super-user can increase the max limit. Other users can only > > decrease it. And all those unix shared libs (x11, etc.) need heap space > > as well. I don't know how much they all

Re: [2/2] WINED3D: Fix D3DCOLOR swizzling in shaders.

2006-08-09 Thread Christoph Frick
On Sat, Aug 05, 2006 at 06:15:42PM +0200, H. Verbeet wrote: > This patch fixes those issues by looking at the data types in the > vertex declaration the shader will be used with. To be able to do > that, we have to wait with compiling the shader until the shader is > first used and we have a verte

Rooms for Wineconf - Please act now

2006-08-09 Thread Jeremy White
Hi Folks, I know that Wineconf is still over a month away, but you'll really regret it if you don't make your accomodation selections now. If you paypal (or even arrange to mail a check) to me *now*, you'll get to hang out with all the cool people, on campus, and learn what the "Drink-making faci

Re: wineconsole: command line option output / default user backend

2006-08-09 Thread Alexandre Julliard
Ekkehard Morgenstern <[EMAIL PROTECTED]> writes: > Well, WCMD allows only 2 arguments, for instance. IMNSHO the code is > effed-up beyond repair, and I would rather rewrite it than expand on > it. > > But I won't bother writing a replacement if it's not desired by the > WINE community. wcmd certa

Re: Re: wine

2006-08-09 Thread Francois Gouget
On Wed, 9 Aug 2006, hendric wrote: > Hi,Rob > Hmm Chinese characters were shown as "??". I think there must be > something wrong with the code page. Either can't I input Chinese > characters. Applications could not detect their running in Chinese > local correctly. I think wine still need

Re: ntdll: make shared user data access work

2006-08-09 Thread Alexandre Julliard
Robert Reif <[EMAIL PROTECTED]> writes: > This patch is just a quick fix to prevent a crash when an application > or dll tries to read from that memory. I guess this is the equivalent > of a stub function. The problem is that there's no FIXME being printed, so unlike with stubs things will most

Re: ntdll: make shared user data access work

2006-08-09 Thread Robert Reif
Alexandre Julliard wrote: Robert Reif <[EMAIL PROTECTED]> writes: diff -p -u -r1.66 thread.c --- dlls/ntdll/thread.c 26 Jul 2006 14:01:20 - 1.66 +++ dlls/ntdll/thread.c 6 Aug 2006 01:15:43 - @@ -215,7 +215,7 @@ HANDLE thread_init(void) addr = (void *)0x7ffe; size =

Re: RFC: XEmbed Systray Patches

2006-08-09 Thread Mike Hearn
On 8/9/06, James Liggett <[EMAIL PROTECTED]> wrote: Actually, I don't think it has to do with synchronization--I think it has to do with window mapping. Ah awesome, good work! I know when I looked at this originally it seemed you could set a flag that told the embedder whether it was already ma

Re: wineconsole: command line option output / configurable default backend

2006-08-09 Thread Ekkehard Morgenstern
Alexandre Julliard wrote: Try to create the console window, it should fail if X is not available. Well, I'll look into that when I find time.

Re: oleaut32: Add tmarshal conformance test

2006-08-09 Thread Alexandre Julliard
Dan Hipschman <[EMAIL PROTECTED]> writes: > This adds a conformance test written by Rob Shearman. Pretty much all the > code in the four files beginning with "tmarshal" is his. All I did was make > some changes to the Makefiles to be able to test things with IDL components, > and I tweaked his s

Re: wineconsole: command line option output / default user backend

2006-08-09 Thread Ekkehard Morgenstern
Alexandre Julliard wrote: The usual way is to fix one bug at a time... If you are suggesting a complete rewrite you'll need to make a very convincing case that throwing away the existing code is preferable to fixing it. Well, WCMD allows only 2 arguments, for instance. IMNSHO the code is e

Re: wineconsole: command line option output / configurable default backend

2006-08-09 Thread Alexandre Julliard
Ekkehard Morgenstern <[EMAIL PROTECTED]> writes: > How should I check if the X Display is available? Try to create the console window, it should fail if X is not available. -- Alexandre Julliard [EMAIL PROTECTED]

Re: ntdll: make shared user data access work

2006-08-09 Thread Alexandre Julliard
Robert Reif <[EMAIL PROTECTED]> writes: > diff -p -u -r1.66 thread.c > --- dlls/ntdll/thread.c 26 Jul 2006 14:01:20 - 1.66 > +++ dlls/ntdll/thread.c 6 Aug 2006 01:15:43 - > @@ -215,7 +215,7 @@ HANDLE thread_init(void) > > addr = (void *)0x7ffe; > size = 0x1

Re: wineconsole: command line option output / configurable default backend

2006-08-09 Thread Ekkehard Morgenstern
Alexandre Julliard wrote: I don't think that's an improvement, please let's not add more obscure environment variables. You should try to use the user backend when the X display is available and fall back to curses otherwise. How should I check if the X Display is available? The DISPLAY e

Re: wineconsole: command line option output / default user backend

2006-08-09 Thread Alexandre Julliard
Ekkehard Morgenstern <[EMAIL PROTECTED]> writes: > I would also like to replace WCMD with a compatible, but much better > version, sometime. How would I go about that? Can I provide a patch > for a whole folder? The usual way is to fix one bug at a time... If you are suggesting a complete rewrite

Re: wineconsole: command line option output / configurable default backend

2006-08-09 Thread Alexandre Julliard
Ekkehard Morgenstern <[EMAIL PROTECTED]> writes: > This patch is akin to the previously posted; however, instead of making > the user backend > the default, I read an environment variable WINECONBACKEND to determine > the default. I don't think that's an improvement, please let's not add more o

Re: wineconsole: command line option output / configurable default backend

2006-08-09 Thread Ekkehard Morgenstern
You patch wrapped again. Please attach it to the e-mail instead. Vitaliy. Are you sure? It doesn't wrap in Mozilla Mail unless it crosses window borders. I've checked it multiple times and tried out different window sizes in the mail viewer. In the Mail config, I set the margin to 512 c

Re: wineconsole: command line option output / configurable default backend

2006-08-09 Thread Vitaliy Margolen
Wednesday, August 9, 2006, 2:33:17 AM, Ekkehard Morgenstern wrote: > This patch is akin to the previously posted; however, instead of making > the user backend > the default, I read an environment variable WINECONBACKEND to determine > the default. > If the value isn't set, "curses" will be the d

Re: riched20: new selection invalidation logic

2006-08-09 Thread Krzysztof Foltman
Vitaliy Margolen wrote: upset. Users will have their functioning installers and you will have your error reports. I will have my error reports? How exactly will I get them? Does average user (or Wine) send us err: error reports? If he/she usually had, this would be a non-issue, and asserts c

Re: riched20: new selection invalidation logic

2006-08-09 Thread Krzysztof Foltman
Vitaliy Margolen wrote: I don't see how that can be if users report crashes immediately when installer tries to show licence. Or when user tries to scroll text to the bottom so "Next" button will become enabled. It doesn't happen on my machine on installers I've tried (including the infamous

Re: wineconsole: command line option output / default user backend

2006-08-09 Thread Ekkehard Morgenstern
Alexandre Julliard wrote: Your mailer wrapped the patch, please resend it. How? Do you think it will work as an attachment? I'm using Mozilla Mail. Also please send separate changes as separate patches, OK and try to follow the coding conventions of the surrounding code. I will have