Azazel Linux is a mnemosyne-based Business Desktop distribution, using Xfce as Desktop Enviroment.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: target/azazel/pkg_patch/xfce4-terminal.patch
  5. # Copyright (C) 2004 - 2006 Alejandro Mery
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- ./helpers/firefox.desktop.in.orig 2005-11-27 02:29:47.000000000 -0300
  17. +++ ./helpers/firefox.desktop.in 2005-11-27 02:31:48.000000000 -0300
  18. @@ -4,4 +4,4 @@
  19. Type=Application
  20. X-Terminal-Binaries=firefox;firefox-gtk2;firefox-gtk;mozilla-firefox;
  21. X-Terminal-Category=WebBrowser
  22. -X-Terminal-Command=%B -remote "openURL(%u,new-window)" || %B "%u"
  23. +X-Terminal-Command=%B -remote "openURL(%u,new-tab)" || %B "%u"
  24. --- ./TerminalHelp.in.orig 2005-11-27 02:30:28.000000000 -0300
  25. +++ ./TerminalHelp.in 2005-11-27 02:31:22.000000000 -0300
  26. @@ -64,7 +64,7 @@
  27. case "$BROWSER" in
  28. firefox*)
  29. - $BROWSER -a firefox -remote openurl\("file://$URL",new-window\) || \
  30. + $BROWSER -a firefox -remote openurl\("file://$URL",new-tab\) || \
  31. $BROWSER "file://$URL"
  32. ;;
  33. communicator*|netscape*|mozilla*|phoenix*|firebird*)