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 162850 - totem-properties-page doesn't work with nautilus 2.9
totem-properties-page doesn't work with nautilus 2.9
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
0.100
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks: 162815
 
 
Reported: 2005-01-03 20:22 UTC by Sebastien Bacher
Modified: 2005-01-11 16:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2005-01-03 20:22:44 UTC
totem-properties-page still use the old bonobo system which has been dropped in
2.9, so this feature doesn't work with GNOME 2.9.
Comment 1 Bastien Nocera 2005-01-11 09:55:58 UTC
See: gnome-control-center/vfs-methods/themus/themus-properties-*.[ch]
and
http://www.advogato.org/person/jamesh/diary.html?start=178
Comment 2 Bastien Nocera 2005-01-11 16:06:47 UTC
2005-01-11  Bastien Nocera  <hadess@hadess.net>
                                                                               
                                                                             
        * configure.in:
        * data/Makefile.am:
        * src/Makefile.am:
        * src/totem-properties-main.c:
        (totem_properties_plugin_register_type),
        (property_page_provider_iface_init), (totem_properties_get_pages),
        (nautilus_module_initialize), (nautilus_module_shutdown),
        (nautilus_module_list_types):
        * src/totem-properties-page.c:
        * src/totem-properties-view.c: (totem_properties_view_get_type),
        (totem_properties_view_register_type),
        (totem_properties_view_class_init), (on_got_metadata_event),
        (totem_properties_view_init), (totem_properties_view_destroy),
        (totem_properties_view_new), (totem_properties_view_set_location):
        * src/totem-properties-view.h:
        Port the properties page to the non-bonobo nautilus interface
        (Closes: #162850)