Skip to content

Commit

Permalink
wayland: Fix appId
Browse files Browse the repository at this point in the history
Signed-off-by: Reilly Brogan <[email protected]>
  • Loading branch information
ReillyBrogan committed Nov 25, 2024
1 parent a75c88b commit 37f02f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,9 @@ int main(int argc, char *argv[])
QTranslator qtTranslator;

#if defined(Q_OS_UNIX)
// Ensure that the Wayland appId matches the .desktop file name
QGuiApplication::setDesktopFileName("io.github.antimicrox.antimicrox");

installSignalHandlers();

QString transPath = QLibraryInfo::location(QLibraryInfo::TranslationsPath);
Expand Down

0 comments on commit 37f02f6

Please sign in to comment.