Ok, I've found the solution (with some help ;) ). Just change "ps x |grep -q '[f]irefox' && firefox -remote openURL(%s, new-window) || firefox %s" by "ps x |grep -q '[f]irefox' && firefox -remote 'openURL(%s, new-window)' || firefox %s" (without the quote).
Changing "new-window" by "new-tab" is also a good idea I think. -- Klipper can't open url with Firefox https://bugs.launchpad.net/bugs/302122 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdebase-workspace in ubuntu. -- kubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
