Confirmed that the change in r9909 is a temporary work-around, and that the true fix is to determine if the icon lives in the IconTheme or as a Stock item. Instead of try/catch a simple check of IconTheme::has_icon() can be done and stock items loaded when needed.
Confirmed that the change in r9909 is a temporary work-around, and that the true fix is to determine if the icon lives in the IconTheme or as a Stock item. Instead of try/catch a simple check of IconTheme: :has_icon( ) can be done and stock items loaded when needed.