Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 601361 Details for
Bug 844165
Review Request: mate-window-manager - Unobtrusive window manager
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
https://bugzilla.gnome.org/show_bug.cgi?id=598995
Dont-focus-ancestor-window-on-a-different-workspac.patch (text/plain), 1.46 KB, created by
Wolfgang Ulbrich
on 2012-07-30 23:48:07 UTC
(
hide
)
Description:
https://bugzilla.gnome.org/show_bug.cgi?id=598995
Filename:
MIME Type:
Creator:
Wolfgang Ulbrich
Created:
2012-07-30 23:48:07 UTC
Size:
1.46 KB
patch
obsolete
>From a17fb47e08257d09e1e795e8114b21b134b1f3c2 Mon Sep 17 00:00:00 2001 >From: Owen W. Taylor <otaylor@fishsoup.net> >Date: Mon, 19 Oct 2009 18:43:00 -0400 >Subject: [PATCH] Don't focus ancestor window on a different workspace > >When we are moving a window with a modal dialog to a different >workspace, meta_workspace_focus_default_window() can be called >with 'not_this_one' being the focused modal dialog. > >Since the ancestor of that window is also being moved, we must >not focus it as an alternative to the current window; this will >cause windows to be moved back and Metacity to get into an >inconsistent confused state. > >https://bugzilla.redhat.com/show_bug.cgi?id=237158 > >https://bugzilla.gnome.org/show_bug.cgi?id=598995 >--- > src/core/workspace.c | 5 ++++- > 1 files changed, 4 insertions(+), 1 deletions(-) > >diff --git a/src/core/workspace.c b/src/core/workspace.c >index a0170a6..92993a7 100644 >--- a/src/core/workspace.c >+++ b/src/core/workspace.c >@@ -969,7 +969,10 @@ focus_ancestor_or_mru_window (MetaWorkspace *workspace, > MetaWindow *ancestor; > ancestor = NULL; > meta_window_foreach_ancestor (not_this_one, record_ancestor, &ancestor); >- if (ancestor != NULL) >+ if (ancestor != NULL && >+ (ancestor->on_all_workspaces || >+ ancestor->workspace == workspace) && >+ meta_window_showing_on_its_workspace (ancestor)) > { > meta_topic (META_DEBUG_FOCUS, > "Focusing %s, ancestor of %s\n", >-- >1.6.5.rc2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 844165
:
601356
|
601357
|
601358
|
601359
|
601360
| 601361 |
601362
|
601363
|
601364
|
601365
|
601366
|
601367