Your message dated Wed, 24 Oct 2012 12:32:51 +0100
with message-id <[email protected]>
and subject line Re: Bug#555536: [nautilus] no svgz thumbnail preview
has caused the Debian Bug report #555536,
regarding [nautilus] no svgz thumbnail preview
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
555536: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555536
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nautilus
Version: 2.28.1-1
Severity: normal
Tags: patch

--- Please enter the report below this line. ---

I don't think this has ever worked though similar bug reports claim the problem is fixed.
The bug is best described there:
https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/257713
As the user states opening the svgz in eog successfully generates the
thumbnail, to that I would add that browsing the directory using KDE's
konqueror/dolphin also generates proper thumbs for nautilus.

librsvg2-2 can't be the problem as the above bug resolution claims, b/c it's built properly in Debian:
https://bugzilla.gnome.org/show_bug.cgi?id=450209
https://bugzilla.gnome.org/show_bug.cgi?id=536414

I can work around this bug by specifying my own thumbnailer ala:
http://library.gnome.org/devel/integration-guide/stable/thumbnailer.html.en

gconftool --install-schema-file=svgz-thumbnailer.schemas
rm -r .thumbnails/fail/gnome-thumbnail-factory/*
pkill nautilus  # this may not be necessary

Note: the schema (attached) depends on rsvg-convert found in librsvg2-bin

This does the trick, but if it's supposedly working in other distros then why can't we have svgz thumbs working by default in Debian? I'd rather not have to
install this schema and librsvg2-bin on all my machines.

Any assistance would be greatly appreciated.

Thanks!
bardia

--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.31-rc9-madhouse

Debian Release: squeeze/sid
500 unstable www.debian-multimedia.org
500 unstable debian.osuosl.org
500 experimental www.debian-multimedia.org
1 experimental debian.osuosl.org

--- Package information. ---
Depends (Version) | Installed
=======================================-+-=============
libatk1.0-0 (>= 1.20.0) | 1.28.0-1
libbeagle1 (>= 0.3.9) | 0.3.9-1
libc6 (>= 2.7) | 2.10.1-6
libcairo2 (>= 1.2.4) | 1.8.8-2
libdbus-glib-1-2 (>= 0.78) | 0.82-2
libexempi3 (>= 2.1.0) | 2.1.1-1
libexif12 | 0.6.18-1
libgail18 (>= 1.18.0) | 2.18.3-1
libgconf2-4 (>= 2.27.0) | 2.28.0-1
libglib2.0-0 (>= 2.22.0) | 2.22.2-2
libgnome-desktop-2-11 | 2.28.1-1
libgtk2.0-0 (>= 2.18.0) | 2.18.3-1
libice6 (>= 1:1.0.0) | 2:1.0.5-1
libnautilus-extension1 (>= 2.26.2) | 2.28.1-1
libpango1.0-0 (>= 1.20.0) | 1.26.0-1
libselinux1 (>= 1.32) | 2.0.88-1
libsm6 | 2:1.1.1-1
libtrackerclient0 (>= 0.6.2) | 0.6.95-3
libunique-1.0-0 (>= 1.0.0) | 1.1.2-2
libx11-6 | 2:1.2.2-1
libxml2 (>= 2.7.4) | 2.7.6.dfsg-1
libxrender1 | 1:0.9.4-2
nautilus-data (>= 2.28) | 2.28.1-1
nautilus-data (<< 2.29) | 2.28.1-1
shared-mime-info (>= 0.50) | 0.70-1
desktop-file-utils (>= 0.7) | 0.15-2
gvfs (>= 1.3.2) | 1.4.1-2
libglib2.0-data | 2.22.2-2


Recommends (Version) | Installed
=================================-+-===========
desktop-base (>= 0.2) | 5.0.5
eject | 2.1.5+deb1+cvs20081104-7
nautilus-cd-burner |
OR brasero (>= 2.26) | 2.28.2-1
librsvg2-common | 2.26.0-1
synaptic | 0.63
app-install-data |
gvfs-backends | 1.4.1-2
consolekit | 0.3.1-2


Suggests (Version) | Installed
============================-+-===========
eog | 2.28.1-1
evince | 2.28.1-1
OR pdf-viewer |
totem | 2.28.2-3
OR mp3-decoder |
xdg-user-dirs |
tracker |
<gconfschemafile>
    <schemalist>

        <schema>
            
<key>/schemas/desktop/gnome/thumbnailers/image@svg@xml-compressed/enable</key>
            
<applyto>/desktop/gnome/thumbnailers/image@svg@xml-compressed/enable</applyto>
            <owner>thumbnailer</owner>
            <type>bool</type>
            <default>true</default>
            <locale name="C">
                <short>Enable thumbnailing of image/svg+xml-compressed 
files</short>
                <long>Enable thumbnailing of image/svg+xml-compressed 
files</long>
            </locale>
        </schema>

        <schema>
            
<key>/schemas/desktop/gnome/thumbnailers/image@svg@xml-compressed/command</key>
            
<applyto>/desktop/gnome/thumbnailers/image@svg@xml-compressed/command</applyto>
            <owner>thumbnailer</owner>
            <type>string</type>
            <default>/usr/bin/rsvg-convert -w %s -h %s -o %o -a %i</default>
            <locale name="C">
                    <short>Command that creates a thumbnail</short>
                    <long>Command that creates a thumbnail (%o) for a filename 
(%i)</long>
            </locale>
        </schema>


    </schemalist>
</gconfschemafile>

--- End Message ---
--- Begin Message ---
Version: 3.6.1-2

On Tue, 10 Nov 2009 at 00:37:02 -0800, bardia fallah behabadi wrote:
> This does the trick, but if it's supposedly working in other distros
> then why
> can't we have svgz thumbs working by default in Debian?  I'd rather
> not have to
> install this schema and librsvg2-bin on all my machines.

This appears to be fixed in experimental: gnome-desktop3 3.5.91 fixed a
bug in thumbnailing .svgz files. I realise that's no help for wheezy.

    S

--- End Message ---

Reply via email to