Re: PATCH - implement LockWorkStation using xdg-screensaver on Linux

2007-06-21 Thread Detlef Riekenberg
On Di, 2007-06-19 at 22:55 +0200, Alexandre Julliard wrote: > No, it should lock the virtual desktop (with a fancy screensaver and > all ;-). That stuff really belongs in explorer though, not in > wineboot. Yes Please. I already punched Stefan for this, but without Success (He is to Busy ..) I

RE: PATCH - implement LockWorkStation using xdg-screensaver on Linux

2007-06-20 Thread Rolf Kalbermatter
Steven Edwards [mailto:[EMAIL PROTECTED] wrote: >On 6/19/07, Alexandre Julliard <[EMAIL PROTECTED]> wrote: >> No, it should lock the virtual desktop (with a fancy screensaver and >> all ;-). That stuff really belongs in explorer though, not in >> wineboot. > >Don't tempt me =) If I recall Scr's

Re: PATCH - implement LockWorkStation using xdg-screensaver on Linux

2007-06-19 Thread Steven Edwards
On 6/19/07, Alexandre Julliard <[EMAIL PROTECTED]> wrote: No, it should lock the virtual desktop (with a fancy screensaver and all ;-). That stuff really belongs in explorer though, not in wineboot. Don't tempt me =) If I recall Scr's are just exe's anyway so we could create our own dummy one

Re: PATCH - implement LockWorkStation using xdg-screensaver on Linux

2007-06-19 Thread Alexandre Julliard
"Steven Edwards" <[EMAIL PROTECTED]> writes: > I'll check this as well. I did not even think about the virtual > desktop window case. I'll look in to this a bit. Perhaps we should pop > up a message box or something for that case to warn the user. No, it should lock the virtual desktop (with a fa

Re: PATCH - implement LockWorkStation using xdg-screensaver on Linux

2007-06-19 Thread Steven Edwards
On 6/19/07, Hans Leidekker <[EMAIL PROTECTED]> wrote: It's your idea so you should get the credit. I was just helping out with the implementation. Your code, your copyright =) There will allways be Linux distributions that don't install the xdg tools by default, and it's not inconceivable tha

Re: PATCH - implement LockWorkStation using xdg-screensaver on Linux

2007-06-19 Thread Hans Leidekker
On Tuesday 19 June 2007 20:08:50 Steven Edwards wrote: > Patch by Hans Leidekker It's your idea so you should get the credit. I was just helping out with the implementation. > This could be expanded for other platforms that use xdg stuff by > changing the #ifdef. I added the #ifdef to also deal

Re: PATCH - implement LockWorkStation using xdg-screensaver

2007-05-12 Thread Steven Edwards
Hi Hans, On 5/12/07, Hans Leidekker <[EMAIL PROTECTED]> wrote: How about the following patch? I added an option --lock to wineboot which does an execvp using the Unix search path. LockWorkStation then calls CreateProcess on "wineboot --lock", analogous to what ExitWindowsEx does. Thanks a lot.

Re: PATCH - implement LockWorkStation using xdg-screensaver

2007-05-12 Thread Steven Edwards
Hi Hans, On 5/12/07, Hans Leidekker <[EMAIL PROTECTED]> wrote: How about the following patch? I added an option --lock to wineboot which does an execvp using the Unix search path. LockWorkStation then calls CreateProcess on "wineboot --lock", analogous to what ExitWindowsEx does. When running i

Re: PATCH - implement LockWorkStation using xdg-screensaver

2007-05-12 Thread Stefan Dösinger
Am Samstag 12 Mai 2007 12:13 schrieb Steven Edwards: > Hi, > This patch was an attempt to implemented LockWorkStation using > xdg-screensaver. It works for my simple test app that calls the > function but my real world application Process Explorer ends up > hanging now rather than crashing and stil

Re: PATCH - implement LockWorkStation using xdg-screensaver

2007-05-12 Thread Marcus Meissner
On Sat, May 12, 2007 at 06:13:42AM -0400, Steven Edwards wrote: > Hi, > This patch was an attempt to implemented LockWorkStation using > xdg-screensaver. It works for my simple test app that calls the > function but my real world application Process Explorer ends up > hanging now rather than crashi