Your message dated Fri, 21 Apr 2006 16:26:39 +0200 (CEST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#295677: your bug/mozilla-firefox: symbolic links are
expanded in the "Change Action" dialog
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: mozilla-firebird
Version: 0.7-1
Severity: normal
When you download a file, Mozilla shows a nice "Opening filename.foo"
dialog, where it offers you to "(*) Open with" some application. You
click on "Other..." and a file selection dialog appears[1]. You go to
/usr/bin and select gvim (which is a symlink to vim). Mozilla Firebird
silently resolves that link and starts console mode vim with the
terminal attached to ~/.xsession-errors instead of opening a normal gvim
window.
Mozilla Firebird 0.6 did not have this problem.
[1] Konqueror does that much better: a text box where you can enter
the name of the application (with autocompletion and with automatic
lookup in $PATH), plus you can enter command line arguments. And
there's a Browse button if you *really* want to manually select an
application from a list of 2000+ executables in /usr/bin.
-- System Information:
Debian Release: 3.0
Architecture: i386
Kernel: Linux perlas 2.4.21-mg4 #1 Thu Jun 19 13:41:53 EEST 2003 i686
Locale: LANG=C, LC_CTYPE=lt_LT.UTF-8
Versions of packages mozilla-firebird depends on:
ii fontconfig 2.2.1-5 generic font configuration library
ii libatk1.0-0 1.4.1-1 The ATK accessibility toolkit
ii libc6 2.3.2.ds1-8 GNU C Library: Shared libraries an
ii libfontconfig1 2.2.1-8 generic font configuration library
ii libfreetype6 2.1.5-3 FreeType 2 font engine, shared lib
ii libgcc1 1:3.3.2-2 GCC support library
ii libglib2.0-0 2.2.3-1 The GLib library of C routines
ii libgtk2.0-0 2.2.4-1 The GTK+ graphical user interface
ii libidl0 0.8.2-1 library for parsing CORBA IDL file
ii libjpeg62 6b-9 The Independent JPEG Group's JPEG
ii libpango1.0-0 1.2.5-2 Layout and rendering of internatio
ii libpng12-0 1.2.5.0-4 PNG library - runtime
ii libstdc++5 1:3.3.2-2 The GNU Standard C++ Library v3
ii libxft2 2.1.2-4 FreeType-based font drawing librar
ii libxrender1 0.8.3-4 X Rendering Extension client libra
ii xlibs 4.2.1-13 X Window System client libraries
ii zlib1g 1:1.1.4-16 compression library - runtime
-- no debconf information
Marius Gedminas
--
Q: How many IBM CPU's does it take to execute a job?
A: Four; three to hold it down, and one to rip its head off.
--- End Message ---
--- Begin Message ---
>>>>> "JP" == Justin Pryzby <[EMAIL PROTECTED]> writes:
JP> On Thu, Apr 20, 2006 at 01:34:57PM -0400, pryzbyj wrote:
>> On Thu, Apr 20, 2006 at 12:56:19PM -0400, Justin Pryzby wrote:
>> >
>> > This bug seems to be fixed in firefox 1.5, now in testing. I'm able
>> > to start gvim; could you confirm?
>> Actually, I think this is because of a change in vim, but firefox also
>> seems to be fixed:
>>
>> I created /usr/local/bin/symlink-foo, a shellscript which contains
>> #! /bin/sh
>> set -e;
>> echo "Called as: $0 $@" >&2;
>> echo "Called as: $0 $@" >>/tmp/sym-foo;
>>
>> And a symlink to it:
>>
>> ln -s symlink-foo{,-symlink}
>>
>> Then told mozilla to open svn-diff.vim with symlink-foo-symlink, and
>> got the following output:
>>
>> Called as: /usr/local/bin/symlink-foo-symlink /tmp/svn-diff-4.vim
JP> http://bugs.debian.org/295677
JP> mozilla-firefox: symbolic links are expanded in the "Change Action" dialog
JP> Could you whether this is Fixed For You in firefox 1.5 in the testing
JP> distribution?
It seems to be fixed! => close
Thanks!
/ Anders
--- End Message ---