Package: liferea Version: 1.10.2-1 Severity: normal Tags: patch Dear Maintainer,
liferea doesn't open an URL in an external browser even if "Open links in Liferea's window." is unset. Bug reported upstream here : http://sourceforge.net/p/liferea/bugs/1056/ A patch is in the same bug report here (and also in this bug report) : http://sourceforge.net/p/liferea/bugs/1056/#ca03 More or less an hack but this patch solve this bug. --- liferea-1.10.2.orig/src/ui/item_list_view.c +++ liferea-1.10.2/src/ui/item_list_view.c @@ -770,7 +770,7 @@ on_popup_launch_item_selected (void) gchar *link = item_make_link (item); if (link) { - itemview_launch_URL (link, TRUE /* launch in internal browser */); + itemview_launch_URL (link, FALSE /* launch in internal browser */); g_free (link); } else ui_show_error_box (_("This item has no link specified!")); Christian -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 3.10.13 (SMP w/8 CPU cores; PREEMPT) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages liferea depends on: ii dconf-gsettings-backend [gsettings-backend] 0.16.1-1 ii gir1.2-gtk-3.0 3.8.4-1 ii gir1.2-peas-1.0 1.8.1-1 ii libatk1.0-0 2.10.0-2 ii libc6 2.17-93 ii libcairo2 1.12.16-2 ii libgdk-pixbuf2.0-0 2.28.2-1 ii libgirepository-1.0-1 1.36.0-2+b1 ii libglib2.0-0 2.36.4-1 ii libgtk-3-0 3.8.4-1 ii libindicate5 0.6.92-1 ii libjson-glib-1.0-0 0.16.2-1 ii libnotify4 0.7.6-1 ii libpango-1.0-0 1.32.5-5+b1 ii libpeas-1.0-0 1.8.1-1 ii libsoup2.4-1 2.42.2-6 ii libsqlite3-0 3.8.0.2-1 ii libwebkitgtk-3.0-0 2.0.4-5 ii libxml2 2.9.1+dfsg1-3 ii libxslt1.1 1.1.28-2 ii liferea-data 1.10.2-1 ii python-gi 3.10.0-1 pn python:any <none> Versions of packages liferea recommends: ii dbus 1.6.14-1 ii dbus-x11 1.6.14-1 pn gir1.2-gnomekeyring-1.0 <none> ii gnome-icon-theme 3.8.3-1 pn gnome-keyring <none> pn steadyflow | kget <none> Versions of packages liferea suggests: pn network-manager <none> -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org