[Xfce-bugs] [XFCE 0000119]: Open With Applications
xfce-bugs at xfce.org
xfce-bugs at xfce.org
Fri Feb 20 14:13:53 CET 2004
A BUGNOTE has been added to this bug.
=======================================================================
http://bugs.xfce.org/view_bug_page.php?f_id=119
=======================================================================
Reporter: AFCommando
Handler:
=======================================================================
Project: XFCE
Bug ID: 0000119
Category: xffm
Reproducibility: always
Severity: tweak
Priority: normal
Status: new
=======================================================================
Date Submitted: 2004-02-20 03:31 GMT
Last Modified: 2004-02-20 13:13 GMT
=======================================================================
Summary: Open With Applications
Description:
Right now, it seems xffm remembers which application go with which files,
but checking for the first period.
For example, I open Firestorm.LSA.avi with xine and I tell xffm to
remember that. If i look in application.xml, I see
<extension id=".LSA.avi" application="xine"/>. xffm seems to look for the
first period and remember everything after it.
I think it would probably be more desirable to have xffm looks for the
last period. So that
<extension id=".avi" application="xine"/> would affect Firestorm.LSA.avi
also, which it does not right now.
=======================================================================
-----------------------------------------------------------------------
edscott - 2004-02-20 13:13 GMT
-----------------------------------------------------------------------
The problem with what you suggest is with files like foo.ps.gz, foo.tar.gz
and foo.gz. The first should open with gv, the second with tar -zxf and
the third with gunzip.
Also, if you open and remember a file foo.avi, then <extension id=".avi"
application="xine"/> will be saved. This will affect all files like
foo.whatever.avi, unless there is a <extension id="whatever.avi">
registered, which will take precedence.
More information about the Xfce-bugs
mailing list