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 575345 - Nautilus shows m3u file like previewable while putting mouse over it even when won't preview it
Nautilus shows m3u file like previewable while putting mouse over it even whe...
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
2.24.x
Other All
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-14 11:01 UTC by Pacho Ramos
Modified: 2009-03-20 07:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
Pantallazo-test.png (14.77 KB, image/png)
2009-03-14 11:01 UTC, Pacho Ramos
  Details
nautilus-less-playlist-preview.patch (1.03 KB, patch)
2009-03-19 15:53 UTC, Bastien Nocera
committed Details | Review

Description Pacho Ramos 2009-03-14 11:01:26 UTC
Please describe the problem:
Simply move mouse pointer over a m3u file, nautilus will show it like a previewable file but nothing will be previewed

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:
I think that nautilus shouldn't show m3u files like previewable when moving mouse pointer over it

Does this happen every time?
Yes

Other information:
Thanks
Comment 1 Pacho Ramos 2009-03-14 11:01:54 UTC
Created attachment 130645 [details]
Pantallazo-test.png

Nautilus showing M3U file like previewable
Comment 2 Cosimo Cecchi 2009-03-19 15:42:05 UTC
-> totem

We use totem-audio-preview, so this might be a totem bug.
Comment 3 Bastien Nocera 2009-03-19 15:52:31 UTC
-> nautilus

The list of mime-types to use is in src/file-manager/nautilus-audio-mime-types.h
Comment 4 Bastien Nocera 2009-03-19 15:53:20 UTC
Created attachment 130977 [details] [review]
nautilus-less-playlist-preview.patch

Updated from totem trunk.
Comment 5 Cosimo Cecchi 2009-03-19 15:57:28 UTC
Committed to trunk, thanks for the patch.

2009-03-19  Cosimo Cecchi  <cosimoc@gnome.org>

	* src/file-manager/nautilus-audio-mime-types.h:
	Update mime types handled by totem-audio-preview.
	Patch by Bastien Nocera (#575345).
Comment 6 Pacho Ramos 2009-03-20 07:45:48 UTC
Thanks a lot for the fast fix