After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 159464 - Should not use deprecate mime API
Should not use deprecate mime API
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2004-11-25 17:28 UTC by Marco Pesenti Gritti
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marco Pesenti Gritti 2004-11-25 17:28:09 UTC
The main problem is that you are using the ->command field of
GnomeVFSMIMEApplication a lot. This is deprecated and will fail to work for
desktop entries with an Exec value like "myapp %u --enable-blah". If possible it
would be good to just use gnome_vfs_mime_application_launch, otherwise you
should use gnome_vfs_mime_application_get_exec and correctly expand the macros
(see gnome-vfs-mime-handlers.c expand_application_parameters).
Comment 1 Paolo Bacchilega 2004-11-25 19:05:39 UTC
Can you check if currect CVS fixes the problem?
Comment 2 Marco Pesenti Gritti 2004-11-25 19:25:46 UTC
Works great! Thank you!!!!