GNOME Bugzilla – Bug 159464
Should not use deprecate mime API
Last modified: 2004-12-22 21:47:04 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).
Can you check if currect CVS fixes the problem?
Works great! Thank you!!!!