Changeset 4596
- Timestamp:
- 09/08/06 21:02:59 (2 years ago)
- Location:
- trunk/licq/bin
- Files:
-
- 1 modified
- 2 copied
-
viewurl-firefox.sh (copied) (copied from trunk/licq/bin/viewurl-mozilla.sh) (3 diffs)
-
viewurl-mozilla.sh (modified) (2 diffs)
-
viewurl-seamonkey.sh (copied) (copied from trunk/licq/bin/viewurl-mozilla.sh) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/bin/viewurl-firefox.sh
r4526 r4596 13 13 # Your mozilla binary. Defaults to 'mozilla' 14 14 # - VURL_HOME 15 # Your homepage. Defaults to 'www.li nux.org'. This page is15 # Your homepage. Defaults to 'www.licq.org'. This page is 16 16 # opened if this script is called without parameters 17 17 # - VURL_OPENMODE … … 23 23 24 24 if [ -z "${VURL_MOZILLA}" ]; then 25 MOZILLA= mozilla25 MOZILLA=firefox 26 26 else 27 27 MOZILLA=${VURL_MOZILLA} … … 55 55 # otherwise launch a fresh copy of mozilla. 56 56 ((${MOZILLA} -remote openurl\("${OPENSTRING}"\) ) || (${MOZILLA} "${URL}") & ) > /dev/null 2>&1 57 58 -
trunk/licq/bin/viewurl-mozilla.sh
r4526 r4596 13 13 # Your mozilla binary. Defaults to 'mozilla' 14 14 # - VURL_HOME 15 # Your homepage. Defaults to 'www.li nux.org'. This page is15 # Your homepage. Defaults to 'www.licq.org'. This page is 16 16 # opened if this script is called without parameters 17 17 # - VURL_OPENMODE … … 55 55 # otherwise launch a fresh copy of mozilla. 56 56 ((${MOZILLA} -remote openurl\("${OPENSTRING}"\) ) || (${MOZILLA} "${URL}") & ) > /dev/null 2>&1 57 58 -
trunk/licq/bin/viewurl-seamonkey.sh
r4526 r4596 13 13 # Your mozilla binary. Defaults to 'mozilla' 14 14 # - VURL_HOME 15 # Your homepage. Defaults to 'www.li nux.org'. This page is15 # Your homepage. Defaults to 'www.licq.org'. This page is 16 16 # opened if this script is called without parameters 17 17 # - VURL_OPENMODE … … 23 23 24 24 if [ -z "${VURL_MOZILLA}" ]; then 25 MOZILLA= mozilla25 MOZILLA=seamonkey 26 26 else 27 27 MOZILLA=${VURL_MOZILLA} … … 55 55 # otherwise launch a fresh copy of mozilla. 56 56 ((${MOZILLA} -remote openurl\("${OPENSTRING}"\) ) || (${MOZILLA} "${URL}") & ) > /dev/null 2>&1 57 58
