fix: 修复任务栏部分应用图标显示异常

原因:系统通过Bamf服务获取到的应用的路径为空,导致显示图标异常
解决方案:从本地读取索引文件,如果读取到的应用路径错误,则通过本地来加载,找到正确的路径

Log: 修复部分应用图标显示异常的问题
Influence: 打开安全中心、企业微信、微信等应用,观察其在任务栏上的图标
Bug: https://pms.uniontech.com/bug-view-147569.html
Change-Id: I3ba3dea9884808e5edc5559e48b5a272cde754ea
This commit is contained in:
donghualin
2022-11-15 01:34:52 +00:00
parent 282227dc2b
commit b0f10f1219
4 changed files with 186 additions and 25 deletions

View File

@ -193,6 +193,3 @@ bool hasBeginWith(std::string const& fullString, std::string const& ending)
return false;
}
}