GNOME Bugzilla – Bug 512587
Port application launching to GIO
Last modified: 2008-05-23 14:19:38 UTC
Using GAppInfo. The startup notification code can be copied from eel for now, it will be in GTK+ in another release.
See http://mail.gnome.org/archives/svn-commits-list/2008-February/msg02698.html, http://mail.gnome.org/archives/svn-commits-list/2008-January/msg02752.html and http://svn.gnome.org/viewvc/eel/trunk/eel/eel-app-launch-context.c?view=markup.
2008-05-23 Bastien Nocera <hadess@hadess.net> * browser-plugin/totem-plugin-viewer.c (totem_embedded_launch_player), (totem_embedded_get_app_for_uri), (totem_embedded_update_menu), (on_open1_activate), (main): Use GIO and GDK to launch the full-blown player, startup notification only available with GTK+ 2.13 (Closes: #512587) * src/backend/bacon-video-widget-xine.c (bacon_video_widget_open_with_subtitle): Remove remains of gnome-vfs code, gvfs doesn't support passing credentials in the URI anyway * configure.in: Remove gnome-vfs deps, not used anymore