diff options
author | Havoc Pennington <hp@pobox.com> | 2002-03-10 15:48:38 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-03-10 15:48:38 +0000 |
commit | 447eba6007aa221ec18a2c76569cf792bfe24009 (patch) | |
tree | 7b86433cbf99976a7b093c0b84e11ac030433b18 /src/run-metacity.sh | |
parent | 5e8ceda7e79bc0218df0364e34f303d298887b24 (diff) | |
download | metacity-447eba6007aa221ec18a2c76569cf792bfe24009.tar.gz metacity-447eba6007aa221ec18a2c76569cf792bfe24009.tar.bz2 |
we didn't claim to support _NET_ACTIVE_WINDOW so gtk_window_present()
2002-03-10 Havoc Pennington <hp@pobox.com>
* src/screen.c (set_supported_hint): we didn't claim to support
_NET_ACTIVE_WINDOW so gtk_window_present() didn't work. Mumble.
Only worked with tasklist because libwnck didn't check for
WM support.
* src/window.c (meta_window_free): clean off window state
when windows are withdrawn, to avoid sticking dialogs
to their initial desktop.
(meta_window_queue_calc_showing): return if window is withdrawn
Diffstat (limited to 'src/run-metacity.sh')
-rwxr-xr-x | src/run-metacity.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run-metacity.sh b/src/run-metacity.sh index 1e842e3..474139c 100755 --- a/src/run-metacity.sh +++ b/src/run-metacity.sh @@ -75,5 +75,5 @@ if test -z "$ONLY_WM"; then fi if test -z "$ONLY_SETUP"; then - METACITY_DEBUG_BUTTON_GRABS=1 METACITY_DISPLAY=$CLIENT_DISPLAY exec libtool --mode=execute $DEBUG ./metacity $OPTIONS + METACITY_VERBOSE=1 METACITY_DEBUG=1 METACITY_USE_LOGFILE=1 METACITY_DEBUG_BUTTON_GRABS=1 METACITY_DISPLAY=$CLIENT_DISPLAY exec libtool --mode=execute $DEBUG ./metacity $OPTIONS fi |