~ubuntu-branches/ubuntu/lucid/openoffice.org-l10n/lucid

« back to all changes in this revision

Viewing changes to ooo-build/patches/dev300/sensible-browser.diff

  • Committer: Bazaar Package Importer
  • Author(s): Chris Cheney
  • Date: 2010-01-19 16:00:00 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20100119160000-freeu943fe1z3o76
Tags: 1:3.2.0~rc2-1ubuntu1
* Resynchronise with Debian (r1764). Remaining changes:
  - Add Launchpad integration support.
  - Add Launchpad translations support.
  - Add package openoffice.org-style-human.
  - Add some Ubuntu-specific bitmaps. Adjust broffice diversions for these.
  - Add support for compressing debs with lzma.
  - Add support for shared /usr/share/doc directories.
  - Add support to build l10n as a separate source.
  - Add support to turn off building on sparc.
  - Add Xb-Npp-xxx tags according to "firefox distro add-on suport" spec.
  - Use imagemagick instead of graphicsmagick.
  - openoffice.org-help switch to internal copy of lucene.
  - Disable gnome-vfs support since it is buggy.
  - Switch desktop files from %U to %F for gvfs fuse.
* Resynchronise with ooo-build-3-2 (454ea0d62d4321b54cd5ef870ac99d8d7929c459).

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
diff -u -u -r1.2 open-url.sh
49
49
--- shell/source/unix/misc/open-url.sh  10 May 2004 13:08:30 -0000      1.2
50
50
+++ shell/source/unix/misc/open-url.sh  6 Jun 2005 09:43:06 -0000
51
 
@@ -116,6 +116,8 @@
 
51
@@ -116,6 +116,9 @@
52
52
   if [ $BROWSER ]; then
53
53
     $BROWSER $1 &
54
54
     exit 0
55
55
+  elif [ -x /usr/bin/sensible-browser ]; then
56
56
+    sensible-browser "$1"
 
57
+    exit 0
57
58
   else
58
59
     # mozilla derivates may need -remote semantics
59
60
     for i in mozilla netscape firefox; do