It has been this way since Redhat 5.1, AFAIK. pnmtopng causes a seg fault when you try an convert a file. Furthermore, the libgr-progs SRPM crashes when you try to rebuild an RPM. In order to get a working pnmtopng, I had to get significantly newer source for that program and compile against the netpbm source. A working binary is on my site at http://lark.cc.ukans.edu/~pauljohn/Swarm
fixed in a later libgr, such as the one in starbuck
Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/30e0a2d3248d0c29e477eceb15d8f1b78e49321f Issue 2293 - fixes options help message
Commits pushed to master at https://github.com/openshift/origin-web-console https://github.com/openshift/origin-web-console/commit/33758b1af1512fc0c8b05cd4167b3afe1540f74f Fix issue 2293: click on read notification focus bug https://github.com/openshift/origin-web-console/commit/90017bf4b06c59786ca465dd1113ead7ec21d85f Merge pull request #2299 from benjaminapetersen/issue/2293/notification-click-handler Automatic merge from submit-queue. Fix issue 2293: click on read notification focus bug Fix issue #2293 You can still click the notification to clear it, but now there is a `sr-only` button for tabbing. The gif below shows the tabbing experience. There is clearly a hidden element in the flow.  @jwforres @spadgett