GNOME Bugzilla – Bug 758908
The app chooser dialog uses a non standard icon and doesn't wrap when needed
Last modified: 2015-12-03 11:49:06 UTC
Created attachment 316616 [details] screenshot showing the issue Using gtk 3.18.5 and nautilus 3.18.2 in a french locale - right click on a python script in nautilus - select "open with another software" - look at the dialog -> the label goes over the window, it should wrap instead, also gtkappchooserwidget.ui uses the icon "gnome-software-symbolic" which seems to be part of the gnome-software application and not from the standard themes
I agree that the label should be wrapped. If you want to donate a patch, the file to look at is gtk/ui/gtkappchooserwidget.ui.
I suggest using application-x-executable-symbolic for the watermark
Created attachment 316657 [details] [review] wrap the label and use a standard icon
Review of attachment 316657 [details] [review]: Looks right, thanks
Review of attachment 316657 [details] [review]: Commited as https://git.gnome.org/browse/gtk+/commit/?id=635da3490 Can I cherrypick to 3-18 as well or is the icon change considered as an UI change?