[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 53886] klipper inserts single quotes around URLs when trying to open in Mozilla
From:       Jeremy Smith <alceste () xmission ! com>
Date:       2003-03-01 11:08:31
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
     
http://bugs.kde.org/show_bug.cgi?id=53886     




------- Additional Comments From alceste@xmission.com  2003-03-01 12:08 -------
I was able to get around this by changing:
ps x |grep -q '[m]ozilla' && mozilla -remote "openURL(%s, new-window)" || mozilla %s
to
ps x |grep -q '[m]ozilla' && mozilla -remote "openURL(`echo %s`, new-window)" ||
mozilla %s
apparently klipper surrounds the clipboard contents with ' and mozilla's openURL
can't handle it anymore.

Jer
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic