Version: 1.10.1 (using KDE 3.4.1 Level "a" , SUSE 9.3 UNSUPPORTED) Compiler: gcc version 3.3.5 20050117 (prerelease) (SUSE Linux) OS: Linux (i686) release 2.6.11.4-21.7-default Whenever I open a document on a remote location like fish:// or smb:// I am not able to save the document. I get the message "KBabel cannot find a corresponding plugin for the MIME type of file:" I did have a look into the source of KDE 3.5 and for me the reason is very obvious. KBabel does create a temporary file which does have a random name. After this it tries to detect the mimetype of this file which does not produce the wanted result and KBabel is not able to find the right plugin. Jens
I have send a patch to kbabel mailing list that fixes this.
I just committed the bugfix for this.