Bug#316188: gnome-control-center: gnome-font-viewer not considered for files in fonts:///

Sam Morris Sam Morris <sam@robots.org.uk>, 316188@bugs.debian.org
Wed, 29 Jun 2005 03:22:28 +0100


This is a multi-part MIME message sent by reportbug.

--===============1266857227==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: gnome-control-center
Version: 1:2.10.1-4
Severity: normal
Tags: patch

gnome-font-viewer.desktop needs a parameter for the Exec field so that
it's considered capable of opening files via gnome-vfs instead of just
directly from the file system. The attached patch fixes it, making it
possible to open files from fonts:///, etc, with gnome-vont-viewer,
instead of kfontview. :)

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages gnome-control-center depends on:
ii  capplets-data            1:2.10.1-4      configuration applets for GNOME 2 
ii  desktop-file-utils       0.10-1          Utilities for .desktop files
ii  gnome-desktop-data       2.10.1-2        Common files for GNOME 2 desktop a
ii  gnome-icon-theme         2.10.1-2        GNOME Desktop icon theme
ii  gnome-menus              2.10.2-1        an implementation of the freedeskt
ii  libart-2.0-2             2.3.17-1        Library of functions for 2D graphi
ii  libatk1.0-0              1.10.1-2        The ATK accessibility toolkit
ii  libaudiofile0            0.2.6-6         Open-source version of SGI's audio
ii  libbonobo2-0             2.8.1-2         Bonobo CORBA interfaces library
di  libbonoboui2-0           2.8.1-2         The Bonobo UI library
ii  libc6                    2.3.2.ds1-22    GNU C Library: Shared libraries an
ii  libesd-alsa0 [libesd0]   0.2.35-2        Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1           2.3.1-2         generic font configuration library
ii  libfreetype6             2.1.7-2.4       FreeType 2 font engine, shared lib
ii  libgconf2-4              2.10.0-2        GNOME configuration database syste
ii  libgcrypt11              1.2.0-11.1      LGPL Crypto library - runtime libr
ii  libglade2-0              1:2.5.1-2       library to load .glade files at ru
ii  libglib2.0-0             2.6.4-1         The GLib library of C routines
ii  libgnome-desktop-2       2.10.1-2        Utility library for loading .deskt
di  libgnome-keyring0        0.4.2-1         GNOME keyring services library
ii  libgnome-menu0           2.10.2-1        an implementation of the freedeskt
ii  libgnome2-0              2.10.0-3        The GNOME 2 library - runtime file
ii  libgnomecanvas2-0        2.10.2-2        A powerful object-oriented display
ii  libgnomeui-0             2.10.0-2        The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0           2.10.1-5        The GNOME virtual file-system libr
ii  libgnutls11              1.0.16-13.1     GNU TLS library - runtime library
ii  libgpg-error0            1.0-1           library for common error values an
ii  libgstreamer-plugins0.8- 0.8.8-2         Various GStreamer libraries and li
ii  libgstreamer0.8-0        0.8.10-1        Core GStreamer libraries, plugins,
ii  libgtk2.0-0              2.6.4-3         The GTK+ graphical user interface 
ii  libice6                  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libjpeg62                6b-10           The Independent JPEG Group's JPEG 
ii  libmetacity0             1:2.8.8-1       Common library of lightweight GTK2
ii  liborbit2                1:2.12.2-1      libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0            1.8.1-1         Layout and rendering of internatio
ii  libpopt0                 1.7-5           lib for parsing cmdline parameters
ii  libsm6                   4.3.0.dfsg.1-14 X Window System Session Management
ii  libstartup-notification0 0.8-1           library for program launch feedbac
ii  libtasn1-2               0.2.10-3        Manage ASN.1 structures (runtime)
ii  libx11-6                 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6                 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxft2                  2.1.7-1         FreeType-based font drawing librar
ii  libxklavier10            2.0-0.2         X Keyboard Extension high-level AP
ii  libxml2                  2.6.16-7        GNOME XML library
ii  libxrandr2               4.3.0.dfsg.1-14 X Window System Resize, Rotate and
ii  libxrender1              1:0.9.0-2       X Rendering Extension client libra
ii  xlibs                    4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g                   1:1.2.2-4       compression library - runtime

-- no debconf information

--===============1266857227==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="gnome-font-viewer-exec.diff"

--- debian/gnome-font-viewer.desktop.orig	2005-06-29 03:16:47.952381227 +0100
+++ debian/gnome-font-viewer.desktop	2005-06-29 03:19:25.956809947 +0100
@@ -3,7 +3,7 @@
 Name=GNOME Font Viewer
 Comment=The GNOME configuration tool
 Icon=gnome-settings-font
-Exec=gnome-font-viewer
+Exec=gnome-font-viewer %U
 Terminal=false
 Type=Application
 StartupNotify=true

--===============1266857227==--