Summary: | "Use a different email client" copies the command entry from .dekstop file as it is | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Avi Shteiman <avi> |
Component: | kcm_componentchooser | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adaptee, andresbajotierra, montel |
Priority: | NOR | ||
Version First Reported In: | 4.9.3 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Avi Shteiman
2009-07-08 18:29:58 UTC
The component chooser is not setting the %U (nor any other parameter). It is only copying all the Command entry of the .desktop files that the "Open with" dialog shows. So if "firefox %U" is appearing, it is because that is the Command entry. May be some check could be added to convert %U to %u if that is the case... (for email client at least) Updating the title to reflect the discovery. Regards The real problem is this kcm should strip "thunderbird %U" (obtained from thunderbird.desktop) to "thunderbird". Copying it as it is will not work. Only the binary name itself is needed. I can not reproduce in last version. I think it's fixed. Reopen if you can reproduce it |