Browse Source

* patch xfce4-terminal to open to firefox on new-tab.... because i hate windows

master
Alejandro Mery 18 years ago
parent
commit
cd30bae052
1 changed files with 34 additions and 0 deletions
  1. +34
    -0
      pkg_patch/xfce4-terminal.patch

+ 34
- 0
pkg_patch/xfce4-terminal.patch

@ -0,0 +1,34 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: target/azazel/pkg_patch/xfce4-terminal.patch
# Copyright (C) 2004 - 2005 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or 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.
# --- T2-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 @@
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,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*)

Loading…
Cancel
Save