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
Multimedia
KMix
Commits
bec8b34b
Commit
bec8b34b
authored
May 20, 2021
by
Jonathan Marten
Browse files
MPRIS2: Fallback icon for Konqueror
parent
664e5ed3
Changes
1
Hide whitespace changes
Inline
Side-by-side
backends/mixer_mpris2.cpp
View file @
bec8b34b
...
...
@@ -381,7 +381,9 @@ static QString getIconNameFromPlayerId(const QString &id)
// Uses QtWebEngine which is based on Chromium, so as above...
if
(
id
.
startsWith
(
QLatin1String
(
"akregator"
)))
return
(
"akregator"
);
if
(
id
.
startsWith
(
QLatin1String
(
"konqueror"
)))
return
(
"konqueror"
);
qCDebug
(
KMIX_LOG
)
<<
"no desktop file or known icon for"
<<
id
;
return
(
QString
());
// no application known
}
...
...
Write
Preview
Markdown
is supported
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