Skip to content

Rework gathering of applications for ExternalPopup

Johannes Zarl-Zierl requested to merge work/jzarl/bug-474819 into master

Instead of offering the sum of all services for a file list, offer the list of services that can handle all files in the file list.

This has the benefits:

  • The user actually gets to open all files in the list with the applications, without some files being filtered out
  • It is now possible to mostly honor the application preferences set by the user instead of presenting a set of randomized order.

FEATURE: 474819

Merge request reports