Description of problem: The 'Bugs' and 'CVE' entries in the metadata display appear to be clickable, but they are not. Version-Release number of selected component (if applicable): pirut-1.2.5-1
Clicking on the links opens them in my browser just fine, it's just that the mouse cursor does not change when you hover over them. In any case, this is a known issue and needs to be fixed. # FIXME: figure out why this event only gets called when your cursor # enters and leaves the TextView (making it impossible to change the # cursor when hovering over a link) self.details.connect("motion-notify-event", UpdateDetails.motion_notify_event) Since this only gets called when entering/leaving the details text view, there is no way to detect link hovering. We either need to find a callback that gets fired off when moving around the view, or change the update details to something other than a hacked-out GtkTextView.
Now that I think about it, the clicking probably didn't work b/c I was running pirut remotely.
I disabled the links in the update details a while ago due to pup launching firefox as root (if an instance isn't already open) (Bug #216552). So this bug is "resolved" until we figure out a way to safely link to bugs/cves.