From: Silvio Rhatto Date: Sun, 24 May 2015 02:10:44 +0000 (-0300) Subject: Use -new-instance instead of -no-remote and firefox-profile X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0354255a97fa2fb52853ada69318ee5b00c716ce;p=utils-x11.git Use -new-instance instead of -no-remote and firefox-profile --- diff --git a/firefox-profile b/firefox-profile index 8c06a5f..a995bde 100755 --- a/firefox-profile +++ b/firefox-profile @@ -3,7 +3,7 @@ # if [ ! -z "$1" ]; then - iceweasel -p $1 --no-remote & + iceweasel -p $1 -new-instance & else - iceweasel --profilemanager -no-remote + iceweasel --profilemanager -new-instance fi