Skip to content

Draft: flatpak: resolve icons lazily

Harald Sitter requested to merge work/sitter/iconfun into master

our icon resolution is super expensive with many stat calls all over the place, to prevent this from blocking the gui we'll now schedule low priority resolver events that async resolve the icon

end result is much smoother scrolling in the all apps list

Merge request reports