GNOME Bugzilla – Bug 732285
auto-move-windows: Glitch in prefs dialog
Last modified: 2017-10-26 15:38:22 UTC
Created attachment 279319 [details] Screenshot There is a 'No applications found for "(null)".' overlaid on the add rule dialog. See screenshot.
Ah yes, I meant to report this - basically, GtkAppChooser provides an API to choose an application for opening some content. As that, all applications that don't handle URLs/files will be excluded, which does not make sense in the context of the extension - I don't see any way around this but to replace the stock widget with our own app selector I'm afraid ...
We should probably fix GtkAppChooser so that a NULL content-type means "show all applications" without the glitch.
Same issue also on gnome 3.14.2 (on Archlinux).. Please also notice that all apps are listed twice.. Regards Andrea
Is this resolved by the fix of Bug 789327?
Yup