Bug 110981 - saving to remote locations impossible
Summary: saving to remote locations impossible
Status: RESOLVED FIXED
Alias: None
Product: kbabel
Classification: Miscellaneous
Component: general (show other bugs)
Version: 1.10.1
Platform: unspecified Linux
: NOR major
Target Milestone: ---
Assignee: Stanislav Visnovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-18 03:27 UTC by Jens Herden
Modified: 2005-09-08 17:53 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.