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
KDE Portal for XDG Desktop
Commits
5efcb37b
Commit
5efcb37b
authored
Jan 17, 2022
by
Nicolas Fella
Browse files
Set desktop file name
parent
99347950
Pipeline
#124757
passed with stage
in 48 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/xdg-desktop-portal-kde.cpp
View file @
5efcb37b
...
...
@@ -26,6 +26,7 @@ int main(int argc, char *argv[])
a
.
setQuitOnLastWindowClosed
(
false
);
KAboutData
about
(
QStringLiteral
(
"xdg-desktop-portal-kde"
),
i18n
(
"Portal"
),
QStringLiteral
(
XDPK_VERSION_STRING
));
about
.
setDesktopFileName
(
QStringLiteral
(
"org.freedesktop.impl.portal.desktop.kde"
));
KAboutData
::
setApplicationData
(
about
);
QDBusConnection
sessionBus
=
QDBusConnection
::
sessionBus
();
...
...
Nicolas Fella
@nicolasfella
mentioned in commit
87e9ed1a
·
Jan 17, 2022
mentioned in commit
87e9ed1a
mentioned in commit 87e9ed1ad8aca7e01f3e55a3a031598b1bf8f288
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