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 Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
