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-firefox
Version: 0.8-12
Severity: normal
Tags: upstream
Hello,
when I receive unknown data type and Firefox asks me what to do with it
(Choose Application / Save), I choose /usr/bin/gview as the viewer
program. However, Firefox displays "vim" instead of gview. This
apparently happens because gview is a symlink to vim. Though, it should
be called as "gview" in order to get the GUI and not as vim, so when
Firefox resolves the link, it runs not the thing I wanted. Invoking vim
without a terminal does not make sence, anyhow.
Regards,
Eduard.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-rc2
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8
Versions of packages mozilla-firefox depends on:
ii fontconfig 2.2.2-2 generic font configuration library
ii libatk1.0-0 1.6.1-2 The ATK accessibility toolkit
ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an
ii libfontconfig1 2.2.2-2 generic font configuration library
ii libfreetype6 2.1.7-2.1 FreeType 2 font engine, shared lib
ii libgcc1 1:3.3.4-1 GCC support library
ii libglib2.0-0 2.4.2-1 The GLib library of C routines
ii libgtk2.0-0 2.4.3-1 The GTK+ graphical user interface
ii libidl0 0.8.3-1 library for parsing CORBA IDL file
ii libjpeg62 6b-9 The Independent JPEG Group's JPEG
ii libpango1.0-0 1.4.0-4 Layout and rendering of internatio
ii libpng12-0 1.2.5.0-6 PNG library - runtime
ii libstdc++5 1:3.3.4-1 The GNU Standard C++ Library v3
ii libx11-6 4.3.0.dfsg.1-5 X Window System protocol client li
ii libxext6 4.3.0.dfsg.1-5 X Window System miscellaneous exte
ii libxft2 2.1.2-6 FreeType-based font drawing librar
ii libxp6 4.3.0.dfsg.1-5 X Window System printing extension
ii libxrender1 0.8.3-7 X Rendering Extension client libra
ii libxt6 4.3.0.dfsg.1-5 X Toolkit Intrinsics
ii psmisc 21.5-1 Utilities that use the proc filesy
ii xlibs 4.3.0.dfsg.1-5 X Window System client libraries m
ii zlib1g 1:1.2.1.1-3 compression library - runtime
-- no debconf information
--- 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 ---