On 6/11/06, Joshua Rodman <[EMAIL PROTECTED]> wrote:
Package: liferea Followup-For: Bug #364084 Version: 1.0.10-1 X-Spam-Status: No, hits=-1.4 required=4.0 tests=BAYES_00,NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2005_01_02*** Please type your report below this line *** The liferea launch script contains the following text: if [ -z $DBUS_SESSION_BUS_ADDRESS ]; then eval `dbus-launch` export DBUS_SESSION_BUS_ADDRESS fi [...] echo 'Neither Mozilla nor Firefox is available...' eval `dbus-launch` export DBUS_SESSION_BUS_ADDRESS exec "$dist_bin/liferea-bin" $params Leaving aside that firefox is installed _and_ that I have configured liferea not to use the mozilla renderer, nor mozilla/firefox as an external browser (making this message unnecessary and bothersome), this results in dbus-launch being run twice. Further, in some manner I do not quite understand, the dbus sessions last forever and do not exit on liferea exit. The next run of liferea adds two more dbus-daemon processes to the pile.
I removed the confusing output from the starter script upstream. Isn't really necessary and often lying. What's meant is of course that there is no rendering library support by any installed Mozilla-based browser. The double "dbus_launch" is a problem of the Debian package. I don't know of a problem with dbus-daemon running after program termination. Are you sure that the last Liferea instance is really gone. No hanging liferea-bin processes? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

