Explorar el Código

* adapted azazel/xfce4-terminal to get firefox openning new tab to the last version of xfce4-terminal

master
Alejandro Mery hace 17 años
padre
commit
70e8fd40c7
Se han modificado 1 ficheros con 7 adiciones y 15 borrados
  1. +7
    -15
      pkg_patch/xfce4-terminal.patch

+ 7
- 15
pkg_patch/xfce4-terminal.patch

@ -13,22 +13,14 @@
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./helpers/firefox.desktop.in.orig 2005-11-27 02:29:47.000000000 -0300
+++ ./helpers/firefox.desktop.in 2005-11-27 02:31:48.000000000 -0300
@@ -4,4 +4,4 @@
Open links in new tabs please
--- ./helpers/firefox.desktop.in.orig 2006-07-10 10:25:56.000000000 +0000
+++ ./helpers/firefox.desktop.in 2006-08-19 14:50:14.000000000 +0000
@@ -5,4 +5,4 @@
Type=Application
X-Terminal-Binaries=firefox;firefox-gtk2;firefox-gtk;mozilla-firefox;
X-Terminal-Category=WebBrowser
-X-Terminal-Command=%B -remote "openURL(%u,new-window)" || %B "%u"
-X-Terminal-Command=%B -remote "openURL(%u)" || %B "%u"
+X-Terminal-Command=%B -remote "openURL(%u,new-tab)" || %B "%u"
--- ./TerminalHelp.in.orig 2005-11-27 02:30:28.000000000 -0300
+++ ./TerminalHelp.in 2005-11-27 02:31:22.000000000 -0300
@@ -64,7 +64,7 @@
case "$BROWSER" in
firefox*)
- $BROWSER -a firefox -remote openurl\("file://$URL",new-window\) || \
+ $BROWSER -a firefox -remote openurl\("file://$URL",new-tab\) || \
$BROWSER "file://$URL"
;;
communicator*|netscape*|mozilla*|phoenix*|firebird*)

Cargando…
Cancelar
Guardar