Bug 110981

Summary: saving to remote locations impossible
Product: kbabel Reporter: Jens Herden <jens>
Component: generalAssignee: Stanislav Visnovsky <visnovsky>
Status: RESOLVED FIXED    
Severity: major CC: nicolasg
Priority: NOR    
Version: 1.10.1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jens Herden 2005-08-18 03:27:02 UTC
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
Comment 1 Jens Herden 2005-08-31 09:08:05 UTC
I have send a patch to kbabel mailing list that fixes this.
Comment 2 Jens Herden 2005-09-08 17:53:11 UTC
I just committed the bugfix for this.