Your message dated Mon, 14 Jul 2008 12:00:43 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#449038: iceweasel: Please edit the default Open/Save
Dialog
has caused the Debian Bug report #449038,
regarding iceweasel: Please edit the default Open/Save Dialog
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
449038: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=449038
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: iceweasel
Version: 2.0.0.8-1
Severity: wishlist
Tags: patch
The current Open/Save Dialog in iceweasel is a pain for nearly everyone
I know. A cool fix is described here:
http://techpatterns.com/forums/about834.html
In short:
In /usr/lib/iceweasel/components/nsFilePicker.js
replace (near line 273)
compMgr.registerFactoryLocation(FILEPICKER_CID,
"FilePicker JS Component",
// *really long comment here*
"",
// *really long comment here*
fileSpec,
location,
type);
with
compMgr.registerFactoryLocation(FILEPICKER_CID,
"FilePicker JS Component",
// *really long comment here*
FILEPICKER_CONTRACTID,
// *really long comment here*
fileSpec,
location,
type);
The resulting Dialog is much more useable.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored:
LC_ALL set to [EMAIL PROTECTED])
Shell: /bin/sh linked to /bin/bash
Versions of packages iceweasel depends on:
ii debianutils 2.25.1 Miscellaneous utilities specific t
ii fontconfig 2.4.2-1.2 generic font configuration library
ii libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii libc6 2.6.1-1+b1 GNU C Library: Shared libraries
ii libcairo2 1.4.10-1 The Cairo 2D vector graphics libra
ii libfontconfig1 2.4.2-1.2 generic font configuration library
ii libfreetype6 2.3.5-1+b1 FreeType 2 font engine, shared lib
ii libgcc1 1:4.2.2-3 GCC support library
ii libglib2.0-0 2.14.1-5 The GLib library of C routines
ii libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface
ii libhunspell-1.1-0 1.1.9-1 spell checker and morphological an
ii libjpeg62 6b-14 The Independent JPEG Group's JPEG
ii libnspr4-0d 4.6.7-1 NetScape Portable Runtime Library
ii libnss3-0d 3.11.7-1 Network Security Service libraries
ii libpango1.0-0 1.18.3-1 Layout and rendering of internatio
ii libpng12-0 1.2.15~beta5-3 PNG library - runtime
ii libstdc++6 4.2.2-3 The GNU Standard C++ Library v3
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxft2 2.1.12-2 FreeType-based font drawing librar
ii libxinerama1 1:1.0.2-1 X11 Xinerama extension library
ii libxp6 1:1.0.0.xsf1-1 X Printing Extension (Xprint) clie
ii libxrender1 1:0.9.4-1 X Rendering Extension client libra
ii libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii procps 1:3.2.7-5 /proc file system utilities
ii psmisc 22.5-1 Utilities that use the proc filesy
ii zlib1g 1:1.2.3.3.dfsg-6 compression library - runtime
iceweasel recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Mon, Dec 24, 2007 at 10:50:05PM -0500, Eric Dorland wrote:
> tags 449038 wontfix
> thanks
>
> * Erik Andresen ([EMAIL PROTECTED]) wrote:
> > Package: iceweasel
> > Version: 2.0.0.8-1
> > Severity: wishlist
> > Tags: patch
> >
> > The current Open/Save Dialog in iceweasel is a pain for nearly everyone
> > I know. A cool fix is described here:
> > http://techpatterns.com/forums/about834.html
> >
> > In short:
> > In /usr/lib/iceweasel/components/nsFilePicker.js
> > replace (near line 273)
> >
> > compMgr.registerFactoryLocation(FILEPICKER_CID,
> > "FilePicker JS Component",
> > // *really long comment here*
> > "",
> > // *really long comment here*
> > fileSpec,
> > location,
> > type);
> >
> > with
> >
> > compMgr.registerFactoryLocation(FILEPICKER_CID,
> > "FilePicker JS Component",
> > // *really long comment here*
> > FILEPICKER_CONTRACTID,
> > // *really long comment here*
> > fileSpec,
> > location,
> > type);
> >
> > The resulting Dialog is much more useable.
>
> The current open and save dialog are the standard gtk ones. I'll need
> somewhat more compelling arguments if I'm to break with the standard.
And if users want to break with the standard, they can still set the
ui.allow_platform_file_picker preference to false.
Mike
--- End Message ---