On Wed, Jul 2, 2008 at 6:55 PM, Heikki Hokkanen <[EMAIL PROTECTED]> wrote: > Package: liferea > Version: 1.4.16b-0.1 > Severity: normal > > Hello, > > When external browser is set to Firefox and "Open link in" to "new > tab", Liferea seems > to open two tabs for every link clicked. This includes the actual item links > as > well as any links in the body of the items, feed link and so on. > > When "Open link in" is set to "Browser default" only one tab is opened. > > iceweasel version is 3.0~rc2-2.
This can be caused by the browser command returning an exit code != 0 despite launching the URL. In such a case Liferea tries to rerun the browser command again asynchronously. I think Liferea behaves correctly as the only way to know if the executed command did work is the exit code and relying on it is the only way. If you want to see what happens run with --debug-gui and there will be traces of the command launch. To further analyze this try to run the "failed" command manually and check the exit code. Best Regards, Lars -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

