New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Journal placed above Home after startup #769
Comments
|
also found in fedora soas f27 and f28 rawhide |
* installed 2018-02-14 `bionic-desktop-amd64.iso` bc4fb656f38cae355d00c8a1bb03bef3 in kvm, * installed `sucrose` package, * tested using `rdesktop` per development-environment.md, with a test account; defects were Browse fail to start (Debian #881879, fixed in v201.4), and mouse cursor bad shape (rdesktop specific), * tested using native session; defect was Ubuntu GNOME session started instead of Sugar session, workaround is to remove `gdm3` and use `lightdm`, so this is a `gdm3` specific problem, * in both tests, reproduced #769 (Journal placed above Home after startup).
* installed Fedora-Workstation-Live-x86_64-28-20180312.n.0.iso in virtualbox, * sudo dnf groupinstall sugar-desktop, * verified Sugar desktop does start normally, * reproduced several known problems, such as #769 (Journal placed above Home after startup).
|
Caused by upgrade of metacity from 3.24.0 to 3.25.2, git bisect shows first bad commit is unminimize windows with initial IconicState if first known on MapRequest ported from mutter. |
|
We should probably report it upstream with metacity to get details. |
Journal covers Home View on startup when Metacity is 3.25.1 or later,
isolated to Metacity 6875256 ("unminimize windows with initial
IconicState if first known on MapRequest").
Detect the window state event where ICONIFIED is cleared without any
action by the user. Repeat the iconify request.
Has side-effect of showing a Metacity iconify animation, but this is
better than not fixing it.
Fixes sugarlabs#769
Fixes sugarlabs/sugar-toolkit-gtk3#368
Tested on Fedora 18 and Ubuntu 16.04; does not trigger.
Tested on Ubuntu 18.04; does trigger.
|
Thanks, that would be great. I could not figure out where to report it upstream. |
|
@aperezbios, thanks. Banner blindness. https://gitlab.gnome.org/GNOME/metacity/issues/4 |
|
Fixed in GNOME/metacity@074af8f |
Journal covers Home View on startup when Metacity is 3.25.1 or later,
isolated to Metacity 6875256 ("unminimize windows with initial
IconicState if first known on MapRequest").
Detect the window state event where ICONIFIED is cleared without any
action by the user. Repeat the iconify request.
Has side-effect of showing a Metacity iconify animation, but this is
better than not fixing it.
Fixes #769
Fixes sugarlabs/sugar-toolkit-gtk3#368
Tested on Fedora 18 and Ubuntu 16.04; does not trigger.
Tested on Ubuntu 18.04; does trigger.
In previous versions, Sugar startup shows the home view, a busy cursor, asynchronously starts the journal, and then turns off the busy cursor leaving the home view available.
In Ubuntu 17.10 Artful, Sugar startup shows the home view, a busy cursor, but the journal window is created above the home window.
Related to sugarlabs/sugar-toolkit-gtk3#368
The text was updated successfully, but these errors were encountered: