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 347416 - RecentFilesMenu - OpenRecentMenu converting
RecentFilesMenu - OpenRecentMenu converting
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.15.x
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
: 347643 348035 348280 348808 349511 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-07-13 15:41 UTC by Rene Vahtel
Modified: 2006-08-01 13:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
OpenRecentMenu (447 bytes, patch)
2006-07-13 15:42 UTC, Rene Vahtel
none Details | Review

Description Rene Vahtel 2006-07-13 15:41:29 UTC
file-roller crashes on startup with the message
GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed
Comment 1 Rene Vahtel 2006-07-13 15:42:52 UTC
Created attachment 68875 [details] [review]
OpenRecentMenu

change RecentFilesMenu to OpenRecentMenu in window.c
Comment 2 Christian Stangier 2006-07-17 21:25:51 UTC
(In reply to comment #1)
That doesn't work. The error still occurs. :-(
Comment 3 Rene Vahtel 2006-07-17 22:08:08 UTC
(In reply to comment #2)
> (In reply to comment #1)
> That doesn't work. The error still occurs. :-(
> 

Works here. Tested with Garnome unstable (gtk 2.10).
On startup I only get warnings  :)
(file-roller:14842): Gtk-WARNING **: This function is not implemented for widgets of class 'GtkRecentChooserMenu'

(file-roller:14842): Gtk-WARNING **: This function is not implemented for widgets of class 'GtkRecentChooserMenu'
Comment 4 Jose M. daLuz 2006-07-17 22:52:14 UTC
*** Bug 347643 has been marked as a duplicate of this bug. ***
Comment 5 Paolo Bacchilega 2006-07-25 06:42:18 UTC
patch applied, thanks.
Comment 6 Paolo Bacchilega 2006-07-25 06:43:51 UTC
*** Bug 348035 has been marked as a duplicate of this bug. ***
Comment 7 Paolo Bacchilega 2006-07-25 06:45:11 UTC
*** Bug 348280 has been marked as a duplicate of this bug. ***
Comment 8 Paolo Bacchilega 2006-07-26 19:43:47 UTC
*** Bug 348808 has been marked as a duplicate of this bug. ***
Comment 9 Jens Granseuer 2006-07-31 16:52:46 UTC
With 2.15.90, I don't hit the assertion, but I do get the two warnings, and a crash afterwards, which looks suspiciously like it RecentFilesMenu related:

  • #0 g_atomic_int_exchange_and_add
    from /opt/gnome2/lib/libglib-2.0.so.0
  • #1 g_object_ref
    from /opt/gnome2/lib/libgobject-2.0.so.0
  • #2 g_object_set_valist
    from /opt/gnome2/lib/libgobject-2.0.so.0
  • #3 g_object_set
    from /opt/gnome2/lib/libgobject-2.0.so.0
  • #4 set_sensitive
    at window.c line 1046
  • #5 _window_update_sensitivity
    at window.c line 1119
  • #6 window_new
    at window.c line 3963
  • #7 prepare_app
    at main.c line 490
  • #8 startup_cb
    at main.c line 186
  • #9 g_child_watch_add
    from /opt/gnome2/lib/libglib-2.0.so.0
  • #10 g_source_is_destroyed
    from /opt/gnome2/lib/libglib-2.0.so.0
  • #11 g_main_context_dispatch
    from /opt/gnome2/lib/libglib-2.0.so.0
  • #12 g_main_context_dispatch
    from /opt/gnome2/lib/libglib-2.0.so.0
  • #13 g_main_loop_run
    from /opt/gnome2/lib/libglib-2.0.so.0
  • #14 gtk_main
    from /opt/gnome2/lib/libgtk-x11-2.0.so.0
  • #15 main
    at main.c line 227
  • #16 __libc_start_main
    from /lib/libc.so.6

Comment 10 Jens Granseuer 2006-07-31 16:57:02 UTC
Just found Paolo's comment in bug 348808, so please disregard my previous one.
Comment 11 Karsten Bräckelmann 2006-08-01 13:26:30 UTC
*** Bug 349511 has been marked as a duplicate of this bug. ***