Description of problem: KDE 3.5.6 supports -merge/-m switch finally. This merges calendar coming from mime/binding (like http) to Korganizer default calendar, but FC6 configuration lacks this setting and thus it opens a new calendar instead. File: /usr/share/applications/kde/korganizer.desktop has line: Exec=korganizer %U but it should be: Exec=korganizer -m %U Version-Release number of selected component (if applicable): kdepim-3.5.6-0.2.fc6 How reproducible: Always. Steps to Reproduce: Click (in konqueror for example): http://www.telkku.com/kalenteri.vcs?oid=18211975 Actual results: It opens a new window/tab with embedded browser and new fresh calendar. (which is useless) Expected results: It should merge it into korganizer user's default calendar. Additional info: I tried to add it using kcontrol mime type tool but after modfifying, it creates ~/.local/share/applications/kde/korganizer.desktop file with -m switch but for some reason the Korganizer entry disappears from 'Application preference order' box. Copying a /usr/share global file into ~/.local makes it visible again, but even it has the -m switch added, it doesn't work. It opens a new window/tab still, regardless what are the 'Embedding -> left click action' settings.
Fixed in currently supported versions (F7, F8)
Very nice, thank you :)