Re: Command-Q and third party window managers
Re: Command-Q and third party window managers
- Subject: Re: Command-Q and third party window managers
- From: Jeremy Huddleston <email@hidden>
- Date: Thu, 28 May 2009 15:43:30 -0700
Hmm... possibly... essentially what happens is:
You press command-q
We then check a 'can_quit' flag to determine if we have open windows:
if (can_quit || [X11App prefs_get_boolean:@PREFS_NO_QUIT_ALERT
default:NO])
return NSTerminateNow;
can_quit is initialized to true in QuartzInitInput() and is modified
through the AppleWM protocol extension.
quartz-wm manages setting it to true or false based on the number of
open windows. This logic can probably be changed to
initialize can_quit to false
when quartz-wm starts, have it set can_quit to true
Can you please file a bug report for this at http://xquartz.macosforge.org
Thanks,
Jeremy
On May 28, 2009, at 14:53, Ken Preslan wrote:
Hi,
When I'm using QuartzWM and hit Command-Q, a nice window pops up
asking
me if I'm sure I want to quit X11. When I'm using another window
manager (fvwm) and accidentally hit Command-Q, all 20 of my X11
windows
disappear and I end up swearing very loudly.
Is there a way to get that pop-up to appear for other window managers?
Thanks!
--
Ken Preslan <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden