Summary: | Bug report error - Could not find service kfmclient | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | GvLists <gvlists> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.9.10 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
GvLists
2009-02-14 01:36:28 UTC
BTW i do not use KDE desktop. Kmail is installed as an extra package in my Ubuntu GNOME system as I prefer kmail to evolution. This kfmclient is already fixed in kde 4.2.0 by dfaure: I just committed code to invokeBrowser (r896218) that implements the following logic: // This method should launch a webbrowser, preferrably without doing a mimetype // check first, like KRun (i.e. kde-open) would do. // In a KDE session, call kfmclient (which honours BrowserApplication) if present, // otherwise xdg-open, otherwise kde-open (which does a mimetype check first though). // Outside KDE, call xdg-open if present, otherwise fallback to the above logic. This fixes the "kfmclient not installed" problem as well as the "kde apps always launch konqueror even in gnome" problem. |