Mike Hommey a écrit :
On Sun, Oct 15, 2006 at 10:00:04AM +0200, Xavier Guimard <[EMAIL PROTECTED]> 
wrote:
Package: firefox
Version: 1.5.dfsg+1.5.0.7-1
Severity: wishlist


With Sarge, Firefox use the KDE open file dialog box when running under
KDE. With Etch, it does not. So it's impossible to access .directories
and if I want to choose a program in /usr/bin, it takes a long time to
browse. With KDE boxes, I can write directly what I want an d so resolve
those little problems.

FYI, sarge's firefox has never used the KDE open file dialog box. It
just used its own. Now, it's using the new gtk file selector...

Mike

Thank's, but I've found how to use QT's file selector:

--- /usr/lib/firefox/components/nsFilePicker.js 2006-10-15 23:03:18.000000000 +0200 +++ /usr/lib/firefox/components/nsFilePicker.js.new 2006-10-15 23:03:06.000000000 +0200
@@ -273,7 +273,7 @@
     compMgr.registerFactoryLocation(FILEPICKER_CID,
                                     "FilePicker JS Component",
//@line 278 "/build/buildd/firefox-1.5.dfsg+1.5.0.7/xpfe/components/filepicker/src/nsFilePicker.js.in"
-                                    "",
+                                    FILEPICKER_CONTRACTID,
//@line 280 "/build/buildd/firefox-1.5.dfsg+1.5.0.7/xpfe/components/filepicker/src/nsFilePicker.js.in"
                                     fileSpec,
                                     location,


and it's really more beautiful ;-)

Reply via email to