GNOME Bugzilla – Bug 748080
GtkAppChooserWidget shows same application several times
Last modified: 2015-09-22 22:03:32 UTC
Created attachment 301874 [details] screenshot.jpg Reproducible with http://valadoc.org/#!api=gtk+-3.0/Gtk.AppChooserWidget or with auto-move-windows gnome-shell extension prefs.
Matthias, could you please point me to a commit that fixes this issue?
git log will show it easily. its the tip of master
Thanks, now there're no duplicates! However there's still "No applications found" label on background. Should I open another bug for it?
I've seen that with the extension prefs, but it does not reproduce in testappchooser.c in the gtk tree.
Oh, I see. The 'no apps' placeholder shows up because the extension prefs dialog calls show_all.
Works fine now. Thanks!