Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
azubieta
plasma-appimage-integration
Commits
ed4a0743
Verified
Commit
ed4a0743
authored
Aug 15, 2019
by
azubieta
Browse files
Ensure temporary icon files are extracted on /tmp
parent
b75813b8
Pipeline
#703
passed with stage
in 15 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bin/TargetDataLoader.cpp
View file @
ed4a0743
...
...
@@ -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
())
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment