Comment 1 for bug 302122

Revision history for this message
Shura (shura01) wrote :

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.