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 564029 - Unziping an archive from nautilus fails with certain characters
Unziping an archive from nautilus fails with certain characters
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.24.x
Other All
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2008-12-10 20:27 UTC by Martin Mai
Modified: 2009-01-19 12:28 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
URI name, path name mix bugfix (5.20 KB, patch)
2008-12-24 22:08 UTC, Gerard Lommerse
none Details | Review

Description Martin Mai 2008-12-10 20:27:43 UTC
Please describe the problem:
As the title say file-roller fails to unzipp an archieve from nautilus if there is a "#" character in the filename.

Error message :

Une erreur s'est produite lors de l'extraction des fichiers.
Opération non prise en charge

An error occured while the extraction
Operation not included
(not a perfect translation sorry but I do not know the English error message).

However, you can unzip the archive by opening the archive with the archive manager then extract.

Steps to reproduce:
1. Open nautilus
2. Create an archive with the # character in the name.
3. Right-click on the archive and select "Extraire Ici" ("Extract Here" in french).

Actual results:
Nautilus fails at unzipping the archive.

Expected results:
file-roller should be able to handle files with names that are allowed (haven't tested all special characters)

Does this happen every time?
Yes

Other information:
Screenshot of the error: http://launchpadlibrarian.net/19728801/Capture-1.png

Regarding launchpad bug: https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/298195
Comment 1 Gerard Lommerse 2008-12-24 22:08:57 UTC
Created attachment 125283 [details] [review]
URI name, path name mix bugfix

This is actually caused by a mix between URI name and non-URI (path) names. This patch also fixes extracting directories from within an archive that contain e.g. the hash ('#') symbol.
Comment 2 Paolo Bacchilega 2009-01-19 12:28:52 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.