After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 742908 - Clicking twice on app list messes up overview (race condition)
Clicking twice on app list messes up overview (race condition)
Status: RESOLVED DUPLICATE of bug 774381
Product: gnome-shell
Classification: Core
Component: overview
3.22.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2015-01-14 11:45 UTC by Kamil Páral
Modified: 2017-07-17 14:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
overview messed up (260.16 KB, image/png)
2015-01-14 11:45 UTC, Kamil Páral
Details
bug demonstration video (735.09 KB, video/webm)
2015-01-14 11:45 UTC, Kamil Páral
Details
Another screencast of the same bug (1.89 MB, video/webm)
2016-10-18 17:10 UTC, Ricardo Ramos
Details

Description Kamil Páral 2015-01-14 11:45:17 UTC
Created attachment 294512 [details]
overview messed up

See the attachment, this is what I'm able to reliably recreate. And this is how to do it:

1. open some window, e.g. nautilus 

2. restart gnome-shell with alt+f2 -> r. The bug only occurs the first time app icons are displayed (a race condition while loading the icons). Maybe it's a general issue, but I'm not fast enough once the icons are loaded.

3. open the overview

4. click on the app list icon (9 dot icon in dash) twice very fast. You can see you were successful if you see app list, but there are no "frequent" and "all" buttons at the bottom

5. close the overview

6. open the overview. voila, you screen is messed up, both views in overview are blended together. both are actionable.

7. get rid of the problem by showing the app list and closing it once again

gnome-shell-3.14.3-1.fc21.x86_64
Comment 1 Kamil Páral 2015-01-14 11:45:33 UTC
Created attachment 294513 [details]
bug demonstration video
Comment 2 Kamil Páral 2015-01-15 12:43:01 UTC
This might be possible to trigger only in a VM, when effects are disabled. I have not succeeded in reproducing this on bare metal, where there is that flying icons animation.
Comment 3 Florian Müllner 2015-01-15 12:54:41 UTC
(In reply to comment #2)
> This might be possible to trigger only in a VM, when effects are disabled.

You can manually disable animations on bare metal as well, by running

  Gtk.Settings.get_default().gtk_enable_animations = false

in looking glass (alt-f2 lg). However I haven't been successful in reproducing the race so far ...
Comment 4 Kamil Páral 2015-01-15 16:17:26 UTC
I tried disabling animations and I can't reproduce it on bare metal either. Maybe my PC is too fast.

But in VM I can reproduce every time. And I don't even need to be particularly fast, I can afford a 0.5 - 1 sec delay between the clicks, and I still trigger it.

Don't forget to restart gnome-shell every time you try it, it happens only on the first attempt after restart.
Comment 5 Kamil Páral 2016-10-14 12:10:50 UTC
Still happening:
https://bugzilla.redhat.com/show_bug.cgi?id=1384431
Comment 6 Ricardo Ramos 2016-10-18 15:53:24 UTC
This is something I reported in Fedora but I'm gonna talk about it here anyway: 

I noticed that when fedora (25 and earlier versions) boots for the first time using a live image without being installed, the activities overview overlay the applications overview.

At first I thought the issue was with the ESC key but then I realized that the issue is not with the ESC key but the "show applications" button, this can be reproduced only when fedora boots for the first time from a live image, I'm not sure if it's possible to reproduce after a fresh system installation, this is how I found the bug:

1. Press windows key or click on Activities at the left top corner.

2. Press once "show applications" button, you'll see all the applications pre-installed in the live image.

3. Press "show applications" button once again, you'll notice that the applications icons won't go away.

4. Without leaving there, open any of the apps on the dock, for example, open files.

5. Once files is open, go back to activities overview using windows key or click on "Activities" at the left top corner.

6. You'll see now the activities overview overlay the applications overview.

7. To fix the issue, you need to click on "show applications" button again to display what's behind (applications overview), after that everything should work as it should, but I'm not sure if this happens again in other sessions.
Comment 7 Ricardo Ramos 2016-10-18 17:10:43 UTC
Created attachment 337952 [details]
Another screencast of the same bug
Comment 8 xiaoguang wang 2016-11-20 08:34:41 UTC
I think this is same with https://bugzilla.gnome.org/show_bug.cgi?id=774381
Comment 9 Florian Müllner 2017-07-17 14:39:17 UTC
(In reply to xiaoguang wang from comment #8)
> I think this is same with https://bugzilla.gnome.org/show_bug.cgi?id=774381

Very likely, so closing.

*** This bug has been marked as a duplicate of bug 774381 ***