use new -new-tab and -new-window arguments instead of -remote for Firefox
2007-08-21 Philip Withnall <bugzilla@tecnocode.co.uk> * gnome-default-applications.xml.in: use new -new-tab and -new-window arguments instead of -remote for Firefox tab and window commands. Closes bug #393204. svn path=/trunk/; revision=8030
This commit is contained in:
parent
b97c9bc02b
commit
18a834a559
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-08-21 Philip Withnall <bugzilla@tecnocode.co.uk>
|
||||
|
||||
* gnome-default-applications.xml.in: use new -new-tab and -new-window
|
||||
arguments instead of -remote for Firefox tab and window commands.
|
||||
Closes bug #393204.
|
||||
|
||||
2007-08-17 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
Patch by: Sven Arvidsson <sa@whiz.se>
|
||||
|
|
|
@ -68,8 +68,8 @@
|
|||
<icon-name>firefox</icon-name>
|
||||
<run-in-terminal>false</run-in-terminal>
|
||||
<netscape-remote>true</netscape-remote>
|
||||
<tab-command>firefox -remote "openurl(%s,new-tab)"</tab-command>
|
||||
<win-command>firefox -remote "openurl(%s,new-window)"</win-command>
|
||||
<tab-command>firefox -new-tab "%s"</tab-command>
|
||||
<win-command>firefox -new-window "%s"</win-command>
|
||||
</web-browser>
|
||||
<web-browser>
|
||||
<_name>Iceweasel</_name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue