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 342043 - file-roller can't extract .iso in the rightclick menu
file-roller can't extract .iso in the rightclick menu
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.14.x
Other Linux
: Normal minor
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2006-05-16 22:02 UTC by Sebastien Bacher
Modified: 2006-12-17 10:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
handle archive types that don't directly support extrating all files (2.02 KB, patch)
2006-12-11 19:56 UTC, jacob berkman
none Details | Review

Description Sebastien Bacher 2006-05-16 22:02:24 UTC
That bug has been described on https://launchpad.net/distros/ubuntu/+source/file-roller/+bug/40899

"try to make an iso file (just try with a small directory):

if you open it with file-roller and hit extract everything is correctly extracted

but if you click (in nautilus) extract here, from the rightclick menu only a directory is created, with nothing inside
...
confirmed in dapper
...


This might be of help to anybody trying to fix this:

pandis@maxwell:~/new/file-roller-2.14.2/src$ ./file-roller --extract-to=~/holmesnew/ ~/holmes.iso
ListExtractExtract
(file-roller:11343): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkStatusbar'

(file-roller:11343): Gtk-CRITICAL **: gtk_statusbar_push: assertion `GTK_IS_STATUSBAR (statusbar)' failed

(file-roller:11343): Gtk-CRITICAL **: gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed

(file-roller:11343): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkProgressBar'

(file-roller:11343): Gtk-CRITICAL **: gtk_progress_bar_set_fraction: assertion `GTK_IS_PROGRESS_BAR (pbar)' failed

(file-roller:11343): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkStatusbar'

(file-roller:11343): Gtk-CRITICAL **: gtk_statusbar_pop: assertion `GTK_IS_STATUSBAR (statusbar)' failed

(file-roller:11343): Gtk-CRITICAL **: gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed

(file-roller:11343): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkStatusbar'

(file-roller:11343): Gtk-CRITICAL **: gtk_statusbar_push: assertion `GTK_IS_STATUSBAR (statusbar)'"
Comment 1 Sander Thijsen 2006-11-09 20:11:09 UTC
Confirmed on Ubuntu Edgy Eft (gnome 2.16) too...
Comment 2 jacob berkman 2006-12-11 19:56:49 UTC
Created attachment 78155 [details] [review]
handle archive types that don't directly support extrating all files
Comment 3 Paolo Bacchilega 2006-12-17 10:16:36 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.