Open web links from programs in Ubuntu

| tags: programming, ubuntu

In both Python and VMware I've noticed that attempts to open a link in the browser failed with a very strange file:// link containing double quote characters. A bit of searching revealed this is a problem with the calling syntax from Firefox in System -> Preferences -> Preferred Applications. Changing from "Custom" to "Firefox" so the Command is firefox %s fixes things nicely.