| Summary: | launch feedback missing for starting addressbook | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | Ferdinand Gassauer <gassauer> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ferdinand Gassauer
2002-11-06 08:35:11 UTC
I just checked: In KDE 3.0 the startup notification was shown.
But we simply start the address book with KRun::runCommand("kaddressbook");
and this hasn't changed since KDE 3.0 so it has probably been changed in KRun.
KRun::runCommand() has been fixed. You should however consider using one of the startServiceBy* methods, as runCommand() is just guessing and may possibly sometimes guess wrong. |