Skip to content

manager: add missing .desktop when checking against app_id

gsm_app_peek_app_id ends up calling g_app_info_get_id, which in Unix systems contains the ".desktop" extension. This can be verified by enabling the debug log and checking for the following entries which print the "app_id" string.

Merge request reports