DesktopFileManager::resolve_app_id
should not return an app id with a .desktop
file suffix
#3608
Labels
triaged
Triage into JIRA to plan it in
Problem
The
app_id
that is returned byForeignTopLevelManagerV1
typically ends with a.desktop
suffix as it currently stands. We did this originally becauseg_app_info_get_id
typically returns the app id this way, although it doesn't have to. In cases where the app id is not found withg_app_info_get_id
, we were appending.desktop
. We shouldn't do this, as this isn't necessarily correct.The text was updated successfully, but these errors were encountered: