Package: libgnomevfs2-common Version: 1:2.22.0-5 Severity: normal Tags: patch
*** Please type your report below this line *** I am using lenny with KDE. Because adept is missing in lenny, I use gnome-app-install. Unfortunately, I could not open any link in the package descriptions. After some investigations it turned out that the reason was that libgnomevfs2-common defaults to gnome-www-browser, which is not available when using lenny with the KDE desktop. This bug can be fixed by simply replacing all instances of gnome-www-browser in /usr/share/gconf/defaults/10_libgnomevfs2-common with sensible-browser (and running update-gconf-defaults afterwards). Please see the attached patch. -- System Information: Debian Release: 5.0.1 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores) Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libgnomevfs2-common depends on: ii gconf2 2.22.0-1 GNOME configuration database syste ii gnome-mime-data 2.18.0-1 base MIME and Application database ii shared-mime-info 0.30-2 FreeDesktop.org shared MIME databa libgnomevfs2-common recommends no packages. libgnomevfs2-common suggests no packages. -- no debconf information -- Ronny Standtke Fachhochschule Nordwestschweiz Dozent MedienpƤdagogik / ICT PƤdagogische Hochschule Telefon: +41 32 627 92 47 Obere Sternengasse 7 Mobil : +41 79 786 81 82 4502 Solothurn
--- 10_libgnomevfs2-common 2009-04-12 12:23:26.000000000 +0200 +++ 10_libgnomevfs2-common_patched 2009-04-12 12:24:54.000000000 +0200 @@ -1,3 +1,3 @@ -/desktop/gnome/url-handlers/http/command "gnome-www-browser %s" -/desktop/gnome/url-handlers/https/command "gnome-www-browser %s" +/desktop/gnome/url-handlers/http/command "sensible-browser %s" +/desktop/gnome/url-handlers/https/command "sensible-browser %s" /desktop/gnome/url-handlers/h323/command "ekiga -c %s"