GNOME Bugzilla – Bug 582785
Get rid of deprecated libgnome
Last modified: 2009-05-17 18:40:19 UTC
GNOME 3 will not ship libgnome/ui anymore. See http://live.gnome.org/LibgnomeMustDie . For the status of your module see the automatic statistics at http://www.gnome.org/~fpeters/299.html (updated every two hours). $:andre\> cd gnome-utils/ $:andre\> grep -r libgnome . ./configure.ac:PKG_CHECK_MODULES(LIBGNOME, libgnome-2.0 >= $LIBGNOME_REQUIRED dnl ./gsearchtool/gsearchtool-callbacks.c:#include <libgnome/gnome-desktop-item.h> ./gsearchtool/gsearchtool-support.c:#include <libgnome/gnome-desktop-item.h>
*** This bug has been marked as a duplicate of 573670 ***
Is there a replacement for GnomeDesktopItem? Otherwise, I cannot remove <libgnome/gnome-desktop-item.h> from the source. Thanks.
It looks bug cannot be fixed until Bug 415070 is resolved.
The patches in bug #573670 fix this as well.
Created attachment 134819 [details] [review] Patch, likely needs a configure.in change for gdesktopappinfo.h 2009-05-17 Dennis Cranston <dennis_cranston@yahoo.com> * gsearchtool-callbacks.c: Remove gnome-desktop-item.h * gsearchtool-support.c (open_file_with_filemanager): Replace GnomeDesktopItem with GDesktopAppInfo, Bug 582785.
Created attachment 134826 [details] [review] Patch 2009-05-17 Dennis Cranston <dennis_cranston@yahoo.com> * configure.ac, Makefile.am: Use gio-unix. * gsearchtool-callbacks.c: Remove gnome-desktop-item.h * gsearchtool-support.c (open_file_with_filemanager): Replace GnomeDesktopItem with GDesktopAppInfo, Bug 582785.
Patch applied 5/17/2009. Closing, but for more complex uses of GnomeDesktopItem bug 415070 will need to be addressed.