Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma SDK
Commits
f5349c30
Commit
f5349c30
authored
Jan 15, 2022
by
Nicolas Fella
Browse files
[plasmathemeexplorer] Set desktop file name
This fixes the window icon on Wayland
BUG: 410861
parent
d1e306f2
Pipeline
#124266
passed with stage
in 1 minute and 1 second
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
themeexplorer/src/main.cpp
View file @
f5349c30
...
...
@@ -29,6 +29,7 @@ int main(int argc, char **argv)
QApplication
app
(
argc
,
argv
);
app
.
setApplicationVersion
(
PROJECT_VERSION
);
app
.
setDesktopFileName
(
QStringLiteral
(
"org.kde.plasma.themeexplorer"
));
QCommandLineParser
parser
;
parser
.
addVersionOption
();
...
...
Nicolas Fella
@nicolasfella
mentioned in commit
a14d93df
·
Jan 16, 2022
mentioned in commit
a14d93df
mentioned in commit a14d93df71ddee97e49165aed0f0a9884d1dea1f
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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