JAL-3103 Put jalview.jar first in getdown for .properties files. Remove now-not-neede...
[jalview.git] / resources / edu / stanford / ejalbert / launching / misc / linuxUnixConfig.properties
1 # ************************************************
2 #    Copyright 2006,2007 Jeff Chapman
3 #
4 #    This file is part of BrowserLauncher2.
5 #
6 #    BrowserLauncher2 is free software; you can redistribute it and/or modify
7 #    it under the terms of the GNU Lesser General Public License as published by
8 #    the Free Software Foundation; either version 2 of the License, or
9 #    (at your option) any later version.
10 #
11 #    BrowserLauncher2 is distributed in the hope that it will be useful,
12 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 #    GNU Lesser General Public License for more details.
15 #
16 #    You should have received a copy of the GNU Lesser General Public License
17 #    along with BrowserLauncher2; if not, write to the Free Software
18 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19 # ************************************************
20 # $Id: linuxUnixConfig.properties,v 1.3 2007/06/13 19:25:54 jchapman0 Exp $
21
22 # delimiter for browser listing
23 delimchar=;
24
25 # list of browsers and arguments for using them
26 # display name | executable name | start browser args | invoke already started browser | force new window
27 browser.mozilla=Mozilla;mozilla;<browser> <url>;<browser> -remote openURL(<url>)
28 browser.netscape=Netscape;netscape;<browser> <url>;<browser> -remote openURL(<url>)
29 browser.firefox=Firefox;firefox;<browser> <url>;<browser> -new-tab <url>;<browser> -new-window <url>
30 browser.mozilla-firefox=Firefox;mozilla-firefox;<browser> <url>;<browser> -remote openURL(<url>);<browser> -new-window <url>
31 browser.konqueror=Konqueror;kfmclient;<browser> openURL <url>;<browser> newTab <url>;<browser> openURL <url>
32 browser.opera=Opera;opera;<browser> <url>;<browser> -newpage <url>;<browser> -newwindow <url>
33 browser.epiphany=Epiphany;epiphany;<browser> <url>;<browser> --new-tab <url>
34 browser.chrome=Google Chrome;google-chrome;<browser> <url>;<browser> <url>;<browser> --new-window <url>
35 browser.chrome-stable=Google Chrome;google-chrome-stable;<browser> <url>;<browser> <url>;<browser> --new-window <url>