[Bug 787277] Re: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle
I think I'm still getting this issue with Google Chrome on Ubuntu 11.10...see attached screenshot. Chrome was maximized, then dragged down and to the side to fill half the screen. ** Attachment added: "Google Chrome double window buttons.png" https://bugs.launchpad.net/unity/+bug/787277/+attachment/2561062/+files/Google%20Chrome%20double%20window%20buttons.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787277 Title: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle To manage notifications about this bug go to: https://bugs.launchpad.net/chromium-browser/+bug/787277/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 787277] Re: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle
** Changed in: unity Status: Confirmed => Fix Released ** Changed in: unity (Ubuntu) Status: Confirmed => Fix Released ** Changed in: chromium-browser (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787277 Title: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle To manage notifications about this bug go to: https://bugs.launchpad.net/chromium-browser/+bug/787277/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 787277] Re: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle
** Also affects: chromium-browser via http://code.google.com/p/chromium/issues/detail?id=75485 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787277 Title: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle To manage notifications about this bug go to: https://bugs.launchpad.net/chromium-browser/+bug/787277/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 787277] Re: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle
Hmm, actually there is a test script, so there is a good chance for the fix to be simple to make. ** Changed in: unity Milestone: 3.8.16 => alpha2 ** Changed in: unity Milestone: alpha2 => 3.8.18 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787277 Title: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/787277/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 787277] Re: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle
I ran into this bug as well, but didn't find this bug report upon filing it. I added a simply Python GTK (PyGTK) script to the duplicate bug which can be used to reproduce the issue for GTK applications: https://bugs.launchpad.net/unity/+bug/796630 To reproduce: 1) Maximize 2) Unmaximize -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787277 Title: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/787277/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 787277] Re: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle
SRU Test Case: 1) Open Chromium 2) Right click in the chrome area and uncheck "use system titlebar and borders" 3) Maximize it 4) Unmaximize it 5) Chromium should not have two decorations ALSO 1) Open Chromium 2) Maximize it 3) Right click in the chrome area and uncheck "use system titlebar and borders" - there should be a window offset bug here, that's a separate issue which will be looked into. BUT 4) Unmaximize it 5) Chromium should have a system decoration ** Branch linked: lp:~unity-team/unity/unity.fix_787277 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787277 Title: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 787277] Re: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle
** Changed in: unity (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787277 Title: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 787277] Re: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle
As discussed with Jason, this is a valid bug, I'll assign it to me for the next SRU. However, I'll be on study leave quite soon so I might not get to it on time ** Changed in: unity Assignee: (unassigned) => Sam "SmSpillaz" Spilsbury (smspillaz) ** Changed in: chromium-browser (Ubuntu) Assignee: (unassigned) => Sam "SmSpillaz" Spilsbury (smspillaz) ** Changed in: unity Milestone: None => 3.8.16 ** Changed in: unity Status: New => Confirmed ** Changed in: chromium-browser (Ubuntu) Status: New => Confirmed ** Changed in: unity Importance: Undecided => Medium ** Changed in: chromium-browser (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787277 Title: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 787277] Re: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle
Sorry, but I disagree, this isn't invalid and I'll explain why. I talked with Sam Spilsbury a bunch the other day in #compiz-dev and he agreed that this is a bug in Ubuntu's Unity. There is a separate Chrome bug that they've fixed, but the underlying problem, which is the same problem that 's affecting VMware Workstation and Player (which is why I'm filing this bug) is that Ubuntu Unity does not honor gtk_window_set_decorated(false), which sets _MOTIF_WM_HINTS to 0, when it goes through a maximize/unmaximize cycle. http://code.google.com/p/chromium/issues/detail?id=75485#c11 : "Only half of this bug is a problem in chrome. r83173 should take care of the display of our custom window buttons in fullscreen unity, and should opportunistically use some other unity features. The double titlebar reported by fta in @4 appears to be a unity bug and is tracked here: https://bugs.launchpad.net/ubuntu/+source/unity/+bug/711567"; Also https://bugs.launchpad.net/ubuntu/+source/unity/+bug/711567/comments/5 : "The second part (unity "forgets" when a window has set gtk_window_set_decorated()) looks like a problem in unity and attempts at working around it in chromium haven't been successful. (I tried calling gtk_window_set_decorated(FALSE) when in the confused state and unity didn't respond.)" So if you want to mark this a dupe of https://bugs.launchpad.net/ubuntu/+source/unity/+bug/711567 I guess that might make sense, but I think you're misunderstanding my bug to think it's invalid. ** Changed in: unity Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787277 Title: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 787277] Re: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle
As said on the upstream bug which you linked, its a Chromium bug and is being worked upon. Closing Unity bug task. ** Changed in: unity Status: New => Invalid ** Also affects: chromium-browser (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787277 Title: Undecorated windows have host decorations placed on them after maximize/unmaximize cycle -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs