Skip to content

Commit

Permalink
Added extra info in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-costas committed Dec 14, 2023
1 parent be8bb0a commit 3245d7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/app_center/linux/my_application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3245d7c

Please sign in to comment.