Bug 359448

Summary: Save as other filename fails
Product: [Applications] parley Reporter: kdebugs
Component: generalAssignee: parley bug tracker <parley-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: major CC: dimkard
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description kdebugs 2016-02-15 21:07:19 UTC
steps to reproduce:
1. open some collection
2. select file -> save as
3. enter some other filename (no matter if "as csv" or "as KDE voc document" is selected)
4. error message (the file is not saved as requested)
    "Writing file "ORIGINALNAME.kvtml" resulted in an error: Unknown file type.

parley's debug output is (es.kvtml is the original filename, somethingelse.* is what I tried to save it as)
"Cannot write to file file:///tmp/5lwTPp/somethingelse.kvtml"
SaveAs failed for  "es.kvtml"  
why  "File is not writeable."
"Cannot write to file file:///tmp/5lwTPp/somethingelse.csv"
SaveAs failed for  "es.kvtml"  
why  "File is not writeable."



Reproducible: Always




Note: I'm using mate (gnome 2 fork),  just in case it has something to do with the file selector. Parley uses the file selector dialog provided by mate (or gtk or whatever. Not the kde one in any case :) )
Comment 1 Dimitris Kardarakos 2016-02-19 09:53:23 UTC

*** This bug has been marked as a duplicate of bug 356233 ***
Comment 2 Dimitris Kardarakos 2016-02-19 09:58:24 UTC
Hi,

I have also tested the exact steps you mentioned with libkeduvocdocument and parley compiled from latest sources and issue does not exist anymore.

Thanks,

Dimitris