GNOME Bugzilla – Bug 789327
appchooserwidget: Don't limit application list unconditionally
Last modified: 2017-10-26 10:18:24 UTC
See patch, and bug 732285 for the use case that initiated it.
Created attachment 362063 [details] [review] appchooserwidget: Don't limit application list unconditionally As documented, GtkAppChooser is "typically [used] for the purpose of opening a file". However given that applications that support neither opening files nor URLs are filtered out, the chooser is not actual useful for any other (atypical) usage. Change that by only applying the filtering if a content-type was set, and use the full unfiltered list otherwise.
Review of attachment 362063 [details] [review]: seems harmless enough
Attachment 362063 [details] pushed as 07beb6d - appchooserwidget: Don't limit application list unconditionally