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 680046 - 'busy' mouse pointer is used when opening an audio file in an existing instance of Totem
'busy' mouse pointer is used when opening an audio file in an existing instan...
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
3.4.x
Other Linux
: Normal minor
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-07-16 18:49 UTC by Sam Morris
Modified: 2012-10-10 14:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sam Morris 2012-07-16 18:49:29 UTC
1. ensure totem is not running
2. double-click an mp3 file
3. the 'busy' mouse pointer appears
4. totem opens
5. the 'busy' mouse pointer goes away
6. double-cliek another mp3 file
7. the 'busy' mouse pointer appears
8. totem plays the new file

The 'busy' mouse pointer stays around for ~14 seconds. IMO it shouldn't appear at all since Totem is already running.
Comment 1 William Jon McCann 2012-08-01 15:37:55 UTC

*** This bug has been marked as a duplicate of bug 674816 ***
Comment 2 Bastien Nocera 2012-08-01 16:25:52 UTC
Pretty sure that this is a GNOME bug.
Comment 3 Bastien Nocera 2012-08-01 16:32:41 UTC
s/GNOME/Totem/
not enough sleep.
Comment 4 Bastien Nocera 2012-10-10 14:41:09 UTC
commit bc6774912de50fbf52a0d10a997ae169c79e65df
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 10 16:37:36 2012 +0200

    main: Fix spinning cursor when launched through nautilus
    
    As in nautilus' bug 664147, DESKTOP_STARTUP_ID was being reset
    by a call to _gdk_x11_display_make_default() as we were opening
    the display in the secondary instance, which we didn't need.
    
    See also:
    http://git.gnome.org/browse/nautilus/commit/?h=gnome-3-6&id=629c9bc27ae8f43df35943e25e78c0d5bd39cfae
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680046