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
Kdenlive
Commits
09d696b9
Commit
09d696b9
authored
Oct 14, 2017
by
Andrius Štikonas
Browse files
Set a proper desktop file name to fix an icon under Wayland.
parent
181e5dd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
09d696b9
...
...
@@ -65,6 +65,7 @@ int main(int argc, char *argv[])
QApplication
app
(
argc
,
argv
);
app
.
setApplicationName
(
QStringLiteral
(
"kdenlive"
));
app
.
setOrganizationDomain
(
QStringLiteral
(
"kde.org"
));
app
.
setDesktopFileName
(
QStringLiteral
(
"org.kde.kdenlive"
));
app
.
setWindowIcon
(
QIcon
(
QStringLiteral
(
":/pics/kdenlive.png"
)));
KLocalizedString
::
setApplicationDomain
(
"kdenlive"
);
KSharedConfigPtr
config
=
KSharedConfig
::
openConfig
();
...
...
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