Package: liferea Version: 1.6.2-1 Severity: normal liferea settings: Under tools->preferences->headlines->post bookmarks to->facebook under tools->preferences->browser->browser->GNOME Default browser
I tried to used 'bookmark link at Facebook', I noticed the status line said 'gnome-open ...' and it worked. 'apt-file search gnome-open' told me it was in libgnome2-0. I removed libgnome2-0 and then when I tried 'bookmark link at Facebook' again and the status line said 'browser command failed ...' This error comes from ./src/browser.c I looked in Debian/control and found no mention of libgnome2-0. I tried to rebuild the package with a modified debian/control Suggests line and it built. using 'grep -r gnome-open', I found this in ./src/ui/ui_prefs.c, ./src/conf.h and ./.pc/www-browser/src/ui/ui_prefs.c I looked in the BTS and upstream and found no bug reports related to this error or the dependency. I dont know how to correct this or a warning to issue or a fall-back policy but it needs some type of dependency on libgnome2-0. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Versions of packages liferea depends on: ii gconf2 2.28.0-1 GNOME configuration database syste ii libatk1.0-0 1.28.0-1 The ATK accessibility toolkit ii libc6 2.10.2-5 Embedded GNU C Library: Shared lib ii libcairo2 1.8.8-2 The Cairo 2D vector graphics libra ii libdbus-1-3 1.2.20-2 simple interprocess messaging syst ii libdbus-glib-1-2 0.84-1 simple interprocess messaging syst ii libgconf2-4 2.28.0-1 GNOME configuration database syste ii libglade2-0 1:2.6.4-1 library to load .glade files at ru ii libglib2.0-0 2.22.4-1 The GLib library of C routines ii libgtk2.0-0 2.18.6-1 The GTK+ graphical user interface ii libice6 2:1.0.6-1 X11 Inter-Client Exchange library ii liblua5.1-0 5.1.4-5 Simple, extensible, embeddable pro ii libnm-glib2 0.7.999-3 network management framework (GLib ii libnotify1 [libnotify1-g 0.4.5-1 sends desktop notifications to a n ii libpango1.0-0 1.26.2-1 Layout and rendering of internatio ii libsm6 2:1.1.1-1 X11 Session Management library ii libsoup2.4-1 2.29.6-1 an HTTP library implementation in ii libsqlite3-0 3.6.22-1 SQLite 3 shared library ii libwebkit-1.0-2 1.1.20-1 Web content engine library for Gtk ii libx11-6 2:1.3.3-1 X11 client-side library ii libxml2 2.7.6.dfsg-2+b1 GNOME XML library ii libxslt1.1 1.1.26-1+b1 XSLT processing library - runtime ii liferea-data 1.6.2-1 architecture independent data for Versions of packages liferea recommends: ii curl 7.19.7-1 Get a file from an HTTP, HTTPS or ii dbus 1.2.20-2 simple interprocess messaging syst ii dbus-x11 1.2.20-2 simple interprocess messaging syst ii wget 1.12-1.1 retrieves files from the web Versions of packages liferea suggests: ii network-manager 0.7.999-3 network management framework daemo -- no debconf information --===============2082167063== Content-Type: text/x-diff; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="liferea_1.6.2-1.1.patch" diff -u liferea-1.6.2/debian/changelog liferea-1.6.2/debian/changelog --- liferea-1.6.2/debian/changelog +++ liferea-1.6.2/debian/changelog @@ -1,3 +1,11 @@ +liferea (1.6.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control: modified 'Suggests' to add libgnome2-0 for gnome- + open support for facebook posting + + -- Kevin Mark <[email protected]> Thu, 11 Feb 2010 04:51:39 -0500 + liferea (1.6.2-1) unstable; urgency=low * New upstream release. Closes: #567529. diff -u liferea-1.6.2/debian/control liferea-1.6.2/debian/control --- liferea-1.6.2/debian/control +++ liferea-1.6.2/debian/control @@ -19,7 +19,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, liferea-data (= ${source:Version}) Recommends: dbus (>= 1.0.2-5), dbus-x11, wget | curl | gwget | kget -Suggests: network-manager +Suggests: network-manager, libgnome2-0 Conflicts: liferea-xulrunner, liferea-webkit, gwget (<< 1.0.2) Replaces: liferea-xulrunner, liferea-webkit, liferea-data (<< 1.4.26-4) Provides: liferea-xulrunner, liferea-webkit --===============2082167063==-- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

