without StartupWMClass=monero-wallet-gui gnome-shell users can not add the applications to their favorites

This commit is contained in:
Tobias Strauß 2021-04-09 09:59:35 +02:00
parent 816eeb4647
commit 990e92ba00

View file

@ -105,6 +105,7 @@ QString xdgMime(){
"StartupNotify=true\n"
"X-GNOME-Bugzilla-Bugzilla=GNOME\n"
"X-GNOME-UsesNotifications=true\n"
"StartupWMClass=monero-wallet-gui\n"
).arg(QCoreApplication::applicationFilePath());
}