Skip to content
Snippets Groups Projects
Commit 3cb1f615 authored by azubieta's avatar azubieta
Browse files

Merge branch 'development' into 'master'

Ensure temporary icon files are extracted on /tmp

See merge request azubieta/plasma-appimage-integration!12
parents 70fa2261 ed4a0743
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ void TargetDataLoader::loadApplicationName(OrgAppimageServices1InspectorInterfac
}
void TargetDataLoader::loadApplicationIcon(OrgAppimageServices1InspectorInterface* inspectorInterface) {
QTemporaryFile temporaryIconFile("XXXXXX");
QTemporaryFile temporaryIconFile;
if (temporaryIconFile.open()) {
auto reply = inspectorInterface->extractApplicationIcon(target, temporaryIconFile.fileName());
if (reply.isError())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment