Merge pull request #3386

990e92b without StartupWMClass=monero-wallet-gui gnome-shell users can not add the applications to their favorites (Tobias Strauß)
This commit is contained in:
luigi1111 2021-04-13 16:28:31 -05:00
commit 61bb6d359f
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

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());
}