Package: iceweasel
Version: 3.0.3-1
Severity: important
Tags: patch
The fix for #428836 causes the --remote feature, ie. opening another new window
of the same process by starting /usr/bin/iceweasel, to fail.
Clicking on the icon in the menu or manually starting /usr/bin/iceweasel opens
the known message about an already but unresponding process.
To me, an easy fix seems to be to change APPLICATION_ID=iceweasel in
/usr/bin/iceweasel:
--- /usr/bin/iceweasel.303-1 2008-10-06 14:31:09.000000000 +0200
+++ /usr/bin/iceweasel 2008-10-06 14:31:35.000000000 +0200
@@ -156,7 +156,7 @@
# OK, here's where all the real work gets done
# parse command line
-APPLICATION_ID=firefox
+APPLICATION_ID=iceweasel
VERBOSE=
DEBUG=0
DEBUGGER=
@@ -182,8 +182,8 @@
;;
-P|-CreateProfile)
case "${arg}" in
- default) APPLICATION_ID=firefox ;;
- *) APPLICATION_ID=firefox--"${arg}" ;;
+ default) APPLICATION_ID=iceweasel ;;
+ *) APPLICATION_ID=iceweasel--"${arg}" ;;
esac
MOZ_NO_REMOTE=1
export MOZ_NO_REMOTE
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26.3-58 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Versions of packages iceweasel depends on:
ii debianutils 2.30 Miscellaneous utilities specific t
ii fontconfig 2.6.0-1 generic font configuration library
ii libc6 2.7-14 GNU C Library: Shared libraries
ii libgcc1 1:4.3.2-1 GCC support library
ii libglib2.0-0 2.16.6-1 The GLib library of C routines
ii libgtk2.0-0 2.12.11-3 The GTK+ graphical user interface
ii libnspr4-0d 4.7.1-4 NetScape Portable Runtime Library
ii libstdc++6 4.3.2-1 The GNU Standard C++ Library v3
ii procps 1:3.2.7-9 /proc file system utilities
ii psmisc 22.6-1 Utilities that use the proc filesy
ii xulrunner-1.9 1.9.0.3-1 XUL + XPCOM application runner
iceweasel recommends no packages.
Versions of packages iceweasel suggests:
ii latex-xft-fonts 0.1-8 Xft-compatible versions of some La
ii libkrb53 1.6.dfsg.4~beta1-4 MIT Kerberos runtime libraries
pn mozplugger <none> (no description available)
pn ttf-mathematica4.1 <none> (no description available)
pn xfonts-mathml <none> (no description available)
pn xprint <none> (no description available)
ii xulrunner-1.9-gnome-s 1.9.0.3-1 Support for GNOME in xulrunner app
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]