CVS migo: * support http redirections; update BBC headlines to work again

2002-08-01 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: migo02/08/01 14:37:22 Modified files: bin: ChangeLog fvwm-menu-headlines.in Log message: * support http redirections; update BBC headlines to work again -- Visit the official FVWM web page at

FVWM: Windows for java apps Don't Obey Placement

2002-08-01 Thread Reuben D. Budiardja
Hi, I have a rather annoying problem when running java apps. The windows that are produced by java apps don't obey my manual placement. For some of the apps, it always goes right to the top left corner of my virtual window, hiding even the handles and menu in the handles, make me cannot grab

Re: FVWM: Windows for java apps Don't Obey Placement

2002-08-01 Thread Dan Espen
Reuben D. Budiardja [EMAIL PROTECTED] writes: Hi, I have a rather annoying problem when running java apps. The windows that are produced by java apps don't obey my manual placement. For some of the apps, it always goes right to the top left corner of my virtual window, hiding even the

Re: FVWM: Windows for java apps Don't Obey Placement

2002-08-01 Thread Reuben D. Budiardja
I am using Java 1.4 SDK, and developing application using Java 1.4. I guess they didn't fix it correctly yet. Rdb On Thursday 01 August 2002 11:56 am, Dan Espen wrote: Reuben D. Budiardja [EMAIL PROTECTED] writes: Hi, I have a rather annoying problem when running java apps. The windows that

Re: FVWM: Windows for java apps Don't Obey Placement

2002-08-01 Thread Dominik Vogt
On Thu, Aug 01, 2002 at 09:19:49AM -0400, Reuben D. Budiardja wrote: Hi, I have a rather annoying problem when running java apps. The windows that are produced by java apps don't obey my manual placement. For some of the apps, it always goes right to the top left corner of my virtual

FVWM: Windows grabbing keystrokes

2002-08-01 Thread Andy Arbon
Hello, I've got Quake 3 installed and it completely takes control of all mouse an keyboard input while it's running, which is understandable most of the time. What I'd like to know is if there is a way I can set a keystroke to break out of Quake and back in to the normal desktop? I'm

Re: Fwd: Re: FVWM: Windows for java apps Don't Obey Placement

2002-08-01 Thread Gregg Dameron
One solution for the top left corner out of view problem is to use FvwmEvent bound to a configure_window event. The FvwmEvent's Cmd would be a function that targets AWTapp or VendorShell windows and moves them right or down if the window's x or y is less than a certain threshold (e.g., roughly

Re: FVWM: Windows grabbing keystrokes

2002-08-01 Thread Dominik Vogt
On Thu, Aug 01, 2002 at 05:48:36PM +0100, Andy Arbon wrote: Hello, I've got Quake 3 installed and it completely takes control of all mouse an keyboard input while it's running, which is understandable most of the time. What I'd like to know is if there is a way I can set a keystroke to

Re: FVWM: Windows for java apps Don't Obey Placement

2002-08-01 Thread Dan Espen
Reuben D. Budiardja [EMAIL PROTECTED] writes: I am using Java 1.4 SDK, and developing application using Java 1.4. I guess they didn't fix it correctly yet. This is bugid 4401846 on the Java bug database. Make sure you vote for this to get fixed. Rdb On Thursday 01 August 2002 11:56 am, Dan

Re: FVWM: Windows for java apps Don't Obey Placement

2002-08-01 Thread Bob Woodside
On Thu, 1 Aug 2002 12:17:05 -0400 Reuben D. Budiardja [EMAIL PROTECTED] wrote: I am using Java 1.4 SDK, and developing application using Java 1.4. I guess they didn't fix it correctly yet. RANT WHINE=max ASPECT=dour [EMAIL PROTECTED] They said, or at least implied, that they were

Re: FVWM: Windows grabbing keystrokes

2002-08-01 Thread Mikhael Goikhman
On 01 Aug 2002 19:19:18 +0200, Dominik Vogt wrote: On Thu, Aug 01, 2002 at 05:48:36PM +0100, Andy Arbon wrote: I've got Quake 3 installed and it completely takes control of all mouse an keyboard input while it's running, which is understandable most of the time. What I'd like to

Re: FVWM: Windows for java apps Don't Obey Placement

2002-08-01 Thread Reuben D. Budiardja
On Thursday 01 August 2002 01:53 pm, Bob Woodside wrote: We used to have some luck using an ugly hack that's still in the fvwm code. Try adding the following to your .fvwm2rc: BugOpts ModalityIsEvil True I voted for the bug. The solution suggested by Dominik requires the unstable

Re: FVWM: Windows for java apps Don't Obey Placement

2002-08-01 Thread Rob 'Feztaa' Park
Alas! Reuben D. Budiardja spake thus: On Thursday 01 August 2002 01:53 pm, Bob Woodside wrote: We used to have some luck using an ugly hack that's still in the fvwm code. Try adding the following to your .fvwm2rc: BugOpts ModalityIsEvil True I voted for the bug. The solution

Re: FVWM: Windows for java apps Don't Obey Placement

2002-08-01 Thread Andy Arbon
Reuben D. Budiardja wrote: On Thursday 01 August 2002 01:53 pm, Bob Woodside wrote: We used to have some luck using an ugly hack that's still in the fvwm code. Try adding the following to your .fvwm2rc: BugOpts ModalityIsEvil True I voted for the bug. The solution suggested by