Package: iceweasel
Version: 2.0.0.2+dfsg-1
Severity: minor
Tags: patch
When running iceweasel as root, I get the following error message:
[EMAIL PROTECTED]:~# iceweasel --version
You should really not run firefox through sudo WITHOUT the -H option.
Anyway, I'll do as if you did use the -H option.
Mozilla Iceweasel 2.0.0.2, Copyright (c) 1998 - 2007 mozilla.org
And it should, of course, use "iceweasel" instead of "firefox" here.
I've attached a patch, which is probably in the wrong format, as I'm not a
debian developer! I hope it's helpful, though :)
In case you were wondering why I was running iceweasel as root, it was an
accident after I upgraded from 2.0.0.1+dfsg-2 to 2.0.0.2+dfsg-1 to check
whether the --version option now mentioned iceweasel, which it does!
Cheers & God bless
Sam "SammyTheSnake" Penny
--- debian/iceweasel-runner~ 2007-02-26 10:22:20.000000000 +0000
+++ debian/iceweasel-runner 2007-02-26 10:22:20.000000000 +0000
@@ -26,7 +26,7 @@
if [ "${SUDO_USER}" ] && [ "${SUDO_USER}" != "${USER}" ]; then
SUDO_HOME=`getent passwd ${SUDO_USER} | cut -f6 -d:`
if [ "${SUDO_HOME}" = "${HOME}" ]; then
- echo "You should really not run firefox through sudo WITHOUT the -H
option." >&2
+ echo "You should really not run iceweasel through sudo WITHOUT the
-H option." >&2
echo "Anyway, I'll do as if you did use the -H option." >&2
HOME=`getent passwd ${USER} | cut -f6 -d:`
if [ -z "${HOME}" ]; then
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing'), (100, 'unstable')
Architecture: i386 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Versions of packages iceweasel depends on:
ii debianutils 2.17 Miscellaneous utilities specific t
ii fontconfig 2.4.2-1 generic font configuration library
ii libatk1.0-0 1.12.4-2 The ATK accessibility toolkit
ii libc6 2.3.6.ds1-11 GNU C Library: Shared libraries
ii libcairo2 1.2.4-4 The Cairo 2D vector graphics libra
ii libfontconfig1 2.4.2-1 generic font configuration library
ii libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib
ii libgcc1 1:4.1.1-21 GCC support library
ii libglib2.0-0 2.12.4-2 The GLib library of C routines
ii libgtk2.0-0 2.8.20-5 The GTK+ graphical user interface
ii libjpeg62 6b-13 The Independent JPEG Group's JPEG
ii libmyspell3c2 1:3.1-18 MySpell spellchecking library
ii libpango1.0-0 1.14.8-5 Layout and rendering of internatio
ii libpng12-0 1.2.15~beta5-1 PNG library - runtime
ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3
ii libx11-6 2:1.0.3-5 X11 client-side library
ii libxft2 2.1.8.2-8 FreeType-based font drawing librar
ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii libxp6 1:1.0.0.xsf1-1 X Printing Extension (Xprint) clie
ii libxrender1 1:0.9.1-3 X Rendering Extension client libra
ii libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii psmisc 22.3-1 Utilities that use the proc filesy
ii zlib1g 1:1.2.3-13 compression library - runtime
iceweasel recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]