When you subclass BrowserWindow, you shoud be able to use instances of these subclasses as arguments for dialog.showMessageBox. The code at lib/browser/api/dialog.js ...
Fixes electron#15317. Notes: Fixed incorrect display of some GtkMessageDialog icons. The issue is caused because GtkMessageDialog contains an icon widget which is not shown when there's no associated ...