Description of Problem: On a konsole or xterm, when highlighting "www.redhat.com", klipper's pop-up dialog doesn't launch mozilla if it isn't already started. I works perfectly if mozilla is already up... but otherwise it will not bring up a mozilla window on it's own. Version-Release number of selected component (if applicable): [joshua@mule joshua]$ rpm -qf `which konqueror` kdebase-3.0.0-9
Klipper launches mozilla -remote "openURL(whatever, new-window)" Looks like mozilla doesn't start a session if none is running. Changing it to launching just mozilla whatever
From a command prompt I see: [joshua@mule joshua]$ mozilla -remote "openURL(http://www.redhat.com, new-window)" No running window found. Cross-filing a bug with mozilla: bugzilla number 63681.
3.0.0-11 launches the following: ps x |grep -q '[m]ozilla' && mozilla -remote "openURL(%s, new-window)" || mozilla "%s"