Bug 382079 - Kra files don't open anymore
Summary: Kra files don't open anymore
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: File formats (show other bugs)
Version: git master (please specify the git hash!)
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-06 21:38 UTC by wolthera
Modified: 2017-07-07 15:52 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
useless feedback. (16.11 KB, image/png)
2017-07-06 21:38 UTC, wolthera
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wolthera 2017-07-06 21:38:56 UTC
Created attachment 106476 [details]
useless feedback.

I am on KDE neon, and this might be related to KFramework or Qt dependancies doing weird things, the real reason I am reporting this is that the reasons window is completely and utterly useless in this case.

I cannot figure out which package it is, I cannot figure out what is causing it, there's no hint whatsoever.
Comment 1 wolthera 2017-07-06 22:22:52 UTC
Some more research: Ora files do load correctly. So do pngs, jpegs, etc.

Similarly, when I add to "KisImportExportManager::doImport" two debug statements around KisImportExportFilter::ConversionStatus status =
        filter->convert(m_document, &file, KisPropertiesConfigurationSP());

I get those debug statements, but when I add debug statements to KraImport::convert(), they don't show up.

If this is a dependancy bug, I am worried it's not a temporary one.
Comment 3 Raghavendra kamath 2017-07-07 15:52:42 UTC
Thanks for fixing this issue :)