Version: Revision 737448 (using KDE Devel) Installed from: Compiled sources OS: Linux On the "Edit Identity" dialog, if you choose to edit the file selected for the signature, it will open the default editor, but the filepath is wrong. Example: 1) select the file named "bar" on your home directory (/home/foo) 2) press "edit file" button -> the editor will try to open the file "/home/foo/file:///home/foo/bar" See the screenshot :-)
Created attachment 22091 [details] error on the edit identity edit
SVN commit 737562 by tmcguire: Use path() instead of url(), so QFileInfo::isRelative will do the correct thing. BUG: 152412 M +1 -1 signatureconfigurator.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=737562
Well done :-)