qtui: Set desktop file name
authorJan Alexander Steffens (heftig) <jan.steffens@gmail.com>
Fri, 22 Mar 2019 21:37:22 +0000 (22:37 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 4 Aug 2019 19:21:23 +0000 (21:21 +0200)
commit65f099cba1e42e6acb0f64cb6327083a26f10f34
treeea8eabcd7e49608b756706975cb7a0bfbcb734ea
parentf5e769ff450b592bc645473e11f9258aec241f0e
qtui: Set desktop file name

The XCB platform plugin defaults the WM class to the executable name,
which already matches our desktop file name. Unfortunately, the Wayland
platform plugin prepends the inverted organization domain, resulting in
an app ID of "org.quassel-irc.quasselclient", thus breaking the
association.

Set the desktop file name explicitly so the Wayland platform doesn't get
confused.
src/main/monoapplication.cpp
src/qtui/qtuiapplication.cpp