diff --git a/packages/app_center/linux/my_application.cc b/packages/app_center/linux/my_application.cc index 17bab70e6..7675d129c 100644 --- a/packages/app_center/linux/my_application.cc +++ b/packages/app_center/linux/my_application.cc @@ -39,7 +39,9 @@ static void my_application_activate(GApplication* application) { // args[0] contains the path of this executable, either in absolute form, or // relative to the current path, so removing the executable name and keeping // only the rest of the path, we can get access to the assets, where the - // app-center.desktop file is stored. + // app-center.desktop file is stored. This allows us to use the already + // translated application name as the window title, thus ensuring that the + // correct text does appear in Gnome Shell Activities view. g_autofree gchar *desktop_file_path = g_build_filename(basepath, "data", "flutter_assets",