Bug 365922

Summary: Files are saved with extra period before the extension.
Product: [Applications] krita Reporter: Aniruddha Hardikar <aniruddha.har>
Component: GeneralAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: minor CC: griffinvalley
Priority: NOR    
Version First Reported In: 3.0   
Target Milestone: ---   
Platform: Mint (Debian based)   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Aniruddha Hardikar 2016-07-21 07:40:50 UTC
When files are exported or saved without explicitly typing the whole name (with extension) then krita adds an extra period (".") in the file name. 

Simply put, Krita will save a file as "Filename..xyz" instead of "filename.xyz" if you skip typing in the extension in the save/export dialog. Typing the whole name like "filename.xyz" works around this behaviour. This happens irrespective of file type, and in both Saving and Exporting files.

Reproducible: Always

Steps to Reproduce:
1. Open any krita document or create new.
2. Save/export the document, without typing in an extension in the save/export dialog.
3. Observe file name.

Actual Results:  
An extra period (".")  is added to the filename ("Filename..xyz")

Expected Results:  
Filename should be saved in its proper format ("Filename.xyz")

Texted and confirmed on Linux Mint 18 Cinnamon 64 Bit and Windows 8.1 Pro 64bit, both running Krita 3.0
Comment 1 wolthera 2016-07-21 10:32:48 UTC
This is already fixed in the test-builds.

http://files.kde.org/krita/3/linux/devbuilds/krita-3.0.1-Alpha-70bb9ca-x86_64.appimage.mirrorlist
Comment 2 Aniruddha Hardikar 2016-07-21 14:01:33 UTC
Good to know, Thanks! :)