Bug 63657 - klipper doesn't launch mozilla properly
Summary: klipper doesn't launch mozilla properly
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kdebase
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: wdovlrrw
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-04-16 23:34 UTC by Joshua Jensen
Modified: 2007-04-18 16:42 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-04-17 13:09:12 UTC
Embargoed:


Attachments (Terms of Use)

Description Joshua Jensen 2002-04-16 23:34:30 UTC
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

Comment 1 Bernhard Rosenkraenzer 2002-04-17 11:27:04 UTC
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 


Comment 2 Joshua Jensen 2002-04-17 13:09:07 UTC
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.

Comment 3 Bernhard Rosenkraenzer 2002-04-17 14:39:44 UTC
3.0.0-11 launches the following: 
ps x |grep -q '[m]ozilla' && mozilla -remote "openURL(%s, new-window)" || 
mozilla "%s"


Note You need to log in before you can comment on or make changes to this bug.