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 541144 - Nautilus does not thumbnail .flv files when shared-mime-info 0.30 or 0.40 is installed
Nautilus does not thumbnail .flv files when shared-mime-info 0.30 or 0.40 is ...
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Thumbnailer
2.22.x
Other All
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2008-07-01 22:06 UTC by David
Modified: 2008-07-01 22:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description David 2008-07-01 22:06:18 UTC
Please describe the problem:
The same bug has been reported for shared-mime-info 0.30 on debian (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486468)

What I have found is that .flv files have the mime type video/x-flv when shared-mime-info 0.30 or 0.40 is installed but there is no equivalent gnome thumbnailer - gconf-editor lists application/x-flash-video and video/flv under desktop/gnome/thumbnailers.

Fixed the problem here by installing a new thumbnailer schema for video/x-flv:

<gconfschemafile>
    <schemalist>

        <schema>
            <key>/schemas/desktop/gnome/thumbnailers/video@x-flv/enable</key>
            <applyto>/desktop/gnome/thumbnailers/video@x-flv/enable</applyto>
            <owner></owner>
            <type>bool</type>
            <default>true</default>
            <locale name="C">
                <short></short>
                <long></long>
            </locale>
        </schema>


        <schema>
            <key>/schemas/desktop/gnome/thumbnailers/video@x-flv/command</key>
            <applyto>/desktop/gnome/thumbnailers/video@x-flv/command</applyto>
            <owner></owner>
            <type>string</type>
            <default>/usr/bin/totem-video-thumbnailer -s %s %u %o</default>
            <locale name="C">
                <short></short>
                <long></long>
            </locale>
        </schema>

    </schemalist>
</gconfschemafile>

Steps to reproduce:
1. Clean out ~/.thumbnails
2. Navigate to a directory containing .flv files with nautilus


Actual results:
The .flv files are not thumbnailed but are assigned a text file icon

Expected results:
Thumbnails should be generated for the .flv files, which is what happened with shared-mime-info 0.23 installed.

Does this happen every time?
Yes

Other information:
Comment 1 A. Walton 2008-07-01 22:37:12 UTC
Moving to Totem, since it would be more appropriate for Totem to install this schema than Nautilus.
Comment 2 Bastien Nocera 2008-07-01 22:40:31 UTC
Already fixed in 2.23.4.

2008-05-26  Bastien Nocera  <hadess@hadess.net>

        * data/mime-type-list.txt: Add video/x-flv as a support mime-type