Index: xfbrowser4.in =================================================================== --- xfbrowser4.in (revision 14559) +++ xfbrowser4.in (working copy) @@ -1,5 +1,21 @@ #!/bin/sh +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# + if [ "x$BROWSER" = "x" ] then for b in @BROWSER_DEFAULT@ firefox epiphany galeon mozilla konqueror dillo Index: xfterm4.in =================================================================== --- xfterm4.in (revision 14559) +++ xfterm4.in (working copy) @@ -1,5 +1,22 @@ #!/bin/sh -# Xfterm script revised in order to make it easier to expand and to be + +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# + +# Xfterm script revised in order to make it easier to expand and to be # more compatible with applications such as gnome-terminal if [ "x$TERMCMD" = "x" ]; then @@ -26,17 +43,17 @@ else shift fi -fi +fi # Add an entry for your own strange non-standard xterm replacement here case "$TERMCMD" in "powershell") EXEC="--execute=" - # The following dosen't seem to work, but it's the best - # equalient to a title switch powershell has + # The following doesn't seem to work, but it's the best + # equivalent to a title switch powershell has TITLE="--name=" ;; - "gnome-terminal"|"gnome2-terminal"|"Terminal"|"terminal"|"xterminal") + "gnome-terminal"|"Terminal"|"terminal"|"xterminal") EXEC="-x " TITLE="--title " ;; @@ -91,4 +108,4 @@ exec $TERMCMD $TITLE"$TSTRING" $EXEC$ESTRING "$MSTRING" fi -exit 0 +exit 0