Your message dated Sun, 06 Apr 2008 01:51:45 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: [Pkg-xfce-devel] Bug#423924: Bug#423924: Alternatives file
(wishlist)
has caused the Debian Bug report #423924,
regarding Alternatives file (wishlist)
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.)
--
423924: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=423924
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: thunar
Version: 0.4.0rc1-3
The file managers needs a alternatives file, there are the lines to
add on postinst and prerm:
(warning: do not use /usr/bin/thunar on that conf, is a symlink)
postinst:
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] ; then
update-alternatives --install /usr/bin/file-manager \
file-manager /usr/bin/Thunar 80 \
--slave /usr/share/man/man1/file-manager.1.gz \
file-manager.1.gz /usr/share/man/man1/thunar.1.gz
fi
prerm:
if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
update-alternatives --remove file-manager /usr/bin/Thunar
fi
Greetings
Thanatermesis
--
Do you want a new linux experience? Just follow my legacy...
--- End Message ---
--- Begin Message ---
On mar, 2007-05-15 at 09:57 +0100, Simon Huggins wrote:
> On Tue, May 15, 2007 at 01:15:55AM +0200, Thanatermesis wrote:
> > The file managers needs a alternatives file, there are the lines to
> > add on postinst and prerm:
>
> file-manager isn't on the list at:
> http://www.debian.org/doc/packaging-manuals/virtual-package-names-list.txt
>
> Though I note that you have also filed this bug against pcmanfm
> (#423922).
>
> x-file-manager would be more appropriate but I'm not sure it's needed at
> all and you have to follow the procedure in the URL above.
>
> i.e. you should post to debian-devel and discuss it and then perhaps
> file a wishlist bug on policy.
As nothing has been done since nearly a year, I assume this is not a
priority. Feel free to reopen the bug if the policy change.
Cheers,
--
Yves-Alexis
signature.asc
Description: This is a digitally signed message part
--- End Message ---